Commit Graph

45 Commits

Author SHA1 Message Date
Kirill Ponomarev
31221631d9 - Update to version 0.2.8.3
PR:		ports/67084
Submitted by:	Ports Fury
2004-05-23 19:09:25 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Adam Weinberger
ed6652ba68 Disable code that was creating /usr/local/lib/gtk-2.0 and not putting
anything in it. There's no need to have this try to create
/usr/X11R6/lib/gtk-2.0 either.
2004-01-13 15:35:31 +00:00
Kirill Ponomarev
5aa73654b9 - Update to version 0.2.8.2
PR:		60141
Submitted by:	Ports Fury
2003-12-11 14:27:51 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Tilman Keskinoz
10cc64275c Update to 0.2.8
PR:		47073
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-16 23:15:47 +00:00
Norikatsu Shigemura
eb1a56d025 Update to 0.2.7.
PR:		ports/45624
Submitted by:	Ports Fury
2002-11-23 15:22:27 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Dmitry Sivachenko
413cc78316 Update to version 0.2.6.
PR:		40623
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:23:26 +00:00
Patrick Li
c75336b5e6 - Fix pkg-plist
- Chase location of libxml2 headers

PR:		38229
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-21 04:08:42 +00:00
Patrick Li
f8bfb76b6c Update to 0.2.5
PR:		38184
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2002-05-18 06:34:16 +00:00
Kris Kennaway
e280efb475 Chase location of libxml2 headers 2002-03-31 05:04:33 +00:00
Akinori MUSHA
3ea570b04f Bump PORTREVISION after the freetype2 shlib major update. 2002-03-12 22:38:47 +00:00
Maxim Sobolev
112a9e25e8 Chase increase of freetype2 shlib version. 2002-03-11 17:25:31 +00:00
Mikhail Teterin
60021c04f1 Obey the WITHOUT_X11 knob. One utility -- wmf2x is not installed in this
case,  and USE_XLIB  will  not  be defined,  which  will  result in  the
LOCALBASE for PREFIX. LOCALBASE should, probably, be used in both cases,
but libwmf-config is  giving the right values... Also  the -nox11 suffix
is added to the package name in the WITHOUT_X11 case.

Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software
will work with any reasonably recent version. I'm not sure about -lxml2,
so I left that alone.
2002-02-21 17:02:20 +00:00
Maxim Sobolev
6cd76ded7b Update version number of freetype2 shared library. 2002-01-21 11:46:49 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Pete Fritchman
113d78b58d Update to 0.2.2
PR:		32052
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-20 03:54:56 +00:00
Akinori MUSHA
42d6d25c03 Update to 0.2.1.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-13 07:01:02 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +00:00
Ying-Chieh Liao
d04ad1e32a make it buildable
PR:		28445
Submitted by:	Adam Nealis <adamnealis@yahoo.co.uk>
2001-07-07 13:38:21 +00:00
Maxim Sobolev
755134eef7 - Update to version 0.1.21.
PR:		23625
Submitted by:	Ports Furry
2000-12-19 08:19:50 +00:00
Munechika SUMIKAWA
bc65afb53f Upgrade to 0.1.20.
PR:		ports/22781
Submitted by:	mzaki@e-mail.ne.jp
2000-11-12 17:24: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
Steve Price
da89f2c264 Fix ${PREFIX}/include files that have bad nested includes.
PR:		19682
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-07-07 18:39:50 +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
Chris Piazza
10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +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
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Chris Piazza
ad143f96cf - Remove dependency on gd - it uses it's own heavily customized version
- Optimize procedure of building shared libraries
- Avoid a few compiler warnings

Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-30 19:47:17 +00:00
Chris Piazza
fd7636eb2a Use shared libraries
PR:             18822
Submitted by:   Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 02:24:39 +00:00
Chris Piazza
c6a24ad552 Use shared libraries
PR:		18822
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 02:23:41 +00:00
Chris Piazza
4a06e87880 Update to 1.1.17
Submitted by:	"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-05-22 16:38:35 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Jeremy Lea
e531baf8c1 PLIST related fixes. 2000-02-27 08:56:20 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Steve Price
e3c4913b0b Sort PLIST.
PR:		13677 (5 of 10)
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-11-01 01:51:51 +00:00
Chris Piazza
6e44962e61 Update to version 0.1.16 1999-09-10 22:39:55 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Bill Fumerola
7a80e08e9b Upgrade to 0.1.14 1999-08-25 01:37:12 +00:00
Chris Piazza
616041ed2f Update my email address. 1999-06-20 07:21:30 +00:00
Bill Fumerola
fb82428b62 Upgrade to 0.1.11, which is a super-minor bugfix release. 1999-06-16 13:39:21 +00:00
Bill Fumerola
9f0ed2b79e This is an image format handler. It handles the following image
formats:

bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.

PR:		ports/11858
Submitted By:	Chris Piazza <cpiazza@home.net>
1999-06-16 13:32:18 +00:00