Commit graph

45 commits

Author SHA1 Message Date
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
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Kirill Ponomarev
b1786da93a - Fix build on AMD64
Approved by:	maintainer informed
2004-02-08 22:51:27 +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
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +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
Dmitry Sivachenko
a2e1fc4ddc Utilize INFO variable. 2003-08-13 07:23:29 +00:00
Martin Blapp
1d9f8ad40b Fix compilation on alpha.
Submitted by:	Christian Weisgerber <naddy@freebsd.org>
PR:		51066
2003-04-16 22:32:47 +00:00
Martin Blapp
acb38c09dc Bump the port revision.
Pointed out by:		kris
2003-03-23 09:49:38 +00:00
Martin Blapp
4184495efa Fix unresolved symbols in the recode port. Without this
fix the libs cannot be used with php.
2003-03-23 08:17:26 +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
Edwin Groothuis
cd30ac8bd8 USE_PERL is needed for the post-po-file target.
Submitted by:	marius@alchemy.franken.de
2002-11-05 00:53:43 +00:00
Edwin Groothuis
5019ffc91b Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
2002-11-04 22:57:37 +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
Dmitry Sivachenko
adacf4b902 Put back ru.po, it was deleted by mistake.
Spotted by:	olgeni
2002-04-29 07:08:02 +00:00
Dmitry Sivachenko
452ed87c7a Use devel/gettext port;
Correct pkg-plist;
General cleanup;

PR:
Submitted by:	naddy

Remove files/ru.po file since it is the same file included into recode
distribution.
2002-04-17 07:16:33 +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
Christian Weisgerber
16296cd8df Replace characters illegal in the specified encoding of the Greek
message catalog so it will work with new gettext.

Assistance from Costas Christoyannis <dij@hack.gr>.

Approved by:	demon
2002-04-02 22:32:16 +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
Dmitry Sivachenko
1741998721 Fix iconv issue. 2001-10-04 21:42:06 +00:00
Dmitry Sivachenko
00fa04c777 Upgrade to 3.6.
PR:		30375
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
MAINTAINER timeout.
Assign maintainership to myself.
2001-09-09 09:17:09 +00:00
Dmitry Sivachenko
26ef434624 Add one missing file. 2001-07-05 11:40:51 +00:00
Dmitry Sivachenko
6f7c303c93 Add Russian messages.
MAINTAINER timeout.
2001-05-21 11:05:18 +00:00
Wolfram Schneider
675ada53ff Update URL for bibliographic character sets. 2001-02-24 17:41:36 +00:00
Maxim Sobolev
e8dff773a3 Use libintl from xgettext port. 2000-12-07 12:19:21 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Steve Price
7c50acd7ea Update to version 3.5.
PR:		12891
Submitted by:	Dmitry S. Sivachenko <diam@Chg.RU.
1999-12-29 08:13:15 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Matthew Hunt
c90bb39b08 Grammar, spelling, and usage police. This commit brought to you by
the letters "B" and "C".  And some Chinese symbols as well.
1998-08-05 18:13:19 +00:00
Wolfram Schneider
d5ddf1adef Add a link to my bibliographic character sets patches
for ISO 5426:1983 and Z39.47-1993/ANSEL/USMARC.
Both characters sets use 2 bytes for non-US characters.

The Library of Congress use ANSEL for their web gateway.
With this patches you should be able to read the search
results for german, french and spain (...) books.
1998-03-07 21:04:39 +00:00
Satoshi Asami
1e4d16c0b5 This is a new category for non-archival, non-encryption character code
converters.
1997-04-26 23:55:25 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
e34d788c22 Change "utilities" category to "misc" in preparation for move to misc. 1995-11-26 10:48:46 +00:00
Torsten Blum
efbec8ada4 recode converts files between character sets and usages 1995-07-17 01:04:44 +00:00