Jimmy Olgeni
44ab88d333
Upgrade to version 2.11.
2011-12-24 14:03:58 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Pav Lucistnik
b750bb4f9b
- Fix build on slow machines
...
Reported by: pointyhat
2009-12-03 17:58:46 +00:00
Kris Moore
581eba9bb2
- Fix runtime issues when using CUSTOM prefix
...
PR: 139647
Submitted by: myself
Approved by: Maintainer Timeout
Approved by: miwi (mentor)
2009-11-11 22:09:15 +00:00
Dmitry Marakasov
d99dd57e89
- Switch SourceForge ports to the new File Release System: categories starting with X
2009-08-22 00:39:37 +00:00
Jimmy Olgeni
db5b970151
Upgrade to version 2.10.
2009-07-25 16:45:36 +00:00
Florent Thoumie
340b57f8be
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
...
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Edwin Groothuis
090059a210
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)
2008-06-06 14:17:21 +00:00
Jimmy Olgeni
6f3925c92b
Upgrade to version 2.8.
2008-05-24 13:25:11 +00:00
Martin Wilke
b77ec223e8
- Fix build after xorg cleanup
...
Submitted by: pointyhat
2008-04-20 17:49:34 +00:00
Martin Wilke
3e4ed01146
- 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)
2008-04-19 17:56:05 +00:00
Jimmy Olgeni
8d5a667dbf
Add missing files to pkg-plist.
...
PR: ports/122527
Submitted by: Keith Gaughan <keith.gaughan(at)gmail.com>
2008-04-07 14:13:58 +00:00
Martin Wilke
ca519ab8c0
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Jimmy Olgeni
e56dc6702e
Upgrade to version 2.7.1.
2008-01-12 22:46:55 +00:00
Jimmy Olgeni
8ecf891bad
Add missing directories to pkg-plist.
...
Noticed by: pav
2007-12-19 20:30:23 +00:00
Jimmy Olgeni
167a189f01
Add missing libglade2 to USE_GNOME.
2007-12-15 15:25:22 +00:00
Jimmy Olgeni
8491814642
Upgrade to version 2.7.
2007-12-12 14:08:56 +00:00
Jimmy Olgeni
14674c0cc7
Upgrade to version 2.6.1.
2007-06-30 18:14:37 +00:00
Jimmy Olgeni
2bbc9ae918
Add missing files.
...
Noticed by: kris
2007-06-01 09:03:22 +00:00
Jimmy Olgeni
55fedd774b
Upgrade to version 2.6.
2007-05-28 23:12:21 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jimmy Olgeni
1e1a181284
Fix PORTNAME, which did not match origin.
...
Noticed by: rafan
2007-03-03 12:52:18 +00:00
Jimmy Olgeni
5b997805a1
Upgrade to version 2.5.
2006-08-06 18:50:14 +00:00
Jimmy Olgeni
444fa5e245
Do not set CHARSET to iso-8859-1, it is no longer needed.
2006-06-19 20:05:51 +00:00
Edwin Groothuis
508b8d82f4
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 03:01:03 +00:00
Jimmy Olgeni
2cf87ecf06
Fix display issue in "Show extra details" mode.
...
PR: ports/91514
Submitted by: Neil Hoggarth <neil(at)hoggarth.me.uk>
2006-01-08 17:07:40 +00:00
Jimmy Olgeni
aeb085fd8d
Upgrade to version 2.4.1.
2006-01-06 10:44:51 +00:00
Ade Lovett
54a0b86543
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.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Jimmy Olgeni
fed8bb3a45
Upgrade to version 2.3.
2005-08-28 19:16:18 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Jimmy Olgeni
43c31a0b5f
Unbreak package build (remove debug executable.)
...
Noticed by: kris
2005-02-19 12:37:14 +00:00
Jimmy Olgeni
cb37a9dee5
Upgrade to version 2.2.0.
2005-01-29 15:07:03 +00:00
Jimmy Olgeni
8ab3fc4cae
Upgrade to version 2.1.5.
2005-01-23 12:49:22 +00:00
Joe Marcus Clarke
46a4d69571
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
...
big upgrade.
2004-11-07 22:37:47 +00:00
Jimmy Olgeni
aaa8e2c44a
Upgrade to version 2.1.4.
2004-10-30 19:03:29 +00:00
Jimmy Olgeni
1705da5a58
Upgrade to version 2.1.3.
...
PR: 70903
Submitted by: Roman Bogorodskiy <bogorodskiy (at) inbox.ru>
2004-08-27 19:48:35 +00:00
Jimmy Olgeni
809a8b0c55
Update WWW.
2004-06-05 12:54:45 +00:00
Jimmy Olgeni
24e0da1055
Upgrade to version 2.1.2, display pkg-message in install target.
2004-05-01 14:01:46 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Jimmy Olgeni
2a67f30d03
Add SIZE data.
...
Submitted by: trevor
2004-03-18 20:45:09 +00:00
Ade Lovett
3f651573ad
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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Jimmy Olgeni
1dc2359f65
Add proper configure target by merging patch from ports/62034.
...
PR: 62034
Submitted by: Ulrich Spoerlein <q@uni.de>
2004-01-28 19:39:24 +00:00
Jimmy Olgeni
57e0bc2bfb
Upgrade to version 2.1.1.
2004-01-25 19:27:04 +00:00
Jimmy Olgeni
7b4b5cc22b
Upgrade to version 2.1.0.
2003-10-09 11:05:37 +00:00
Joe Marcus Clarke
43b5bc1ba1
Use USE_GNOME to fix the build on bento.
2003-09-21 03:47:05 +00:00