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

50 Commits

Author SHA1 Message Date
Dmitry Sivachenko
3e9a36d879 Correct intl shlib version number.
Spotted by:	Neil Darlow <neil@darlow.co.uk>
2002-10-10 10:56:43 +00:00
Dmitry Sivachenko
9f43ab1dd8 Various fixes for new scheme of detecting intl.4, which comes with this
version of GNU make.

Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Also provide WITHOUT_NLS knob to build without localized messages.
2002-10-10 07:26:51 +00:00
Dmitry Sivachenko
34732d167a Fix intl.4 library name spelling. 2002-10-09 13:29:57 +00:00
Dmitry Sivachenko
2b94876bf3 GNU make now has no included gettext.
Add dependency to devel/gettext port.
2002-10-09 13:25:22 +00:00
Will Andrews
91bd4f0671 Gmake now needs libiconv. I don't really care why, but a clean-room make
package fails otherwise.  Anyone who wants to improve on this commit should
make sure to test that make package still works with libiconv not installed
*before* doing anything.  See the following log for more info:
http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log
2002-10-09 06:09:48 +00:00
Dmitry Sivachenko
4c5aa004ec Update port to version 3.80. 2002-10-07 19:14:30 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
Ade Lovett
283fe409ce Relinquish all my ports. 2002-09-07 08:44:49 +00:00
Maxim Sobolev
c20a8be843 Fix a problem with gmake segfaulting with some locales.
PR:		41075
Submitted by:	naddy
2002-09-03 07:20:50 +00:00
Ade Lovett
e7b3942ff9 Stage a mini-coup, and borrow these ports from portmgr@ for a while,
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.

Sponsored by:	Mr. Smith and Mr. Wesson. :)
2002-08-01 02:38:31 +00:00
Maxim Sobolev
337eeca61e Remove cruft slipped into previous commit. 2002-06-06 22:40:39 +00:00
Maxim Sobolev
2e4c56c361 Make localised messages working. Bump PORTREVISION. 2002-06-06 22:40:06 +00:00
Maxim Sobolev
ef3ee0dffc Add --with-included-gettext to remove dependency on external gettext.
Suggested by:	obrien
2002-05-28 09:40:47 +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
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Maxim Sobolev
fa62bd3bfa Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks!
2000-07-04 13:58:32 +00:00
Justin M. Seger
3a979f4a79 Upgrade to gmake-3.79.1 2000-07-03 23:31:00 +00:00
Will Andrews
92ff9f2c01 Add libintl so that this port builds an external libintl and registers
it as a dependency (as it should).

PR:		18892
Submitted by:	rguyom@321.net
Forgotten by:	sobomax
2000-05-29 22:39:27 +00:00
Maxim Sobolev
04c18e4759 Respect installed intl shared library. 2000-05-29 06:24:51 +00:00
Justin M. Seger
4bf2d180ea Upgrade to gmake-3.79 2000-04-25 21:42:40 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Justin M. Seger
ce9ceb07da Upgrade to gmake-3.78.1 1999-12-01 14:17:09 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Marc G. Fournier
d5ba786a25 Commit all Y2K/WWW_SITE changes from today... 1999-03-11 21:47:15 +00:00
SADA Kenji
0c8bb893b3 Prepare for the case that the directory ${PREFIX}/info doesn't exist. 1999-01-29 21:51:44 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Justin M. Seger
750640c350 Upgrade to gmake-3.77 1998-08-19 04:16:32 +00:00
Vanilla I. Shu
fadd832d67 Portlint. 1998-07-02 10:43:18 +00:00
Masafumi Max NAKANE
01a5cf754d Upgrade, 3.75 -> 3.76.1.
PR:		4747
Submitted by:	jseger@freebsd.org

Please note that jserger decided to be the maintainer of this port.
1997-10-15 17:14:54 +00:00
Masafumi Max NAKANE
a79254657d sed -> ${SED}
Add `@' at the beginning of install-info related commands in post-install.
1997-06-13 20:00:47 +00:00
Masafumi Max NAKANE
ce9bab7bc4 Use info-install to add entry into info/dir. 1997-06-12 12:31:01 +00:00
Satoshi Asami
1b028d0e03 Remove setgid kmem, Joerg says it is no longer necessary. 1997-01-09 09:19:17 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Andrey A. Chernov
56504d0a96 Upgrade to 3.75 1996-09-14 03:25:39 +00:00
Satoshi Asami
69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00
Andrey A. Chernov
e2abadd66d Upgrade. 1995-06-18 13:11:32 +00:00
Satoshi Asami
608af45939 And now, yet another round of Makefile updates, devel version! 1995-04-09 10:05:17 +00:00
Andrey A. Chernov
1ce14d3547 Upgrade. 1995-04-08 14:00:19 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Torsten Blum
bbb8029a51 Update to use 3.72.1
Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy)
1994-11-28 23:33:53 +00:00
Jordan K. Hubbard
32110afe9f Set this up for GNU_CONFIGURE, which buys us a free --prefix. 1994-10-04 15:47:32 +00:00
Jordan K. Hubbard
000e8742eb Several changes across all ports:
1.	Make MASTER_SITES entries contain a trailing /.  Garrett says that
	assuming a '/' seperator between entries in MASTER_SITES and entries
	in DISTFILES is a dangerous assumption.  This will also be taken
	out of bsd.port.mk.

2.	General clean-up.  Some of these Makefiles were a little grim.
	Make sure they're all in sync with the sometimes rapidly changing
	bsd.port.mk! :)

3.	Some small configuration tweaks to keep them compiling under the
	most recent 2.0 - some things seem to have broken along our road
	to release.
1994-09-14 14:12:45 +00:00
Jordan K. Hubbard
884e46693a Make the required changes to make all existing ports use MASTER_SITES
correctly.
1994-09-13 06:35:06 +00:00
Jordan K. Hubbard
7ac2aba02b Create a port of gmake 3.71 1994-09-11 11:26:58 +00:00