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

11 Commits

Author SHA1 Message Date
Sergei Kolobov
c659bf04ca - Explicitly specify prefix for iconv and gettext libraries
to link properly in case PREFIX != LOCALBASE
- Add optional missing files (*.mo)
- Add USE_ICONV
- Bump PORTREVISION

PR:		ports/72274 (partly)
Submitted by:	leeym
2004-10-12 07:15:59 +00:00
Sergei Kolobov
c2833d3d91 - Removed now-unneeded patch 2004-08-24 15:37:58 +00:00
Sergei Kolobov
a20036650b - Update to 1.0 2004-08-24 15:35:41 +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
Sergei Kolobov
216ebe70b5 - Remove gmake dependency with trivial one-line patch
- Switch to using libtool-1.5
- Bump PORTREVISION
2004-04-05 06:18:27 +00:00
Adam Weinberger
262b8d71f8 Add USE_GMAKE. This fixes the build failure, and these
are certainly GNU Makefiles.

I'm not modifying the pkg-plist again; hopefully with
the USE_GMAKE addition, the maintainer will have the
same de.gmo catalogue installed that I do.
2004-03-29 00:58:07 +00:00
Sergei Kolobov
f78cf5dcf7 - Update to 0.7
- Make USE_GETTEXT conditional - add WITHOUT_NLS knob
2004-03-27 22:12:40 +00:00
Adam Weinberger
70993dfd1b Use USE_GETTEXT, and add a missing plist entry. PORTREVISION bump. 2004-03-27 16:14:51 +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
Sergei Kolobov
da06385917 - Update to 0.6
- Switch to my @FreeBSD.org address
- Use experimental USE_GPG feature
2004-03-08 22:09:48 +00:00
Sergei Kolobov
a56005cacb Add libgpg-error 0.5, common error values for all GnuPG components.
PR:		58325
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	krion (mentor)
2003-10-21 20:23:27 +00:00