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

130 Commits

Author SHA1 Message Date
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Alexander Nedotsukov
b408b86442 Fix inter-library dependency on libgdk.
Reported by:	krismail
2005-04-20 05:49:12 +00:00
Pav Lucistnik
b65bb97bbf - Use INFO
Requested by:	krion
2005-02-27 15:40:26 +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
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
Joe Marcus Clarke
3243838676 Always add the default gtkrc file to the search path so that we know we'll
have some sane theme properties when using KDE 3 or GNOME 2.

Submitted by:	kan
2004-04-17 18:17:15 +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
Kris Kennaway
1e9de467c7 Respect WITHOUT_NLS.
Approved by:	maintainer
2004-03-02 06:07:54 +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
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
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +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
bea8905c6f Remove the share/themes directory if it's empty.
Reported by:	bento
2003-01-13 02:17:37 +00:00
Joe Marcus Clarke
cd1489e639 Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
the old xxx-config files, remove the "12" suffix.  This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking.  Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.

PR:		39417
2002-11-20 20:11: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
Kris Kennaway
e249821e95 Don't try and remove libdata on deinstall, because this is a system
directory.
2002-09-19 01:55:08 +00:00
Joe Marcus Clarke
ba7eaa817d Remove mention of the WITH_XINPUT macro.
Submitted by:	netchild
2002-09-10 16:27:10 +00:00
Joe Marcus Clarke
2a65b2a410 Enable XInput by default. Apparently, this doesn't hurt anything, and will
help people using certain input devices and in certain locales.

Requested by:	netchild, Teemu Hakala <temmi.hoo@kolumbus.fi>
2002-09-05 18:12:57 +00:00
Joe Marcus Clarke
4c68f6802d Add a knob for enabling XInput support.
Submitted by:	Rocco Caputo <troc@netrus.net> (with some modification)
2002-08-16 06:23:44 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Maxim Sobolev
c10874ab9c Convert to USE_GNOMENG. 2002-07-04 17:19:38 +00:00
Joe Marcus Clarke
b525ae5416 Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.

Reported by:	dougb
2002-06-14 04:20:57 +00:00
Joe Marcus Clarke
b3462d152b Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.

Reported by:	many
2002-06-13 21:42:43 +00:00
Maxim Sobolev
6202dce78e Correct gtk+/glib libraries names in .pc files.
Submitted by:	alfred
2002-06-10 15:33:34 +00:00
Joe Marcus Clarke
163580e9fe Fix up the pkg-{descr|comment} to relfect reality, and avoid confusion
for software developers.

Submitted by:	Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
2002-05-13 16:09:05 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Maxim Sobolev
c42293db8c Remove bogus `@{exec,unexec} ldconfig' - it is added by INSTALLS_SHLIB knob. 2002-02-23 09:30:14 +00:00
David E. O'Brien
ed5401d401 'pkg_add -r gtk' works a *LOT* better if we actually let the system know
the shared libraries were installed.
2002-02-23 01:45:59 +00:00
Maxim Sobolev
1485d6f52e Remove obsolete libxpg4-related hunk. This doesn't make any functional
difference, hence leave PORTREVISION intact.

Submitted by:	sf
2001-12-21 08:25:02 +00:00
Jacques Vidrine
a5efa8078d When creating shared memory segments, make them readable/writable
only by the owner.
2001-12-20 19:18:58 +00:00
Maxim Sobolev
e3632314ca WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-10-15 12:55:02 +00:00
Ade Lovett
c9334746b2 Add removal of libdata/ to the plist. Ideally, this should be fixed
by adding libdata to the X11 mtree's, but this hack will do for now,
and let bento build the 506 ports that apparently depend on gtk12 :)
2001-05-31 22:16:13 +00:00
Ade Lovett
ff4f18ab92 Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
2001-05-23 00:49:11 +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
e45dce2f4d Update to 1.2.10 - note that there were some critical bugs in 1.2.9
for i18n users - everyone is strongly urged to upgrade, particularly
GNOME users.
2001-04-02 15:45:30 +00:00
Ben Smithurst
b5d5572a93 Add .uk master site.
Approved by:	ade (maintainer)
2001-03-30 17:16:22 +00:00
Ade Lovett
dce51cd86c Sigh. Reclaim these, primarily for GNOME 1.4 2001-03-23 05:42:30 +00:00
Vanilla I. Shu
e94bb46af2 Someone don't like my style, so I drop maintainer now. 2001-03-23 05:34:27 +00:00
FUJISHIMA Satsuki
fa1741442e make MASTER_SITE_SUBDIR more effective.
Submitted by:	knu
2001-03-11 21:50:34 +00:00
FUJISHIMA Satsuki
9e79a545dc add MASTER_SITE_RINGSERVER.
Approved by:	maintainer
2001-03-11 17:06:39 +00:00
Vanilla I. Shu
1c1d327646 Fix pkg-plist.
Submitted by:	bento
2001-03-10 07:42:58 +00:00
Vanilla I. Shu
62da209547 Add --with-native-locale to CONFIGURE_ARGS. 2001-03-06 14:12:40 +00:00
Vanilla I. Shu
bbcb0d9979 Upgrade to 1.2.9
Submitted by:	clive
2001-03-06 12:30:48 +00:00
Vanilla I. Shu
ff2892dc21 Bump version.
Reminded by:	dima
2001-02-09 22:30:23 +00:00
Vanilla I. Shu
ffadb2cbe5 Add a patch for gtk.m4,
and fix fontset for russian language,
correct pkg-comment, GTK stands for "Gimp Toolkit".

PR:		ports/23209
Submitted by:	Greg Troxel <gdt@ir.bbn.com>,
		Anatoliy Dmytriyev <tolid@tobez.org>,
		Opcode <opcode@skylab.saturn5.yi.org>
2001-02-09 15:11:07 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00