Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0_13 18 Nov 2013 08:18:04 |
bapt |
Remove old *gnome*mm libraries not in used in the ports tree.
They are EOLed upstream and their package name is in collision is more recent
versions
With hat: portmgr
Approved by: maintainer timeout |
2.0.0_13 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
2.0.0_13 03 Sep 2013 09:59:01 |
bapt |
Add an explicit dependency on pkgconf |
2.0.0_13 27 Jul 2013 13:25:15 |
kwm |
Add patch to fix build with clang.
Use USES=gmake and pathfix
Approved by: maintainer (implicit) |
2.0.0_13 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.0.0_12 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
2.0.0_12 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.0.0_12 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.0.0_11 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.0.0_10 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
2.0.0_10 02 Aug 2009 19:36:34 |
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 |
2.0.0_10 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.0.0_9 06 Jun 2008 14:16:37 |
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) |
2.0.0_8 19 Apr 2008 17:56:05 |
miwi |
- 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) |
2.0.0_7 04 Oct 2007 06:27:14 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
2.0.0_7 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.0_6 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.0.0_5 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.0_5 15 Nov 2005 06:52:12 |
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. |
2.0.0_5 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.0.0_4 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
2.0.0_3 09 Jul 2004 17:43:11 |
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 |
2.0.0_3 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.0.0_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.0.0_2 14 Mar 2004 06:17:56 |
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. |
2.0.0_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.0.0_1 12 Oct 2003 15:27:25 |
bland |
Chase libgnomemm shared library version. |
2.0.0 26 Sep 2003 16:00:20 |
bland |
Update to 2.0.0 |
1.3.17 29 Aug 2003 16:40:30 |
bland |
Redone patch with accidently removed trailing spaces.
Approved by: marcus (mentor) |
1.3.17 27 Aug 2003 23:31:43 |
bland |
Workaround gcc 2.95.x static_cast<> bug on -STABLE
PR: 56030
Submitted by: Sergey Akifyev <asa@gascom.ru> (based on)
Approved by: marcus (mentor) |
1.3.17 25 Aug 2003 23:39:59 |
bland |
Update to 1.3.17
Approved by: marcus (mentor) |
1.3.16_1 17 Aug 2003 04:01:04 |
bland |
- Change my maintainer address.
- Use gnomehack for pkgconfig libdir.
Approved by: marcus (mentor) |
1.3.16_1 23 Jul 2003 03:53:37 |
marcus |
Fix build with GCC 3.3.1. Bump PORTREVISION since the header change will
affect dependent ports.
Submitted by: Alexander Nedotsukov <bland@mail.ru> |
1.3.16 15 Jun 2003 23:09:08 |
marcus |
Add libgnomeuimm, the C++ bindings for libgnomeui.
Submitted by: Alexander Nedotsukov <bland@mail.ru> |