notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/cdk/Makefile
SVNWeb

Number of commits found: 63

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 24 Apr 2017
[ 15:17 sunpoet search for other commits by this committer ] Original commit   Revision:439311
Sort USES
Thu, 5 Jan 2017
[ 03:51 vanilla search for other commits by this committer ] Original commit   Revision:430613
Update to 5.0-20161210.
Mon, 7 Mar 2016
[ 23:01 mat search for other commits by this committer ] Original commit   Revision:410582
Update to 5.0.20160131

PR:		207157
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Wed, 20 Jan 2016
[ 15:27 vanilla search for other commits by this committer ] Original commit   Revision:406756
Upgrade to 5.0.20150928

PR:		206430
Submitted by:	jochen@jochen-neumeister.de
Tue, 23 Jun 2015
[ 06:02 bapt search for other commits by this committer ] Original commit   Revision:390351
Use copytree share
Mon, 22 Jun 2015
[ 23:43 bapt search for other commits by this committer ] Original commit   Revision:390346
Speed up a bit copying the files
[ 23:25 bapt search for other commits by this committer ] Original commit   Revision:390343
Simplify example installation
Use pax(1) which is less noisy then cpio(1)
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Mon, 22 Dec 2014
[ 17:12 feld search for other commits by this committer ] Original commit   Revision:375249 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Update "BSD" license in devel category
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 15 Jul 2014
[ 23:11 adamw search for other commits by this committer ] Original commit   Revision:362014 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Fri, 21 Feb 2014
[ 13:36 ehaupt search for other commits by this committer ] Original commit   Revision:345404 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category devel
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 7 Feb 2014
[ 18:26 bapt search for other commits by this committer ] Original commit   Revision:343285
Remove dead mirror
Mon, 16 Dec 2013
[ 17:26 bapt search for other commits by this committer ] Original commit   Revision:336648 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Drop maintainership
Tue, 24 Sep 2013
[ 23:37 bapt search for other commits by this committer ] Original commit   Revision:328216
Support stage
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Fri, 5 Jul 2013
[ 13:44 bapt search for other commits by this committer ] Original commit   Revision:322325 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Convert to USES=gmake
Mon, 6 May 2013
[ 15:34 bapt search for other commits by this committer ] Original commit   Revision:317525 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Sat, 23 Mar 2013
[ 19:19 bapt search for other commits by this committer ] Original commit   Revision:315072
Add a mirror for the distfile

PR:		ports/175400
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
[ 19:18 bapt search for other commits by this committer ] Original commit   Revision:315070
Use PORTEXAMPLES variable instead of custom EXAMPLES in plist

PR:		ports/175400
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Tue, 29 Jan 2013
[ 13:31 bapt search for other commits by this committer ] Original commit   Revision:311164
Install cdk5-config with execution rights
Mon, 31 Dec 2012
[ 11:49 bapt search for other commits by this committer ] Original commit   Revision:309720
- update to 5.0.20120323
- remove useless LICENSE_FILE
- convert to new option framework
Mon, 20 Jun 2011
[ 16:55 bapt search for other commits by this committer ] Original commit 
Fix build with clang
Mon, 11 Apr 2011
[ 08:34 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Add a new macro to deal with conflict between ncurses from base and ncurses from
ports.
If a ports is linked against ncurses from base or from the ports, it should then
add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one
the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:             ports/155269
Submitted by:   me
Reviwed by:     pav@
Approved by:    portmgr (pav@)
Exp-run by:     portmgr (pav@)
Fri, 19 Nov 2010
[ 11:07 bapt search for other commits by this committer ] Original commit 
- update to 5.0-20090215
- add license
- change master_site
- take maintainership
Thu, 19 Nov 2009
[ 22:07 pav search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Thu, 4 Sep 2008
[ 00:06 beech search for other commits by this committer ] Original commit 
- Fix handling of portdocs and portexamples
- Make fetchable
Wed, 3 Sep 2008
[ 02:50 linimon search for other commits by this committer ] Original commit 
Reset MrL0Lz@gmail.com due to maintainer-timeouts and no response to email.

Hat:    portmgr
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Sun, 26 Nov 2006
[ 11:59 dinoex search for other commits by this committer ] Original commit 
- fix build on FreeBSD5 and FreeBSD4
PR:             105149
Approved by:    (maintainer timeout)
Sun, 5 Nov 2006
[ 07:05 dinoex search for other commits by this committer ] Original commit 
- set NOPRECIOUSSOFTMAKEVARS
PR:             105149
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Tue, 27 Dec 2005
[ 06:07 pav search for other commits by this committer ] Original commit 
- Update to 5.0.20050424
- Claim maintainership

PR:             ports/90674
Submitted by:   Remington <MrL0Lz@gmail.com>
Fri, 18 Feb 2005
[ 16:14 vs search for other commits by this committer ] Original commit 
- Completely disconnect the man-page symlinks for the time being: The previous
   hack would only work after the port has already been built, but not when
   starting fresh over. Sigh. You still get the (compressed) regular pages,
though.
- Install stripped demos
[ 14:28 vs search for other commits by this committer ] Original commit 
List man-pages I missed in previous commit. While here, sort and shave off
5k of plist's size by collecting entries in a saner way. Work around
'argument list too long' when compressing man pages by ... not compressing
the 36 files.

Independently run into by: Simon Barner
Wed, 16 Feb 2005
[ 13:56 vs search for other commits by this committer ] Original commit 
Update to 20041224 snapshot
Sat, 10 Apr 2004
[ 17:26 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
Tidy up whitespace.
Sat, 14 Feb 2004
[ 15:19 krion search for other commits by this committer ] Original commit 
- Update to version 4.9.11.20031210

PR:             ports/62823
Submitted by:   Robert Schlotterbeck <robert@rs.tarrant.tx.us>
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Thu, 22 Jan 2004
[ 12:18 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
Use the CPIO macro defined in bsd.port.mk.
Wed, 8 Oct 2003
[ 02:57 edwin search for other commits by this committer ] Original commit 
4.9.10-20020809 => 4.9.10.20020809

PR:             ports/56958
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Sun, 8 Jun 2003
[ 21:13 will search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
[ 21:06 will search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
        REST IN PEACE
        Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
Fri, 7 Mar 2003
[ 06:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Mon, 10 Feb 2003
[ 07:22 kris search for other commits by this committer ] Original commit 
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
Tue, 14 Jan 2003
[ 14:48 alane search for other commits by this committer ] Original commit 
update portrev to go with MANLINK => MLINKS change
Wed, 1 Jan 2003
[ 21:41 alane search for other commits by this committer ] Original commit 
Added -Wl,-rpath,${LOCALBASE}/lib in the section that gets evaluated if you
have the port version of ncurses installed on stable. This forces the library
and the examples to use that version, which actually works.
[ 15:44 alane search for other commits by this committer ] Original commit 
Updated to new version by Tom Dickey (ncurses author).
[ 15:19 alane search for other commits by this committer ] Original commit 
Working around recalcitrant cvs.
Wed, 18 Dec 2002
[ 11:19 alane search for other commits by this committer ] Original commit 
change maintainer, thats all.
Fri, 22 Feb 2002
[ 03:36 obrien search for other commits by this committer ] Original commit 
Fix mastersite.    
Wed, 14 Feb 2001
[ 04:56 lioux search for other commits by this committer ] Original commit 
Simple aesthetic fix: "^post-install" instead of "^ post-install"    
Mon, 25 Sep 2000
[ 13:21 asami search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when  
PORTREVISION or PORTEPOCH are defined.    
Fri, 22 Sep 2000
[ 10:51 kris search for other commits by this committer ] Original commit 
Chase the checksum (configure/makefile changes), and add two missing files   to
the PLIST. Bump PORTREVISION.    
Sun, 27 Aug 2000
[ 01:15 obrien search for other commits by this committer ] Original commit 
Update to version 4.9.10.    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
[ 09:19 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Thu, 15 Jun 2000
[ 18:12 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Second round of INSTALL_SHLIBS=yes fixes.    
Mon, 29 May 2000
[ 03:15 steve search for other commits by this committer ] Original commit 
Finish updating this port.    

Number of commits found: 63