Commit graph

65 commits

Author SHA1 Message Date
Maxim Sobolev
d2b50ba025 Update to 3.8.16 and assign maintainership to ports@FreeBSD.org, because old
maintainer doesn't respond to inqueries.

PR:		37281
Submitted by:	Ports Fury
2002-05-27 16:55:57 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +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
Alfred Perlstein
72b0e84a5b remove another g_free on a string culled from g_getenv. 2002-03-02 10:43:22 +00:00
Alfred Perlstein
167dc1a803 add a patch so that xfumed (xf menu editor) doesn't call g_free on a
string returned from g_getenv.
2002-03-02 10:29:07 +00:00
Yukihiro Nakai
101a385790 Update to 3.8.14c
Use giconv

PR:		ports/34775
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-02-18 10:37:10 +00:00
FUJISHIMA Satsuki
47b43ca270 update to 3.8.14.
PR:		34181
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-22 21:30:42 +00:00
Yukihiro Nakai
05d55a435e Update to 3.8.8b
Add anti-alias feature

PR:		ports/30773
Submitted by:	Nuzrin Yaapar <nuzrin@goose.net.my>
2001-10-23 05:49:02 +00:00
Yukihiro Nakai
720411eebe Update to 3.8.8 2001-10-23 04:18:44 +00:00
Yukihiro Nakai
05c812fc0a Fix.
PR:		ports/29541
Submitted by:	Kato Tsuguru
2001-08-10 05:25:39 +00:00
Jimmy Olgeni
758a0c32d2 Remove files/patch-ai: it is already in the standard distribution. 2001-08-07 07:53:08 +00:00
Jimmy Olgeni
2f0ff4f467 Fix typo in LIB_DEPENDS: gdk_pibxuf -> gdk_pixbuf 2001-08-06 20:52:51 +00:00
Yukihiro Nakai
df07307b88 Update to 3.8.6
PR:		ports/28066
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-05 19:23:40 +00:00
Yukihiro Nakai
4f0223e0d5 Update to 3.8.6
PR:		ports/28066
2001-08-05 19:19:10 +00:00
Yukihiro Nakai
821b9053e6 Update to 3.8.3 2001-06-09 23:39:21 +00:00
Yukihiro Nakai
4e59749957 Update to 3.8.1 2001-05-05 23:56:25 +00:00
Jimmy Olgeni
2254d6f446 Merge changes from ports/24975.
PR:		24975
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-02-09 21:39:51 +00:00
Jimmy Olgeni
d9bc82aba2 Update port to version 3.7.2. 2001-02-09 13:31:56 +00:00
Jimmy Olgeni
5ac2fa74f4 Layout fixes in x11-wm. 2001-02-05 21:05:58 +00:00
Yukihiro Nakai
c8832739b5 I forgot to remove this file for 3.6.3. 2000-12-06 08:27:37 +00:00
Yukihiro Nakai
a25c67bf3f Update to 3.6.3 2000-12-05 06:13:18 +00:00
Yukihiro Nakai
fa2eebe46f Update to 3.5.2
'xhost' problem fixed in 3.5.2.
2000-11-01 20:44:26 +00:00
Kris Kennaway
fc04a787a3 Mark FORBIDDEN: the xinitrc file installed by the port contains a stupid
"xhost +${HOSTNAME}" line which would allow local users to snoop your
X session.

Submitted by:	Nicholas Brawn <nickbrawn@ONETEL.COM> via Bugtraq
2000-11-01 09:19:14 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Maxim Sobolev
774b3763e4 Update to 3.5.0.
Approved by:	maintainer
2000-09-04 12:19:57 +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
Maxim Sobolev
446c2e016c Update to 3.4.4. 2000-07-17 07:15:50 +00:00
Maxim Sobolev
ad0c787416 Update to 3.4.4. 2000-07-10 15:31:43 +00:00
Maxim Sobolev
03857a0915 Update to 3.4.2. 2000-06-27 13:02:24 +00:00
Maxim Sobolev
f295aadba7 Update to 3.4.1. 2000-06-26 09:03:17 +00:00
Maxim Sobolev
b591a15967 Update to 3.4.0. 2000-06-05 11:16:41 +00:00
Yukihiro Nakai
f074ca150c Update to 3.3.3
PR:		ports/17502
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-16 03:37:45 +00:00
Yukihiro Nakai
21b3ce495c - Update to 3.3.3
- Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properly
- Add WWW: line into pkg/DESCR

PR:		ports/17462
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-16 03:36:08 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Yukihiro Nakai
1f6b3fa0d4 Update to 3.3.1
PR:		ports/17125
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-04 14:27:55 +00:00
Yukihiro Nakai
27cbbfa8e7 Update to 3.2.5
PR:		ports/16250
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-22 12:49:46 +00:00
Yukihiro Nakai
0f9b0952c7 Update to 3.2.3
Submitted by:	"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-01-09 08:27:34 +00:00
Yukihiro Nakai
947b3dfb31 Update to 3.2.2.
PR:		ports/15240
Submitted by:	Maxim Sobolev sobomax@altavista.net, tkato@prontmail.ne.jp
1999-12-24 09:37:40 +00:00
Yukihiro Nakai
231ca3b6e5 Add Imlib depend line and delete the obsolete MASTER_SITE.
Submitted by:	tkato@prontmail.ne.jp
1999-11-19 02:04:07 +00:00
Yukihiro Nakai
2f55709719 Update to 3.2.0 1999-11-16 03:41:46 +00:00
Yukihiro Nakai
2e20a1e950 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Update to 3.1.2
1999-10-06 03:31:16 +00:00
Dan Moschuk
00edfdcb7b Upgrade xfce to 3.1.1
PR: ports/13988
Submitted by: Doug <Doug@gorean.org>
1999-09-27 05:01:47 +00:00
Steve Price
d0b005006e Don't define the second argument of bzero(3) as being an int since on the
Alpha sizeof(int) != sizeof(size_t) and this port wasn't building because
of it.
1999-09-27 02:56:13 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Chris Piazza
eceeda8f9e Update to version 3.0.3
PR:		13054
Submitted by:	maintainer
1999-08-11 04:35:08 +00:00
Steve Price
5555eaab48 This now works on the Alpha too. 1999-05-31 05:03:11 +00:00
Steve Price
227a7e6cb9 No need to have both USE_GMAKE and USE_IMAKE. Also put manpages
in the Makefile instead of pkg/PLIST.
1999-03-31 15:52:39 +00:00
Seiichirou Hiraoka
dcd8e3d159 Update to 2.4.0
PR: ports/10853
Submitted by: nakai@internetsolutions.co.jp
1999-03-31 14:26:03 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00