| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
|
|
|
| |
- Add license
Notes:
svn path=/head/; revision=274389
|
|
|
|
| |
Notes:
svn path=/head/; revision=274018
|
|
|
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
Notes:
svn path=/head/; revision=252837
|
|
|
|
| |
Notes:
svn path=/head/; revision=251796
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
| |
- Changed pkg-plist
Submitted by: myself
Approved by: miwi,itetcu(mentors,implict)
Notes:
svn path=/head/; revision=243685
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort in pkg-plist
- Moved LIB_DEPENDS to position correct
- Take maintainership
PR: ports/139729
Submitted by: myself
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=243667
|
|
|
|
|
|
|
| |
Tested by: pav on pointyhat
Notes:
svn path=/head/; revision=238018
|
|
|
|
|
|
|
|
|
|
| |
- Use SF macro
PR: 130068
Submitted by: Dennis Herrmann <adox@mcx2.org>
Notes:
svn path=/head/; revision=226306
|
|
|
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes:
svn path=/head/; revision=217485
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
| |
Notes:
svn path=/head/; revision=212303
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
|
|
|
| |
Notes:
svn path=/head/; revision=192499
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/105027
Submitted by: Derek Marcotte <derek.4548bfb0@razorfever.net>
- Fix plist
Notes:
svn path=/head/; revision=177466
|
|
|
|
|
|
|
| |
- update to 3.1
Notes:
svn path=/head/; revision=176937
|
|
|
|
| |
Notes:
svn path=/head/; revision=171889
|
|
|
|
| |
Notes:
svn path=/head/; revision=169553
|
|
|
|
| |
Notes:
svn path=/head/; revision=166492
|
|
|
|
| |
Notes:
svn path=/head/; revision=161663
|
|
|
|
| |
Notes:
svn path=/head/; revision=149530
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
|
|
| |
Reported by: krismail
Diagnosed by: pav
Approved by: pav (rent-a-mentor)
Notes:
svn path=/head/; revision=134352
|
|
|
|
|
|
|
|
|
|
|
|
| |
- contain the installation to its own DATADIR, rather than spreading
bits everywhere
PR: ports/76868
Submitted by: Edwin Young <edwin@bathysphere.org> (author)
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=134197
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
| |
Approved by: bland, kwm, marcus and pav
Notes:
svn path=/head/; revision=122196
|
|
|
|
|
|
|
| |
big upgrade.
Notes:
svn path=/head/; revision=121070
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118243
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: ports/65994
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=107862
|
|
|
|
| |
Notes:
svn path=/head/; revision=107514
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
PR: 60268
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=95896
|
|
|
|
|
|
|
|
| |
PR: 59612
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=94909
|
|
|
|
|
|
|
| |
port is unmaintained.
Notes:
svn path=/head/; revision=94712
|
|
|
|
|
|
|
|
| |
PR: 58963
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=93158
|
|
|
|
|
|
|
|
| |
PR: 58220
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=91587
|
|
|
|
| |
Notes:
svn path=/head/; revision=91384
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: 52275
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=81315
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|
|
|
|
| |
Notes:
svn path=/head/; revision=75960
|
|
|
|
| |
Notes:
svn path=/head/; revision=75111
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|