| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Sep 2011 06:47:46
0.2.3_4
|
bapt  |
2011-09-01 astro/gkrellmoon: Abandonware
2011-09-01 astro/spacechart: Abandonware
2011-09-01 audio/adpcm: No more public distfiles
2011-09-01 audio/aube: Abandonware
2011-09-01 audio/festvox-aec: BROKEN for more than 6 month
2011-09-01 audio/gtkgep: Abandonware
2011-09-01 audio/gtkhirad: No more public distfiles
2011-09-01 audio/opmixer: No more upstream
2011-09-01 audio/swami: Abandonware
2011-09-01 audio/x11amp: Abandonware
2011-09-01 audio/xmms-sndstretch: No Master Site
2011-09-01 cad/linux-gid: No more public distfiles
2011-09-01 chinese/gbscript: No more public distfiles
2011-09-01 chinese/mplayer-fonts: No more public distfiles
2011-09-01 chinese/oxford: No more public distfiles
2011-09-01 chinese/vflib: No more public distfiles
2011-09-01 databases/mysql++: No more public distfiles
2011-09-01 databases/mysql_last_value: No Master Site
2011-09-01 databases/p5-DBIx-Table: No more public distfiles |
11 Aug 2011 19:20:17
  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
01 Aug 2011 17:06:36
0.2.3_4
|
bapt  |
Deprecate some abandonwares |
19 Mar 2011 12:38:54
0.2.3_4
|
miwi  |
- Get Rid MD5 support |
06 Jun 2008 13:07:20
0.2.3_4
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
19 May 2007 20:32:57
0.2.3_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
28 Mar 2007 11:56:32
0.2.3_2
|
pav  |
- Fix after objformat removal
Reported by: pointyhat |
04 Feb 2007 21:02:21
0.2.3_2
|
kris  |
Back out previous, it causes plist problems |
01 Feb 2007 02:42:06
0.2.3_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
23 Feb 2006 10:40:45
0.2.3_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 23:29:54
0.2.3_1
|
pav  |
- Add some SHA256 checksums |
15 Nov 2005 06:52:12
0.2.3_1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
13 Oct 2005 11:56:05
0.2.3_1
|
vs  |
Nuke unused patch |
06 Mar 2005 21:56:39
0.2.3_1
|
flz  |
- Fix MASTER_SITES.
PR: ports/78494
Submitted by: Ports Fury
Approved by: pav (mentor) |
22 Feb 2005 07:04:44
0.2.3_1
|
linimon  |
Mark DEPRECATED. The original mastersite disappeared a long time ago.
Drop maintainership since I haven't used this in over a year. |
07 Nov 2004 06:52:43
0.2.3_1
|
linimon  |
Mastersite disappeared.
Submitted by: Radek Kozlowski <radek at raadradd dot com> |
02 Nov 2004 22:05:12
0.2.3_1
|
linimon  |
Use my FreeBSD.org address.
Reminded by: mavvie |
09 Jul 2004 17:43:11
0.2.3_1
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
10 Apr 2004 02:16:20
0.2.3_1
|
linimon  |
Per distfile survey, chase mastersite. |
18 Mar 2004 18:01:13
0.2.3_1
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
0.2.3_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
04 Feb 2004 05:21:48
0.2.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
08 Apr 2003 00:40:09
0.2.3
|
marcus  |
Remove the USE_GNOMENG macro. |
22 Feb 2003 20:33:17
0.2.3
|
marcus  |
Add gtkgep, a GTK guitar effects processor.
PR: 47779
Submitted by: Mark Linimon <linimon@lonesome.com> |