Commit graph

50 commits

Author SHA1 Message Date
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Pav Lucistnik
56e8b9c386 - Add SHA256 2005-11-25 19:33:59 +00:00
Edwin Groothuis
b460bd6543 Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
2005-11-14 10:56:29 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Volker Stolz
5d9be55dfd Fix plist
Noticed by: cluster via krion
2005-03-17 08:22:58 +00:00
Volker Stolz
08fbc732d3 Update to 2.11
PR:		ports/78752
Submitted by:	Ports Fury
2005-03-13 15:52:36 +00:00
Kris Kennaway
1038feefa0 Add missing file 2004-11-13 04:20:48 +00:00
Kirill Ponomarev
360e3898af Update to version 2.9.2
PR:		ports/69585
Submitted by:	Ports Fury
2004-07-25 16:25:47 +00:00
Kirill Ponomarev
392bffe5b2 Update to version 2.9.1
PR:		ports/68394
Submitted by:	Ports Fury
2004-06-27 18:14:11 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Mark Linimon
e936844abe Reset maintainer. Maintainer has not responded to multiple emails
about one of his other ports which has been broken for some time
(textproc/latte).  Possibly that email account is no longer active.
2004-02-22 10:21:38 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
9d05d2dbde Make fetchable.
found by:	fenner's survey
2003-10-28 09:55:31 +00:00
Adam Weinberger
429ff4d861 USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
2003-04-20 23:14:46 +00:00
Akinori MUSHA
5c65a56754 De-pkg-comment. 2003-02-21 14:19:11 +00:00
Bill Fenner
bcc333b8db Update Dominik Rothert's (MAINTAINER) email address.
Submitted by:	Dr. Jurgen K. Lang <jkl@astorit.de>
2002-10-22 17:55:52 +00:00
Andrey A. Chernov
efb68b988e Bump png major 2001-09-11 03:40:42 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Maxim Sobolev
ca95f241d8 Remove non-existing wmfun library from LIB_DEPENDS. 2001-05-15 18:15:41 +00:00
Maxim Sobolev
5b2a2a372e Update version number of wmraster shared library. 2001-05-14 19:00:07 +00:00
Maxim Sobolev
6a86b8652c Update to 2.8.1. 2001-04-26 10:59:25 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Jimmy Olgeni
5ac2fa74f4 Layout fixes in x11-wm. 2001-02-05 21:05:58 +00:00
Maxim Sobolev
ed0efa313b Fix several hardcoded paths. This should improve port's behaviour, so bump
PORTREVISION.
2001-01-12 14:20:34 +00:00
Maxim Sobolev
27bd240798 Update version number of libwmfun shared library. 2001-01-08 07:39:58 +00:00
Maxim Sobolev
d92861b0e4 Update to 2.7. Fix plist breakage caused by reg.
No responce from:	maintainer
2000-10-11 09:23:41 +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
Maxim Sobolev
af3a42484d Update to 2.6.2. 2000-06-29 08:20:13 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Michael Haro
3eadec471b update to 2.6.1
PR:		17768
Submitted by:	 "Maxim Sobolev" <sobomax@altavista.net>
2000-04-06 10:06:58 +00:00
Thomas Gellekum
6021583167 Fix LIB_DEPENDS; libwmfun is now part of the windowmaker port.
PR:		16727
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-16 13:08:25 +00:00
Steve Price
de8c3e242f Update to version 2.5.
PR:		16326
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-29 21:31:39 +00:00
Steve Price
60c3badf68 Update to version 2.4.
PR:		15355
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-12-23 18:15:21 +00:00
Steve Price
23f23731ac Update to version 2.4.
PR:		15355
Submitted by:	Maix Sobolev <sobomax@altavista.net>
1999-12-23 18:14:56 +00:00
Steve Price
0bb922ab3a Finish updating this port to version 2.3 - version required comment,
new URL, and PLIST changes so this will package again.

PR:		14207
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-10-11 20:38:59 +00:00
Satoshi Asami
389d7acd1f Fix PropList shlib version. Along with Imlib, it was actually broken in
rev. 1.7 by dan.  (Apologies to Nakai-san.)
1999-10-11 11:53:32 +00:00
Satoshi Asami
2012fcfd08 Bump imlib shlib version.
Forgotten by:	nakai
1999-10-10 09:38:33 +00:00
Satoshi Asami
36ada01869 What's with the weird indenting? Fix it. 1999-10-10 09:19:21 +00:00
Dan Moschuk
e902dd06a2 Update wmakerconf to 2.3
PR: ports/14179
Submitted by: Maintainer
1999-10-08 21:43:11 +00:00
Yukihiro Nakai
1264c11fcf Use updated imlib library. 1999-10-08 02:51:37 +00:00
Chris Piazza
25abf4b4a7 Use the updated libproplist shared library 1999-10-07 03:58:31 +00:00
Chris Piazza
e75451fa5e This committer needs a vacation. Remove a lot of extra junk
at the top and bottom of this patch (it was an entire PR..)

Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-09-24 16:42:20 +00:00
Chris Piazza
d88a26077b Add a patch to remove a menu that's work in progress and
shouldn't be there (it's empty)

PR:		13854
Submitted by: 	Maxim Sobolev <sobomax@altavista.net>
1999-09-24 04:44:52 +00:00
Chris Piazza
8d064b7549 WindowMaker -> Window Maker.
Submitted by:	maintainer
1999-09-09 22:09:09 +00:00
Chris Piazza
bb3db2c0c2 Update to version 2.2
PR:		13469
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-09-08 23:18:20 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Chris Piazza
8db8f835d7 1. Support for bzip'ed themes (RUN_DEPENDS=bunzip2)
2. Configuration files upgrade via Inet (RUN_DEPENDS=wget,rpm)
3. PLIST fixed

PR:		13426
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-08-28 17:07:49 +00:00
Chris Piazza
14c623b2d3 Import of wmakerconf.
Wmakerconf is a configuration tool for the WindowMaker windowmanager.

PR:		13140
Submitted by:	Dominik Rothert <dr@domix.de>
1999-08-26 20:44:33 +00:00