| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jun 2012 05:26:28
2.0.1_3
|
dinoex  |
- update png to 1.5.10 |
02 Jul 2011 18:18:48
2.0.1_2
|
miwi  |
- Kick MD5 support |
04 Dec 2010 07:34:27
2.0.1_2
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
2.0.1_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.0.1_1
|
dinoex  |
- update to jpeg-8 |
02 Aug 2009 19:36:34
2.0.1
|
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 |
19 Jul 2009 03:44:58
2.0.1
|
marcus  |
This file is no longer needed in 2.0.1. |
18 Jul 2009 17:24:11
2.0.1
|
marcus  |
Update to 2.0.1. |
02 Feb 2009 01:36:16
1.99.0_11
|
araujo  |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
06 Jun 2008 14:16:37
1.99.0_11
|
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
1.99.0_10
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Oct 2006 08:54:54
1.99.0_9
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
23 Feb 2006 10:40:45
1.99.0_8
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 22:41:05
1.99.0_7
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
1.99.0_7
|
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. |
05 Nov 2005 05:22:06
1.99.0_7
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
12 Mar 2005 10:54:27
1.99.0_6
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
07 Nov 2004 22:37:47
1.99.0_5
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
09 Jul 2004 17:43:11
1.99.0_4
|
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 |
05 Apr 2004 03:31:02
1.99.0_4
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
18 Mar 2004 14:46:32
1.99.0_3
|
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
14 Mar 2004 06:17:56
1.99.0_3
|
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. |
08 Mar 2004 21:20:24
1.99.0_3
|
pav  |
- Kill trailing whitespace
- Fix typo
- Remove dead WWW |
06 Feb 2004 17:12:05
1.99.0_3
|
marcus  |
Fix the LATEST_LINK so as not to conflict with gtkglarea.
Reported by: Annoying Reminder Guy II: The Revenge (this time it's personal) |
04 Feb 2004 05:10:27
1.99.0_3
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
15 Dec 2003 19:34:06
1.99.0_2
|
fjoe  |
USE_MESA -> USE_GL.
Approved by: marcus on behalf of gnome@ |
22 Apr 2003 04:56:28
1.99.0_2
|
marcus  |
Convert to new GNOME infrastructure. |
20 Apr 2003 19:54:06
1.99.0_2
|
marcus  |
Remove USE_GNOMENG. |
07 Mar 2003 06:14:08
1.99.0_2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
07 Feb 2003 23:46:30
1.99.0_2
|
marcus  |
Assign maintainership of these ports to gnome@. The maintainer is no
longer using FreeBSD.
Submitted by: Marc Recht <marc@informatik.uni-bremen.de> |
07 Feb 2003 19:21:11
1.99.0_2
|
marcus  |
Chase gtk20's shared lib version. |
12 Oct 2002 22:50:39
1.99.0_1
|
marcus  |
Add patch forgotten in last commit. |
12 Oct 2002 22:50:12
1.99.0_1
|
marcus  |
* Do not install .la files
* Correct GNOMENG usage to use gnomehack (this installs the .pc file in the
correct location)
* Use USE_X_PREFIX
Approved by: maintainer |
08 Oct 2002 08:29:12
1.99.0
|
perky  |
Update gtkglarea2 to gtkglarea2 1.99.0
PR: 41617
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
Repocopied by: joe |