Commit graph

135 commits

Author SHA1 Message Date
Joe Marcus Clarke
dd94f21336 Do not change permissions and group ownership of the share/gnome/games
directory.  Leave that up to gnomehier.
2004-11-26 06:01:34 +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
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
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Trevor Johnson
00e692203d USE_REINPLACE must be defined before REINPLACE_CMD may be used. 2003-11-17 12:03:17 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Ade Lovett
3195b6f71c 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:36:20 +00:00
Kris Kennaway
16430c8e85 Protect target with .if target(...) ... .endif for targets that are
redefined by a slave port.
2002-12-01 00:57:58 +00:00
Joe Marcus Clarke
78551cc5e8 Fix build on -CURRENT. 2002-10-14 02:06:35 +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
b0b72e84ca Fix a problem with word selection in gnome-terminal. Bump PORTREVISION. 2002-08-24 08:24:21 +00:00
Joe Marcus Clarke
b51a85a49e Update to 1.4.2. 2002-08-22 05:49:26 +00:00
Maxim Sobolev
aa577379b7 Fix patch, so that it actually applies. 2002-07-16 08:08:49 +00:00
Joe Marcus Clarke
a84873dac8 Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.
PR:		40125
Submitted by:	sf
Pointy hat to:	marcus
2002-07-16 04:36:50 +00:00
Maxim Sobolev
19a718ac4c Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).

The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.

Please report any unusual problems to gnome@FreeBSD.org.

Discussed with:	marcus
Reviewed by:	marcus
2002-07-11 17:16:10 +00:00
Joe Marcus Clarke
eba53fe206 Update to 1.4.1.7. 2002-05-24 03:26:43 +00:00
Maxim Sobolev
17b6cc0afe - Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
2002-05-01 20:23:03 +00:00
Maxim Sobolev
2e51418c70 Hack for better hier(7) conformance - install libart documentation into
${PREFIX}/share/doc.
2002-04-30 23:20:30 +00:00
Joe Marcus Clarke
d51df2d2c5 Clean up the plists some.
* "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound
  between both GNOME 1.4 and GNOME 2.0.

* Remove some @dirrm's from gtm that were already in dependency ports.
2002-04-30 19:21:53 +00:00
Maxim Sobolev
3670e0fb0c Update to 1.4.1.6. 2002-04-29 17:05:43 +00:00
Joe Marcus Clarke
7f2908c8f5 Fix installation is gtk-doc is also installed.
Note, since it seems like a number of ports are broken when gtk-doc is
also installed, I wonder if adding --disable-gtk-doc to all their
CONFIGURE_ARGS isn't a bad idea.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-07 16:41:26 +00:00
Maxim Sobolev
4f7b287eed Update to 1.4.1.5. 2002-04-06 17:31:17 +00:00
Maxim Sobolev
48a54fd9ad Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION. 2002-02-08 02:03:14 +00:00
Maxim Sobolev
62a4e9fb1a Update to 1.4.1.4. 2002-01-28 17:07:12 +00:00
Maxim Sobolev
b98f12d4a5 Update to 1.4.1.3. 2002-01-15 16:12:51 +00:00
Maxim Sobolev
35638ff4e0 Fix a null pointer dereferencing bug in gtk-xmhtml library observed when
browsing evolution documentation. Bump PORTREVISION.
2001-12-15 06:22:28 +00:00
Maxim Sobolev
ed32c6b096 Some of the GNOME components now install their include files into
${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make
gnome-config return appropriate cpp(1) flags necessary to find those
headers. Bump PORTREVISION accordingly.
2001-10-09 07:40:18 +00:00
Akinori MUSHA
da947bc75f Allow japanese/gnomelibs to add LIB_DEPENDS:
-LIB_DEPENDS=   xml.5:${PORTSDIR}/textproc/libxml \
	+LIB_DEPENDS+=  xml.5:${PORTSDIR}/textproc/libxml \
2001-09-12 15:39:01 +00:00
Maxim Sobolev
1dac972c1f Update to 1.4.1.2. 2001-09-11 14:40:33 +00:00
Maxim Sobolev
71c7818b12 Update to 1.4.1.1. 2001-08-22 18:06:36 +00:00
Maxim Sobolev
7d6aa4f835 Unbroke on alpha.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2001-08-14 18:41:16 +00:00
Ade Lovett
3d8a10b50a Add textproc/libxml as an explicit dependency, as well as the implicit
dependency through textproc/scrollkeeper.  Something strange is going on
here, and this is a reasonable temporary fix.
2001-05-31 16:02:52 +00:00
Ade Lovett
d24f52d4dc Remove empty patchfile that got left around sometime. 2001-05-22 03:58:17 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Ade Lovett
89b3916cd1 Missed patch from the update causing an mtree failure.
Submitted by:	bento
2001-05-07 11:26:26 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Jimmy Olgeni
2cac1647f9 Style fixes for ports/x11. 2001-02-05 16:18:54 +00:00
Ade Lovett
4b06a6b98c It's another day. Update to 1.2.11 2001-01-25 17:00:26 +00:00
Ade Lovett
c0bf4310df Another day. Another GNOME release. 1.2.10 here 2001-01-25 02:38:01 +00:00
Ade Lovett
bf3d4efb9c Allow CATEGORIES to be overriden by the respective japanese/* ports
(and others, should they ever be born)

Still don't understand why practically all of this can't be merged
into the main GNOME source tree, but hey ho.

Requsted by:	knu
2001-01-24 16:03:49 +00:00
Ade Lovett
3c40e20d43 *sigh* missed a relatvely important patch, at least from a packaging PoV
Bump PORTREVISION accordingly.
2001-01-24 05:25:53 +00:00
Ade Lovett
77b07c735b Update to 1.2.9 -- bring in a few pieces of documentation here
which slightly change a few other ports.
2001-01-24 05:07:19 +00:00
Ade Lovett
0c73d558e2 Conditionally set MAINTAINER, so that the japanese slave ports DTRT
Submitted by:	nakai
2000-11-17 16:23:09 +00:00
Maxim Sobolev
6353bea9ca Bump PORTREVISION as a result of my previous commit (sound fix).
Reminded by:	alex
2000-11-01 15:44:50 +00:00
Ade Lovett
39c7384d53 Update to 1.2.8 2000-10-24 16:42:25 +00:00
Ade Lovett
cc689d5ce7 Update to 1.2.7 2000-10-18 22:23:52 +00:00
Ade Lovett
bc4749ff34 Update to 1.2.6 2000-10-17 18:51:53 +00:00