Commit graph

44 commits

Author SHA1 Message Date
Cheng-Lung Sung
ab63f5bd0b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 10:08:25 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +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
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +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
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Renato Botelho
2c2f1bad65 I'm not using it anymore, so, reset maintainership 2005-09-30 11:31:44 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Roman Bogorodskiy
9639e07f09 Remove unresolveable MASTER_SITES
PR:		80578
Submitted by:	Renato Botelho (maintainer)
2005-05-03 15:16:30 +00:00
Roman Bogorodskiy
a83ffa13e8 - add WITHOUT_NLS support
- use %%DATADIR%% macro
- use libtool 1.5

PR:		80334
Submitted by:	Renato Botelho (maintainer)
2005-04-27 15:00:49 +00:00
Sergei Kolobov
e9283450e1 - Fix pkg-plist to unbreak the port
- Transfer maintainership to the submitter

PR:		ports/79643
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	Marco Molteni <molter@gufi.org> (maintainer)
2005-04-19 18:08:35 +00:00
Kris Kennaway
ff4f59306e BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-26 19:51:38 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +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
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
Volker Stolz
b756c33367 Unbreak on 4.x
Submitted by:	des
Approved by:	maintainer
2004-10-14 07:07:25 +00:00
Dag-Erling Smørgrav
f8df20da12 Add a hackaround to allow gpsdrive to use serial devices on FreeBSD. The
original code is a non-portable Linuxism; this patch changes it to a non-
portable FreeBSDism.  A more elaborate and portable patch will be submitted
to the author.

Approved by:	portmgr (krion), maintainer
2004-09-07 10:38:47 +00:00
Kirill Ponomarev
c6e4a40a18 Fix plist. 2004-08-14 15:38:21 +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
Volker Stolz
a040000cf7 Update to latest version:
- enable experimental mysql support
- drop gcc3x dependency

PR:		ports/67638
Submitted by:	maintainer
2004-06-09 12:40:20 +00:00
Kirill Ponomarev
c92094321b - Use gcc33 for OSVERSION > 501103
- SIZE'ify

PR:		ports/65421
Submitted by:	michael johnson <ahze@ahze.net>
2004-04-11 14:39:25 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +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
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
Alex Dupre
74528bb11f - Update to 2.07-pre7.
- Use gtk2 instead of gtk1.

PR:		ports/61299
Submitted by:	Marco Molteni <molter@tin.it> (maintainer)
Approved by:	nork (mentor/implicitly)
2004-01-13 16:22:02 +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
Yen-Ming Lee
066a9db902 Update of astro/gpsdrive to latest version (1.33)
PR:		54759
Submitted by:	Marco Molteni <molter@tin.it>
2003-08-08 23:16:29 +00:00
FUJISHIMA Satsuki
e1eb39c5be get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
add missing dependency to gettext.
2003-07-14 02:35:55 +00:00
Joe Marcus Clarke
7431b95baa Remove USE_GNOMENG macro. 2003-04-07 20:29:10 +00:00
Akinori MUSHA
1a5f307ec1 De-pkg-comment. 2003-02-21 10:44:59 +00:00
Ying-Chieh Liao
76bab1d188 upgrade to 1.31
PR:		46273
Submitted by:	maintainer
2003-01-03 18:28:17 +00:00
Kevin Lo
37e8bd50be Update to version 1.28
PR: 44420
Submitted by: MAINTAINER
2002-10-24 06:51:44 +00:00
Mario Sergio Fujikawa Ferreira
b31357ae22 Deploy USE_GNOMENG infrastructure
PR:		42180
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 03:20:23 +00:00
Christian Weisgerber
a75250228c Honor CFLAGS. 2002-08-12 17:30:48 +00:00
Christian Weisgerber
7f47821e69 Fix build on non-i386.
Submitted by:	Marco Molteni <molter@tin.it>
2002-08-12 17:30:03 +00:00
Patrick Li
ff557b9f33 Update to 1.26.r4
PR:		ports/41469
Submitted by:	maintainer
2002-08-09 17:50:39 +00:00
Maxim Sobolev
59ece3d395 USE_GTK implies USE_GLIB, so that remove the latter when the former is present. 2002-07-15 16:54:09 +00:00
Patrick Li
fd39b58ad1 Update to 1.23.r9
PR:		ports/39950
Submitted by:	maintainer
2002-07-02 01:03:40 +00:00
Pete Fritchman
9c9850897a Add gpsdrive 1.20.r1, a GPS navigation system.
PR:		37645
Submitted by:	Marco Molteni <molter@gufi.org>
2002-05-20 01:01:17 +00:00