1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +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
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
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Tilman Keskinoz
8e97c2bb12 Use system compiler on CURRENT 2007-05-31 21:55:17 +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
Edwin Groothuis
cfc515375f remove USE_REINPLACE for all categories starting with I 2006-05-08 10:32:04 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Patrick Li
b280c01d35 Update to 0.4.6
PR:		ports/82075
Submitted by:	ports fury
2005-06-10 07:57:38 +00:00
Jean-Yves Lefort
7e54dd472f Update to 0.4.5
PR:		ports/81053
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-05-16 04:29:55 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Florent Thoumie
fcfcc89e9d - Update to 0.4.4.
- Global clean up of the port.

PR:		ports/78500
Submitted by:	Ports Fury
Approved by:	pav (mentor)
2005-03-07 14:46:12 +00:00
Jeremy Messenger
20d76e39f4 - Some very small clean up for portlint.
- Add gnometarget.
- Add gnomehier to fix the pkg-plist. [1]
- GNU_CONFIGURE -> USE_LIBTOOL_VER=15.
- Disable install .desktop for KDE menu to fix the pkg-plist. KDE is living in
  in the ${LOCALBASE}; not in ${X11BASE}. KDE user or KDE maintainer, if you
  care this then please take care of it as I don't have any KDE install and
  can't test it. [1]

Reported by:	pointyhat via kris [1]
2005-01-11 22:50:33 +00:00
Josef El-Rayes
839dcd21c8 Unset maintainership on ports. Multiple maintainer
timeouts.

Approved by:	portmgr
2004-12-12 14:49:37 +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
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Mark Linimon
a3e6101ad4 Update to 0.3.2: lots of bugfixes, many of which do not apply to FreeBSD.
See ChangeLog for details.

PR:		ports/
Submitted by:	Juan Salaverria <rael@vectorstar.net> (maintainer)
2004-02-10 21:49:03 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Pav Lucistnik
83fcae9a91 - Use system gettext instead of bundled one.
PR:		ports/58427
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	adamw (mentor)
2003-11-19 00:57:26 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Daichi GOTO
d47622b73b update irc/lostirc: 0.2.5 -> 0.2.7
PR:		54192
Submitted by:	Juan Salaverria <rael@vectorstar.net> (maintainer)
2003-07-08 06:22:10 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
43624b00a8 Chase gtkmm shared lib version.
Requested by:	kris
Pointy hat to:	me probably
2003-03-15 23:44:14 +00:00
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Tilman Keskinoz
47342bfac2 Update to 0.2.5
PR:		47155
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2003-01-18 18:43:02 +00:00
Mario Sergio Fujikawa Ferreira
9d7da5ca47 Deploy USE_GNOMENG infrastructure
PR:		42204
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:59:42 +00:00
Patrick Li
4dd7ec3e16 Update to 0.1.4
PR:		ports/40880
Submitted by:	maintainer
2002-07-22 21:29:04 +00:00
Ying-Chieh Liao
8aa5a5050f add lostirc 0.1.2
LostIRC is a simple and minimal IRC client for X

PR:		40064
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2002-07-01 14:34:53 +00:00