1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Pav Lucistnik
c8a922ed0c - Update download location, remove WWW 2009-02-01 00:26:35 +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
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +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
Jeremy Messenger
9fd86ed460 Change the PORTNAME:
gnomemag -> gnome-mag
	gnomespeech -> gnome-speech
	fileroller -> file-roller
	gnomeaudio -> gnome-audio
	gnomemedia2 -> gnome-media
	gnomedb -> gnome-db
	gnomeblog -> gnome-blog
	gnomepim -> gnome-pim
	gnomeutils2 -> gnome-utils
	bugbuddy -> bug-buddy
	gnomebuild -> gnome-build
	gnomecommon -> gnome-common
	gnomecrash -> gnome-crash
2006-05-28 04:06:27 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
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
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Pav Lucistnik
258560e6ad - This version is not on ftp.gnome.org and mirrors 2004-03-23 18:55:45 +00:00
Pav Lucistnik
7d83787187 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:05:58 +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
Trevor Johnson
00e692203d USE_REINPLACE must be defined before REINPLACE_CMD may be used. 2003-11-17 12:03:17 +00:00
Joe Marcus Clarke
7571feeecf Remove gnomepilot support since gnomepilot has been retired. 2003-08-12 15:18:03 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
daa68ed157 Remove USE_GNOMENG. 2003-04-18 21:20:06 +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
9f6bd76ddf Make this fetchable again. 2003-01-05 02:11:56 +00:00
Joe Marcus Clarke
e6d7bb288b Update to 1.4.9. 2003-01-01 19:11:27 +00:00
Adam Weinberger
1cb3330b66 Use a description that says what programs the gnomepim package contains,
and what they are.
2002-12-10 09:32:08 +00:00
Joe Marcus Clarke
e425708f2b Remove BUILD_DEPENDS on gm4 as this is now inherited from devel/bison. 2002-11-16 00:49:13 +00:00
Joe Marcus Clarke
6b5e87219b Add a BUILD_DEPENDS on gm4 which fixes a neat build problem on
bento.

Submitted by:	bento and ktrace
2002-11-15 07:52:15 +00:00
Joe Marcus Clarke
41440137ee Remove extraneous '/' from pre-install target.
PR:	44089
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-10-16 00:12:37 +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
576d2c872a Update to 1.4.8. 2002-09-09 18:42:11 +00:00
Maxim Sobolev
e871a9e3cd Use USE_GNOMENG. 2002-07-18 09:56:35 +00:00
Maxim Sobolev
ba445c1136 Remove extra MASTER_SITES - the distfile is now awailable from the
MASTER_SITE_GNOME
2002-06-03 09:49:25 +00:00
Joe Marcus Clarke
dfcd75d164 Fix a problem where gnomecal would crash on the first of every month, and
correct the link to gnomecal's help documentation.  Bump PORTREVISION.

PR:		38773 (help docs)
Obtained from:	gnome-pim CVS (crash fix)
2002-06-01 17:28:10 +00:00
Joe Marcus Clarke
66fe6ad566 Update to 1.4.6. 2002-05-31 20:53:08 +00:00
Norikatsu Shigemura
d22fe6866e add missing files.
Not objected to by:	gnome
Reviewed by:		knu (mentor)
2002-04-28 16:03:28 +00:00
Maxim Sobolev
4c809351ec Provide backup MASTER_SITE.
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-18 15:17:06 +00:00
Maxim Sobolev
de77e20e60 Fix compilation when WITHOUT_PILOT is defined.
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-21 09:52:47 +00:00
Maxim Sobolev
888d58cd87 Correct logic for optional pilot support.
Submitted by:	Anders Andersson <anders@hack.org>
		Joe Clarke <marcus@marcuscom.com>
2002-01-21 01:45:26 +00:00
Maxim Sobolev
d91c9ce8c3 Remove empty files. 2002-01-15 09:28:31 +00:00
Maxim Sobolev
7577c67e21 Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.
PR:		ports/33651
Submitted by:	Ollivier Robert <roberto@eurocontrol.fr>
2002-01-08 10:20:07 +00:00
Maxim Sobolev
19cd7328dd Add USE_BISON, because port having problems building itself using byacc.
Submitted by:	bento
2001-12-19 11:19:01 +00:00
Maxim Sobolev
260688534e Correct WITHOUT_PILOT test in one place. 2001-12-19 11:15:05 +00:00
Maxim Sobolev
148b1b7e7f Make Pilot support "on" by default, so that package build on bento will
contain all possible features.
2001-12-17 11:28:00 +00:00
Maxim Sobolev
f23bb676f6 Put in missing .else - this should make WITH_PILOT working.
PR:		32569
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-12-07 09:33:05 +00:00
Maxim Sobolev
75a6855996 Update to 1.4.3.
PR:		32511
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2001-12-06 10:15:19 +00:00
Ying-Chieh Liao
cd116e5157 s/malloc.h/stdlib.h/ 2001-11-09 08:49:55 +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