Commit graph

45 commits

Author SHA1 Message Date
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +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
Michael Johnson
8a058e593e Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descr 2005-03-09 10:10:44 +00:00
Alexander Nedotsukov
53fa631ae3 Add knob WITH_EXTRA_PATCHES which brings in:
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.

Requested by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Patches by:	MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
2004-07-27 03:28:14 +00:00
Alexander Nedotsukov
08f2315789 Update to 1.9.2 2004-07-09 19:14:39 +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
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +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
2fd9060900 Add a check for USE_ICONV, and if found, error out. This will avoid fork
bombs on systems where USE_ICONV has been incorrectly defined in make.conf
or in the environment.

Submittd by:	trevor
2004-02-08 22:57:37 +00:00
Alexander Nedotsukov
6ad632c9a7 Add depricated charset names to mapping. They still required by older
4.x systems.

Reminded by: marcus
2003-10-14 08:00:14 +00:00
Alexander Nedotsukov
f63553817a - Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. Therefore
we must map codeset name rather than locale name on recent systems.
- Use %%DOCSDIR%%
2003-10-14 07:04:51 +00:00
Joe Marcus Clarke
05c491501b Add optional support to compile in additional character set support.
Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-06-16 16:14:25 +00:00
Joe Marcus Clarke
6f09620e86 Don't try to install files to ${PREFIX} during the build.
Reported by:	Andrew J Caines <A.J.Caines@halplant.com>
2003-06-13 06:37:08 +00:00
Joe Marcus Clarke
c24a4bb0fc Update to 1.9.1.
PR:	52893
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-11 17:48:42 +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
Alfred Perlstein
00bd16ebb7 A letter got chopped from this patchfile and caused the port
to be unable to patch.  fix it.
2002-10-28 06:03:01 +00:00
Joe Marcus Clarke
a8c0e60295 Do not create a ${PREFIX}/doc directory. Also, consolidate two patches
that modify the same file into one.

Submitted by:	bento and kris
2002-10-28 03:14:04 +00:00
Joe Marcus Clarke
dbfa350e08 Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate a
circular dependency with gettext.  This prevents iconv from being linked
against libintl.  Bump PORTREVISION.
2002-08-04 05:46:14 +00:00
Joe Marcus Clarke
b8c5a741af Update to 1.8, and retain shared lib version of 3.
Reviewed by:	sobomax
2002-06-16 19:11:11 +00:00
Joe Marcus Clarke
3079a3f5ff Add a few other distfile mirrors.
Reported by:	Anders Andersson <anders@sanyusan.se>,
		Kent Stewart <kstewart@owt.com>
2002-06-15 20:16:13 +00:00
David E. O'Brien
f28bbb412d Speed up fetching.
Noted by:	kris
2002-05-29 19:21:28 +00:00
David E. O'Brien
91aec094d3 Update to 1.7.0.1.
OK'ed by:	marcus
2002-05-28 03:04:43 +00:00
Joe Marcus Clarke
f1d0d1f04e Correct the path to gperf.
PR:		38586
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
Pointy hat to:	me
2002-05-26 21:35:49 +00:00
Joe Marcus Clarke
fade97cdc1 * Add support for Korean real-world locales
* Allow libiconv to be built on FreeBSD < 4.3
* Bump PORTREVISION

PR:		37271
Submitted by:	Hye-Shik Chang <perky@fallin.lv> (Korean locale patch)
		me (build fix)
Reviewed by:	sobomax (build fix)
2002-05-23 05:57:20 +00:00
Joe Marcus Clarke
b2c94fed6e Allow libiconv to be built by a non-root user.
PR:		36810
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-05-14 19:28:45 +00:00
Maxim Sobolev
0e76376aa1 Use USE_LIBTOOL. 2002-04-30 08:07:33 +00:00
Joe Marcus Clarke
57cb6f4b09 Actually add the new patches from the last commit.... 2002-04-29 18:42:33 +00:00
Joe Marcus Clarke
a7bce67707 Fix a few problems in libiconv.
* Allow libcharset to find charset.alias in the correct place
* Add support for the new FreeBSD locales
* Fix potential infinite loop when conversion fails
* Bump PORTREVISION

PR:		37543, 37497
Submitted by:	Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> (infinite loop
		fix) marcus (everything else)
Reviewed by:	nork (infinite loop fix), sobomax
Approved by:	sobomax
2002-04-29 18:41:51 +00:00
Maxim Sobolev
fd58e16048 As it was advertised more than a month ago complete giconv -> iconv
conversion by removing code which installs compatibility `g'-symlinks. This
change is likely to break the following ports:

ports/x11-wm/icewm
ports/databases/grass

Please blame their maintainers, not me.
2002-04-24 15:49:47 +00:00
Maxim Sobolev
0b31d075bc Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes
into components installed by iconv (aka BSD iconv). The reason why we do this
is because unfortunately BSD iconv become abadonware (author doesn't maintain
it anymore), while number of ports that need functional iconv library grows
very fast, thus creating significant overhead due to patches needed to make
ports working with prefixed GNU iconv. For compatibility reasons create
symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g'
prefix should work unmodified until all those `g'-hacks are wiped out.

Prompted by:			ache
Reviewed by (in principle):	freebsd-ports, freebsd-gnome
2002-03-18 09:43:25 +00:00
Maxim Sobolev
9909a6bc17 Don't link in libc - FreeBSD doesn't need this.
PRs:		31601, 31602, 31603, ...
Submitted by:	Ports Fury
2001-10-31 08:32:30 +00:00
Maxim Sobolev
326f7ad26a Remove dead WWW. 2001-10-23 09:48:26 +00:00
Satoshi Asami
de0529967a Don't create ${PREFIX}/doc, which isn't used anyway.
Submitted by:	bento
2001-09-16 19:30:33 +00:00
Maxim Sobolev
e0e4012d5b - Remove useless USE_LIBTOOL;
- properly name shared libraries (get rid of bogus .so.X.Y convention);
- add files missed from pkg-plist (documentation);
- don't waste time building/running tests included into distribution.
2001-08-27 09:39:53 +00:00
Mikhail Teterin
86e1d75107 Upgrade to 1.7... Run included tests after the build... Maintainers
(gnome@) were informed a couple of days ago, but are impressively silent
and I've been using KDE/libxml2 linked against this library since with
no problem.

Approved by:	maintainer's silence
2001-08-26 00:53:03 +00:00
Maxim Sobolev
afa489d27a Remove patch that isn't necessary anymore. This should fix build on -current.
Submitted by:	sf
2001-06-29 10:31:07 +00:00
Maxim Sobolev
48048fd270 Unbroke on 5-CURRENT. 2001-05-29 09:32:22 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Maxim Sobolev
4debdd6a31 Update to 1.6.1.
Submitted by:	Dave Duchscher <daved@tamu.edu>
		Udo Schweigert <Udo.Schweigert@cert.siemens.de>
2001-04-02 09:05:32 +00:00
Maxim Sobolev
4fa15927d2 Update to 1.5.1.
Submitted by:	ade
2001-02-09 19:36:45 +00:00
Jimmy Olgeni
3ee00c82e2 Style/space police (space -> tab) over the converters category. 2001-02-05 14:30:41 +00:00
Maxim Sobolev
e9469cf34b Update to 1.4. 2000-11-20 16:57:23 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
Maxim Sobolev
f8c0bf7b1a Prefix all bits of this iconv() implementation with "g" to avoid conflict with
another iconv() in converters/iconv:

libiconv --> libgiconv
iconv.h --> giconv.h
iconv*.3 --> giconv*.3

Suggested by:	knu
2000-07-18 06:59:02 +00:00
Maxim Sobolev
41cfa4f1b0 Add libiconv - a charset conversion library (LGPL'ed iconv() implementation). 2000-07-17 15:47:13 +00:00