Commit graph

80 commits

Author SHA1 Message Date
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +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
Michael Johnson
e27043daa4 - Update or add WWW line 2005-07-21 08:51:50 +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
Pav Lucistnik
d86e03252b - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:46:32 +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
Joe Marcus Clarke
e5c3d16104 Add CONFLICTS for py-gnome and py-gnome2 on each other.
Reported by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-30 03:31:01 +00:00
Trevor Johnson
985ad01865 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 12:03:59 +00:00
Joe Marcus Clarke
90158d7400 Remove libpanel support as part of phase II of the GNOME 1.4 desktop
removal.
2003-08-12 15:00:54 +00:00
Joe Marcus Clarke
c126810efd * Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
  across desktop versions
2003-04-06 21:16:05 +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
49834e035e Bump PORTREVISION after the gtkhtml version bump. 2002-11-12 02:09:58 +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
Maxim Sobolev
757d87a67d Update to 1.4.4. 2002-08-28 18:02:42 +00:00
Maxim Sobolev
0577d83321 Use USE_GNOMENG. 2002-07-14 13:39:15 +00:00
Maxim Sobolev
bf75d60309 Update to 1.4.2. 2002-07-14 13:37:37 +00:00
Maxim Sobolev
a1abd52f9a - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3;
- silence harmless configure warning by overriding CONFIGURE_TARGET.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>, sobomax
2002-02-07 13:44:16 +00:00
Maxim Sobolev
26eafe311a Update to 1.4.2. 2002-01-04 11:58:28 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Maxim Sobolev
12af35337d Fix a breakage resulted from path to gdk-pixbuf's includes being
hardcoded.

Reported by:	Patrik Backlund <pbacklun@cc.hut.fi>
2001-11-12 12:13:42 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
Satoshi Asami
91df9c0b09 defs files are in share/gnome/pygtk/1.2/defs, not share/pygtk/1.2/defs.
Submitted by:	bento
2001-08-27 03:54:13 +00:00
Maxim Sobolev
4e8b69161e Remove gtkhtml from LIB_DEPENDS - we inherit this dependency along with
USE_GNOME anyway.
2001-07-23 10:17:37 +00:00
Maxim Sobolev
9b304be6e0 Update to 1.4.1. 2001-07-03 17:39:22 +00:00
Maxim Sobolev
5cde3dbf1a Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so it
could be safely enabled.
2001-07-03 11:38:46 +00:00
Maxim Sobolev
1146dab36b Use ${PYTHON_SITELIBDIR} where appropriate. 2001-06-13 14:33:37 +00:00
Ade Lovett
e5d3a9762b Missed one (grr) 2001-05-16 14:34:09 +00:00
Ade Lovett
200dc1a1fb Remove --with-gtkhtml fully. PORTREVISION bumped.
Discovered by:	gnome-builder automated script
2001-05-16 13:59:16 +00:00
Maxim Sobolev
9b40492b7b Comment out files that belong to gtkhtml module. 2001-05-15 17:19:20 +00:00
Maxim Sobolev
bc3dc76527 Temporary comment out gtkhtml dependency until right way has been worked out.
Pointed out by:	ade
2001-05-15 17:14:26 +00:00
Maxim Sobolev
46b8645729 Enable gtkhtml module. 2001-05-15 13:30:35 +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
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
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Maxim Sobolev
98a8486494 Pythonize.
Approved by:	maintainer
2000-09-21 16:00:06 +00:00
Thomas Gellekum
78bbc51a88 Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.
2000-09-08 12:24:00 +00:00
Jacques Vidrine
b99b00b305 Add a missing dependency. 2000-06-29 12:17:32 +00:00
Ade Lovett
74fb7aada9 Point MASTER_SITE to MASTER_SITE_GNOME now that gnome-python
is an official part of GNOME.  Some of the previous MASTER_SITES
had bad and/or missing distfiles.

Pointed out by:	Dennis Favro <dennis.favro@utoronto.ca>
Approved by:	MAINTAINER (nectar)
2000-06-07 18:06:25 +00:00
Ade Lovett
1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Jacques Vidrine
8072cd4d30 Update 1.0.50 -> 1.0.53 2000-05-20 15:25:37 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Michael Haro
d21d7a39f0 portlint: remove whitespace 2000-03-21 18:06:32 +00:00
Jacques Vidrine
7b96afb03c . Repair PLIST after it was spammed by previous committer.
. Update 1.0.4 -> 1.0.50
1999-10-17 17:08:40 +00:00
Yukihiro Nakai
573afd9df6 Revert request from MAINTAINER.
And respect to the line...
1999-10-14 17:01:46 +00:00
Yukihiro Nakai
7399dae7aa PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.50
1999-10-14 09:38:27 +00:00
Jacques Vidrine
425b775f5d Step two of splitting py-gnome into py-gtk and py-gnome so that folks
may use the Python GTK bindings without all the GNOME cruft.

This also updates py-gnome from 1.0.3 -> 1.0.4.
1999-09-19 15:53:19 +00:00