| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Dec 2011 17:49:04
0.99.17_4
|
rene  |
Remove expired, unmaintained ports:
2011-11-30 textproc/skribe
2011-11-30 emulators/wahcade
2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is
scheduled for deletion
2011-11-30 editors/koffice-kde3
2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion
2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported
2011-11-30 databases/fireprofile
2011-12-01 audio/gnowavcut: Abandonware
2011-12-01 mail/demime: No upstream development since 2007
2011-12-03 x11/wmmsg: No more public distfiles
2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on
anymore.
2011-12-03 misc/demoniac: No more upstream, no more public distfiles
2011-12-03 cad/gtkwave: No more public distfiles, no more upstream
2011-12-07 databases/clip: No develop anymore for long
2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend
on |
18 Nov 2011 23:30:13
0.99.17_4
|
ehaupt  |
Remove trailing whitespaces.
Feature safe: yes |
09 Nov 2011 15:00:35
0.99.17_4
|
bapt  |
Deprecate gtkextra, it will no more be depend on by anything in the tree at the
expiration date. |
02 Jul 2011 18:18:48
0.99.17_4
|
miwi  |
- Kick MD5 support |
12 Mar 2011 22:20:49
0.99.17_4
|
naddy  |
Remove need for gmake (and it breaks with 3.82). |
04 Dec 2010 07:34:27
0.99.17_4
|
ade  |
Sync to new bsd.autotools.mk |
22 Aug 2009 00:39:37
0.99.17_4
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
02 Aug 2009 19:36:34
0.99.17_4
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
06 Jun 2008 14:16:37
0.99.17_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) |
25 Mar 2008 22:44:48
0.99.17_3
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
19 May 2007 20:32:57
0.99.17_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 Feb 2007 02:42:06
0.99.17_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
15 Aug 2006 01:13:42
0.99.17_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
02 May 2006 01:21:51
0.99.17_2
|
ahze  |
- MAINTAINER -> ports@FreeBSD.org |
23 Feb 2006 10:40:45
0.99.17_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 22:41:05
0.99.17_1
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
0.99.17_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. |
09 Jul 2004 17:43:11
0.99.17_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 |
18 Mar 2004 14:46:32
0.99.17_1
|
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
14 Mar 2004 06:17:56
0.99.17_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:10:27
0.99.17_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
04 Oct 2003 04:37:13
0.99.17
|
edwin  |
[patch][non-maintainer] remove master site for x11-toolkits/gtkextra
Per Fenner's logs, one of the master sites for this file
has disappeared.
PR: ports/57558
Submitted by: Mark Linimon <linimon@lonesome.com> |
20 Apr 2003 19:54:06
0.99.17
|
marcus  |
Remove USE_GNOMENG. |
07 Mar 2003 06:14:08
0.99.17
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Sep 2002 03:58:24
0.99.17
|
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
05 Dec 2001 10:50:21 
|
sobomax  |
Update to 0.99.17. |
27 Jul 2001 13:51:29 
|
sobomax  |
Update to 0.99.16. |
05 Jul 2001 10:03:39 
|
sobomax  |
Unbroke on 4-STABLE. |
05 Jul 2001 09:47:52 
|
sobomax  |
Update WWW. |
04 Jul 2001 15:41:47 
|
sobomax  |
Update to 0.99.15. |
11 May 2001 17:36:50 
|
ade  |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
11 Mar 2001 11:29:57 
|
sobomax  |
Update to 0.99.14. |
09 Feb 2001 19:35:22 
|
sobomax  |
Update to 0.99.13. |
05 Feb 2001 16:49:18 
|
olgeni  |
Batch of style fixes for x11-toolkits. |
21 Dec 2000 16:27:19 
|
sobomax  |
Add MASTER_SITE_SOURCEFORGE into the MASTER_SITES. |
22 Nov 2000 11:55:19 
|
sobomax  |
Update to 0.99.12. |
18 Oct 2000 18:06:32 
|
sobomax  |
Update to 0.99.11. |
08 Oct 2000 08:03:53 
|
asami  |
Convert category x11-toolkits to new layout. |
05 Oct 2000 07:42:57 
|
reg  |
Implement USE_GTK, part 2. |
29 Aug 2000 10:00:38 
|
sobomax  |
Avoid hardcoded -lgtk/-lglib in gtkextra-config. |
17 Aug 2000 16:03:33 
|
sobomax  |
Correct "Date Created". |
17 Aug 2000 15:59:32 
|
sobomax  |
Add gtkextra - a useful widget set complementary to GTK+. |