Commit graph

42 commits

Author SHA1 Message Date
Jeremy Messenger
bdb974fb79 Use new GCONF_SCHEMAS.
Approved by:	pav
2004-11-23 19:33:08 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +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
Adam Weinberger
6fa642bcca Fix build with gcc 3.4. 2004-08-02 14:17:39 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Joe Marcus Clarke
ab2a43fd3a Fix a crash when trying to login to any database. 2004-04-19 01:54:38 +00:00
Joe Marcus Clarke
8a846b0f6b Update to 1.0.4. 2004-04-18 20:33:17 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +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
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Adam Weinberger
7535020871 Update to 1.0.3. 2004-01-17 04:15:23 +00:00
Adam Weinberger
6e7ec4e97c Udpate to 1.0.2.
Use %%DOCSDIR%%.
2004-01-03 20:29:08 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Adam Weinberger
a2569ad102 Update to 1.0.1. 2003-10-12 18:48:14 +00:00
Alexander Nedotsukov
43edb588e0 Fix reference in .omf file to html documentation. So it can be navigated
via Yelp.
2003-10-02 03:34:53 +00:00
Adam Weinberger
cd69603a91 Update to 1.0.0.
Obtained from:	marcuscom
2003-09-25 03:17:30 +00:00
Joe Marcus Clarke
fec7d24947 Update to 0.91.0. 2003-08-06 12:33:17 +00:00
Joe Marcus Clarke
849fb596d5 Update to 0.90. 2003-07-03 20:25:47 +00:00
Joe Marcus Clarke
97de4ca1a4 Revert the gtksourceview changes. The 0.3.0 version has an API change. 2003-06-15 23:53:39 +00:00
Joe Marcus Clarke
6204792b3d Add a dependency on gtksourceview, and fix the detection of said new
module.

Submitted by:	Franz Klammer <klammer@webonaut.com>
2003-06-15 21:23:17 +00:00
Adam Weinberger
cf27908b75 Update to 0.12.2. 2003-06-13 19:33:38 +00:00
Joe Marcus Clarke
8ab90c08a8 * Update to 0.12.1 [1]
* Add support for for database options in libgda2 [2]

Submitted by:	netchild [1] (based on)
		netchild [2]
2003-06-12 20:21:09 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
545337d9be Remove two stale plist entries.
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-06-02 18:18:02 +00:00
Joe Marcus Clarke
4daef3dd28 Update to 0.12.0. 2003-06-01 00:34:12 +00:00
Adam Weinberger
22e2d8d963 Use new GNOME 2 infrastructure.
Submitted by:	Mezz
2003-04-21 04:29:52 +00:00
Joe Marcus Clarke
daa68ed157 Remove USE_GNOMENG. 2003-04-18 21:20:06 +00:00
Joe Marcus Clarke
7b7820728e Update to 0.11.0. 2003-04-04 07:30:19 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
807b5fc8df Properly handle OMF files. 2003-02-08 04:09:13 +00:00
Joe Marcus Clarke
336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00
Joe Marcus Clarke
ec3284784d Update to 0.9.0. 2003-01-19 19:55:15 +00:00
Joe Marcus Clarke
1296d78903 Update to 0.8.199. 2002-10-25 07:31:27 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
0f7e9de868 Update to 0.8.193. 2002-09-14 09:16:12 +00:00
Joe Marcus Clarke
44e1cdb9b6 s/-pthread/${PTHREAD_LIBS}/ 2002-08-14 16:26:10 +00:00
Joe Marcus Clarke
42e96c2210 Correctly use the GNOMNG CONFIGURE_ARGS. This should properly disable
gtk-doc.

PR:	41665
2002-08-14 16:20:39 +00:00
Joe Marcus Clarke
40459166e0 * Update to 0.8.192
* Use USE_GNOMENG
* Use USE_REINPLACE were appropriate
2002-07-26 22:24:31 +00:00
Maxim Sobolev
548387be80 Use USE_REINPLACE. 2002-07-11 15:31:46 +00:00
Joe Marcus Clarke
9919d2398d Add libgnomedb, the backend library for GNOME DB 2. 2002-06-11 16:08:54 +00:00