Commit graph

21 commits

Author SHA1 Message Date
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54: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
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
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
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Mark Linimon
f2e3c77522 Move inclusion of bsd.port.pre.mk after definitions of variables.
PR: ports/57502 (partial).
2003-11-09 16:27:32 +00:00
Joe Marcus Clarke
c2e42eb940 Correct the plist.
Reported by:	bento
2003-04-20 22:36:48 +00:00
Mikhail Teterin
fe49eb6970 Add a patch found in the SourceForge page of this project.
No REVISION bump, since the port was not building until
10 minutes ago.
2003-04-15 16:35:53 +00:00
Joe Marcus Clarke
9942f4e887 Really fix this port. Make it depend on libgnomeui if present, and
conditionalize the plist accordingly.  According to the mdbtools homepage,
this port requires bison, so set things accordingly.  Also, correct some
gcc-3.x-isms that prevented proper GNOME compilation on -STABLE.
2003-04-15 16:26:37 +00:00
Mikhail Teterin
448ebf56c5 Force it use yacc(1) instead of ``bison -y''. The port's configure script
detects the byacc's presense, but does not use it... A more generic patch
will be sent to developers.

Missing dependency pointed out by:	kris
2003-04-15 16:19:04 +00:00
Joe Marcus Clarke
9544c4689a Attempt to fix build with GNOME 2. This isn't perfect, but it should solve
the build problems people have been seeing.

Reported by:	Fredrick Nilsson <fredrick.nilsson@framfab.se>
2003-04-15 05:34:55 +00:00
Mikhail Teterin
7bf5f9ef0c Upgrade to 0.5 (from 0.4). BUILD_DEPEND on gawk to ensure the man-pages are built.
Add some bug-fixes noticed by the compiler.
2003-04-08 20:42:50 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
ec12190d89 upgrade to 0.4 2002-10-22 17:36:56 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Anders Nordby
6a7f3a5015 Master site updates: www.freenix.no => atreides.freenix.no for these
files.
2002-03-15 00:31:54 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Ying-Chieh Liao
8840882d23 add mdbtools
Utilities and libraries to export data from MS Access databases (.mdb)

PR:		26855
Submitted by:	Anders Nordby <anders@fix.no>
2001-04-27 07:40:58 +00:00