Commit graph

81 commits

Author SHA1 Message Date
SADA Kenji
870588c1a4 Fix broken patch.
PR:	ports/38535
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-25 16:41:27 +00:00
SADA Kenji
d015a53335 Upgrade to version 1.0.9.2 .
- Append distfile's revision number to PORTVERSION
- Unbreak
- Fix remaining places where giconv used instead of iconv
PR:	ports/38049
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
Approved by:	maintainer in silence
2002-05-22 01:35:16 +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
Yukihiro Nakai
8a2b6c553d Fix up the compile failure 2002-03-26 05:36:46 +00:00
Maxim Sobolev
449a928eea Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +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
Akinori MUSHA
a5f810794e Using the dot as chmod's ownership seperator is deprecated, use the
colon instead.

Submitted by:	Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
2002-02-23 10:26:15 +00:00
Yukihiro Nakai
c636d6cdfe Add HAVE_ESOUND
PR:		ports/30535
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-02-20 12:04:52 +00:00
Yukihiro Nakai
30bffc40be Add FreeBSD Cpu status patch
PR:		ports/28526
Submitted by:	<rguyom@pobox.com>
2002-02-20 11:38:18 +00:00
Yukihiro Nakai
1c785b6e7f Update to 1.0.9-2
PR:		ports/34964,ports/34938
2002-02-20 09:45:10 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Vanilla I. Shu
b222a45c97 Upgrade to 1.0.8-6. 2001-05-08 01:50:24 +00:00
Yukihiro Nakai
c450d96545 Add appstatus port patch
Submitted by:	Aleksey Malyshev <alex@smallet.spb.ru>
2001-04-16 07:06:31 +00:00
Vanilla I. Shu
b6a01b1b0f - Fix compilation error
- Fix NOPORTDOCS handling

PR:		ports/26103
Submitted by:	Ports Fury
2001-03-26 23:26:59 +00:00
Vanilla I. Shu
ad442dae43 Upgrade to 1.0.7. 2001-03-17 11:19:08 +00:00
Vanilla I. Shu
d3d53cbe92 Add a patch for PLIST_SUB variable.
Submitted by:	"KATO Tsuguru" <tkato@prontomail.ne.jp>
2001-01-15 23:20:29 +00:00
Vanilla I. Shu
d8acc37d1d Upgrade to 1.0.6-4.
PR:		ports/24356
Submitted by:	KATO Tsuguru
2001-01-15 21:34:59 +00:00
Yukihiro Nakai
ebcb327ef6 Use USE_IMLIB.
Submitted by:	Michael Urban <murban@tznet.com>
2000-10-25 09:47:06 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Yukihiro Nakai
630bcb3d65 Update to 1.0.4 2000-06-19 11:40:12 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Ade Lovett
e9b2373880 Missed a few ports in the GNOME 1.2 update 2000-06-02 16:33:55 +00:00
Yukihiro Nakai
dd6ca9f562 Update to 1.0.3 2000-04-16 03:44:39 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Yukihiro Nakai
fb1510d272 Update to 1.0.2 2000-02-22 02:43:41 +00:00
Yukihiro Nakai
b974ac5906 Update to 1.0.1 2000-01-14 08:53:11 +00:00
Vanilla I. Shu
7839659955 Compile with I18N by default. 2000-01-01 09:45:25 +00:00
Yukihiro Nakai
f497f70eb8 Add more MASTER_SITE.
Submitted by:	Dirk Froemberg <dirk@freebsd.org>
1999-12-28 01:43:49 +00:00
Yukihiro Nakai
49728c7d51 Update to 1.0.0 1999-12-27 06:45:53 +00:00
Yukihiro Nakai
89c1fd09d6 Use gnome.3
PR:		ports/15112
Submitted by:	Alex D. Chen <dhchen@ilh.dorm9.nccu.edu.tw>
1999-12-01 09:34:00 +00:00
Yukihiro Nakai
1695850316 Add Brian Scott's apm patch.
Submitted by:	Brian Scott <bscott@bunyatech.com.au>
1999-12-01 07:58:13 +00:00
Yukihiro Nakai
483871c495 Update to 0.9.52 1999-11-24 07:02:18 +00:00
Yukihiro Nakai
656dc41609 Update to 0.9.50 1999-11-16 04:41:27 +00:00
Dirk Froemberg
b8e07e4318 Change path of MASTER_SITE. 1999-11-12 13:16:28 +00:00
Vanilla I. Shu
e4833b61c3 Upgrade to 0.9.49. 1999-10-09 19:23:24 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Chris Piazza
3927b01845 Update to version 0.9.48
PR:		13394
Submitted by:	maintainer
1999-08-27 21:38:32 +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
Steve Price
9789b00d07 Update to version 0.9.41.
PR:		11861
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-08 23:59:02 +00:00
Steve Price
f744bf2780 This port depends on libgnome.so.2 and not version 1.
PR:		12065
Submitted by:	John Baldwin <jobaldwi@vt.edu>
1999-06-07 01:57:36 +00:00
Michael Haro
763f6fe09c update to 0.9.39 (note that digit % 3 == 0)
PR:		11735
Submitted by:	 Chris Piazza cpiazza@home.net
1999-05-16 23:20:23 +00:00
Steve Price
1ff2ed4854 Update to version 0.9.38 and change I18N to USE_I18N to avoid compilation
problems.

PR:		11473
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-09 16:32:40 +00:00
Dirk Froemberg
dafa35f9c3 Upgrade to 0.9.36.
The distfile for the previous version was removed from the MASTER_SITES.
1999-03-28 19:42:21 +00:00
Jacques Vidrine
c1acc95b5a Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS.

PR:		 ports/10647
Submitted by:	 Jeremy Lea <reg@shale.csir.co.za>
1999-03-19 04:40:10 +00:00
Jacques Vidrine
dd400d1803 * Update 0.9.29 -> 0.9.34
* Move data files from lib/X11/icewm -> share/icewm
1999-03-17 06:55:01 +00:00
Jacques Vidrine
233aebac0d * Update 0.9.29 -> 0.9.34
* Move data files from lib/X11/icewm -> share/icewm
1999-03-17 06:41:25 +00:00
Vanilla I. Shu
3767040e94 Upgrade to 0.9.29. 1999-01-17 19:48:00 +00:00