Commit Graph

84 Commits

Author SHA1 Message Date
Jeremy Lea
b0fdfd5a17 Fix my breakage. Add a missing dependency on gettext, and install the
default laocale files.

Noticed by:	asami
2000-10-10 17:15:21 +00:00
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +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
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
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Maxim Sobolev
96ee266b23 Final 's|sobomax@altavista.net|sobomax@FreeBSD.org|' 2000-05-18 06:51:37 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Thomas Gellekum
69f7b9eebc Maxim Sobolev <sobomax@altavista.net> is the new MAINTAINER.
Approved by:	Brian Handy <handy@physics.montana.edu>
2000-04-04 07:46:33 +00:00
Thomas Gellekum
8ee9d3e4cc Upgrade to 0.62.1. Cosmetic fixes.
PR:		17766
Submitted by:	"Maxim Sobolev" <sobomax@altavista.net>
2000-04-03 09:54:04 +00:00
Thomas Gellekum
82fcc9cca6 Correct version number for libwraster. 2000-03-31 10:08:30 +00:00
Thomas Gellekum
ebd208723f Upgrade to 0.62.0.
Submitted by:	Brian Handy <handy@physics.montana.edu>
2000-03-31 09:35:06 +00:00
Thomas Gellekum
1210188ed1 Merge libwmfun port with WindowMaker. Fix PLIST.
PR:		16727
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
Reviewed by:	Will Andrews <andrews@technologist.com>

Use libungif instead of giflib.
2000-02-16 13:05:08 +00:00
Steve Price
de00b64908 Toss in a better mult-byte character support.
PR:		12637
Submitted by:	Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
1999-12-29 08:27:43 +00:00
Thomas Gellekum
7b771352e3 Upgrade to 0.61.1.
PR:		14149
Submitted by:	Brian Handy <handy@physics.montana.edu>
1999-10-06 07:04:43 +00:00
Chris Piazza
5d3a54406e Add a hook for a single icon per application instance.
PR:		13033
Submitted by:	Ben Hutchinson <benhutch@byers.xfiles.org.uk>
1999-10-02 16:16:17 +00:00
Chris Piazza
3be46b8e12 Update to version 0.61.0 1999-09-21 00:59:38 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Satoshi Asami
1720265add Checksum fix and DESCR update. Merge them from wm to wm-i18n.
PR:		13530
Submitted by:	Brian Handy (windowmaker maintainer)
1999-09-01 21:20:11 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Chris Piazza
48442db93b Change CONFIGURE_ARGS to reflect reality and add USE_GNOME/USE_KDE
hooks.

PR:		12691
Submitted by:	Brian Handy <handy@physics.montana.edu>, maintainer
1999-07-19 04:32:58 +00:00
Chris Piazza
1337f5cb05 Distfile changed without a version update
PR:		12670
Submitted by:	maintainer
1999-07-17 01:36:59 +00:00
Tim Vanderhoek
5ad269021f Don't use sentences in pkg/COMMENT since we can't use periods. 1999-06-28 03:33:57 +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
82a60e4fa4 Set USE_LIBTOOL=yes so we get rid of another dastardly (sp?) .la file.
Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
1999-06-08 22:01:47 +00:00
Steve Price
5da40d24d6 Make sure we can find the WINGs header files when compiling util/*. 1999-06-06 16:01:49 +00:00
Thomas Gellekum
55f83e6f8a Upgrade to 0.60.0.
PR:		12016
Submitted by:	Brian Handy <handy@physics.montana.edu>
1999-06-04 08:00:27 +00:00
Thomas Gellekum
25490e549c Forget about ${PREFIX}/include/giflib. 1999-05-27 07:32:49 +00:00
Steve Price
1e163a81be Update to version 0.53.0.
PR:		11358
Submitted by:	maintainer
1999-05-01 02:45:41 +00:00
Satoshi Taoka
89e6350dc4 Update to vertion 0.52.0
PR:		10975
Submitted by:	maintainer
1999-04-16 05:22:52 +00:00
Steve Price
1e2080994a Update to version 0.51.2.
PR:		10518
Submitted by:	maintainer
1999-03-22 02:44:58 +00:00
Steve Price
fb6572c001 Pickup libwraster.so.1 too.
PR:		10317
Submitted by:	Ming-I Hsieh <PA@FreeBSD.ee.ntu.edu.tw>
1999-03-08 21:35:42 +00:00
Bill Fumerola
2ff4ea507a Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
1999-02-21 21:51:01 +00:00
Bill Fenner
5b7820103a Upgrade to 0.51.0 . Had to add LIBS= and CPPFLAGS= to CONFIGURE_ENV
to get configure to find libPropList, perhaps because of the libPropList
PREFIX controversy.

PR:		ports/9768
Submitted by:	maintainer
1999-02-10 21:29:31 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Satoshi Asami
4eab2ea329 Add virtual category "windowmaker". 1999-01-18 06:43:04 +00:00
Steve Price
833902fa93 Update to version 0.50.2. Also added the requisite libtool patches to
make this work in -current.

PR:		9498
Reviewed by:	maintainer
Submitted by:	Michael Oski <oski@jps.net>
1999-01-18 03:13:38 +00:00
Thomas Gellekum
3ef789287e Fix PLIST.
Submitted by:	maintainer
1999-01-04 15:48:20 +00:00
Thomas Gellekum
42c6afbcc3 configure checks for libgif now.
Submitted by:	Akihiko Hayashi <hayashi@totalware.gifu.gifu.jp>
1998-12-07 12:05:04 +00:00
Thomas Gellekum
2e464b205d Upgrade to 0.20.3.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-12-04 07:53:46 +00:00
Satoshi Asami
0a6c60d056 Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
1998-11-25 09:01:25 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00
Thomas Gellekum
a0b5fc124e Don't use the shared libPropList. This is supposed to fix the SIGBUS
on startup people are seeing.

PR:		8783
Reviewed by:	Brian Handy <handy@physics.montana.edu>
1998-11-24 16:04:42 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Thomas Gellekum
137f1976cb Fix CPU hogging.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-11-02 08:08:09 +00:00
Thomas Gellekum
afbc2ba0b4 Upgrade to 0.20.2.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-10-30 08:24:36 +00:00
Thomas Gellekum
7a58dbefbb Fix default paths in WPrefs.app.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-10-19 10:57:04 +00:00