Commit Graph

22 Commits

Author SHA1 Message Date
Akinori MUSHA
5ae16a60e2 Update fox to 0.99.172, leaving fox-xunicode still at 0.99.167. 2001-05-11 20:39:46 +00:00
Akinori MUSHA
4a936ae0aa Note the default optimization flags used by the vendor in a comment.
Comment out redundant lines rather than deleting them. (Just my taste)
2001-04-30 16:39:03 +00:00
Kris Kennaway
3b8c08f9a6 Chop out some variable expansions which snuck in by mistake
Pointed out by:	knu, n_hibma
2001-04-30 09:25:52 +00:00
Kris Kennaway
83a640b2c4 Don't hard-code -O2 and various -f optimizations in CXXFLAGS 2001-04-30 08:10:16 +00:00
Akinori MUSHA
0cfd02502b Update to 0.99.167. (-xunicode too) 2001-04-19 19:07:30 +00:00
Akinori MUSHA
9dff16ad61 Update to 0.99.166. 2001-03-18 14:22:47 +00:00
Akinori MUSHA
9966a26542 Update fox and fox-unicode to 0.99.161. 2001-03-06 13:44:45 +00:00
Akinori MUSHA
e14ecc53a7 Unbreak fox-xunicode. 2001-02-24 20:23:18 +00:00
Akinori MUSHA
1ba766602f Oops, I missed adding one essential variable that gets fox to build
with xunicode...
2001-02-24 06:37:04 +00:00
Akinori MUSHA
c385c03588 Change MAINTAINER= to MAINTAINER?= for the slave port. Currently I'm
the maintainer of both, though.
2001-02-23 19:00:05 +00:00
Akinori MUSHA
7c47124d49 Take over maintainership.
Update to 0.99.157.

Add a WITH_XUNICODE knob for the forthcoming fox-xunicode port.
2001-02-23 18:42:35 +00:00
Trevor Johnson
e70297e106 Update to 0.99.135.
Remove broken FTP site found by Bill Fenner's survey.
2000-10-17 07:01:48 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +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
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Will Andrews
3d7fd2543a Update to 0.99.112. Remove aout support.
Update submitted by:	steve
2000-05-28 15:19:47 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Will Andrews
beff722fd9 New port for FOX, a C++ GUI toolkit, conceptually similar to Qt.
PR:		17264
2000-03-22 00:34:21 +00:00