1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
64475ae6ec - Update to 1.5.1
PR:		120475
Submitted by:	Ports Fury
2008-02-28 09:21:35 +00:00
Martin Wilke
3fb7664eb9 - Update to 1.4.0
PR:		117329
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-23 11:40:51 +00:00
Li-Wen Hsu
a0ba47fbea - Update to version 1.3.4
PR:		ports/112134
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
2007-07-07 01:56:02 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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
MANTANI Nobutaka
2d56e99566 Fix MASTER_SITES. 2006-09-03 02:13:38 +00:00
Cheng-Lung Sung
4de56a776b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 22:55:18 +00:00
MANTANI Nobutaka
23ba075ee2 Update to 1.3.3. 2006-07-02 17:15:06 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
46bf9e54b9 - Update to 1.3.0
PR:		ports/91455
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-01-08 10:48:46 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +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
Florent Thoumie
2b06b64a29 - Update to 1.2.0.
PR:		ports/78310
Submitted by:	Ports Fury
Approved by:	pav (mentor)
2005-03-03 12:51:48 +00:00
Sergei Kolobov
6ab958cbb1 - Reset maintainership to ports@FreeBSD.org
PR:		ports/72950
Submitted by:	Kimura Fuyuki (maintainer)
2004-10-21 07:50:49 +00:00
Pav Lucistnik
a165659e85 - Update to 1.1.0
PR:		ports/70571
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
2004-08-17 14:03:27 +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
MANTANI Nobutaka
4a400e47c4 Sync with libanthy shared library version bump. 2004-07-04 03:20:26 +00:00
Pav Lucistnik
32127bb038 Add m17n-lib, a library which provides following facilities to handle
multilingual text:
    * M-text: A data structure for a multilingual text.  It is
      basically a string but with attributes called text property, and
      is designed to substitute for the C string.  It is the most
      important object of the m17n library.
    * Functions for creating and processing M-texts.
    * Functions for converting M-texts from/to strings encoded in
      various existing formats.
    * A huge character space, which contains all the Unicode
      characters and more non-Unicode characters.
    * Chartable: A data structure that contains per-character
      information efficiently.
    * Functions for inputting and displaying M-text on a window
      system.

WWW: http://www.m17n.org/m17n-lib/

PR:		ports/67332
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-05-29 17:45:46 +00:00