Commit graph

42 commits

Author SHA1 Message Date
Alexander Nedotsukov
8ec2822da0 Re-enable EXTRA_PATCHES option.
PR:		117561
2007-10-27 15:31:50 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Alexey Dokuchaev
f2bbd99dc5 - Remove extraneous comma from previous commit
- Better English in port description
2007-10-11 07:24:47 +00:00
Alexander Nedotsukov
7be646eaae - Convert to OPTIONS.
- Pet portlint (spaces -> tab).

PR:		117063
2007-10-10 13:29:42 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Jeremy Messenger
2d96507252 INSTALLS_SHLIB -> USE_LDCONFIG.
Found by:	portlint (cports.sh)
2006-11-05 02:46:18 +00:00
Edwin Groothuis
bbee4a66a6 remove USE_REINPLACE for all ports with categories starting with C 2006-05-03 23:38:41 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Norikatsu Shigemura
60b8657b87 Add backup sites for WITH_EXTRA_PATCHES. 2006-01-28 03:19:38 +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
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
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
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
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
Maxim Sobolev
0e76376aa1 Use USE_LIBTOOL. 2002-04-30 08:07: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
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
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