Commit Graph

25 Commits

Author SHA1 Message Date
Jim Mock
b51c4219ad Turn this over to ports@FreeBSD.org. I no longer have the time or
desire to maintain it.
2001-05-27 01:59:31 +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
Jim Mock
5ec97f173f Fix a buffer overflow in fak_parse_line.
Submitted by:	Valeriy E. Ushakov <uwe@ptc.spbu.ru>
2000-09-05 03:43:10 +00:00
Jim Mock
52980b4ae8 Support CFLAGS/PREFIX properly.
PR:		20413
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-06 20:27:11 +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
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Jim Mock
a2696528c2 Added -O0 to CCOPTIONS. Without it, ascd coredumps when run
with no theme specified.

Reported by:	marcel
1999-09-25 14:11:38 +00:00
Jim Mock
e26474e178 Updated to version 0.13.2 1999-09-25 13:34:02 +00:00
Marcel Moolenaar
707d495a10 Fix typo.
approved by: jim
1999-09-25 10:39:02 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Jim Mock
e2f7d7d496 Fixed DISTFILES and removed EXTRACT_SUFX so port now passes portlint. 1999-08-13 10:03:43 +00:00
Jim Mock
07494a35f4 Updated to version 0.13.1
PR:		13025
1999-08-13 06:46:25 +00:00
Bill Fenner
35fc3fa02a Fix WWW: typos
Found by:	not-yet-completed addition to port distfile checker
		suggested by Tim Vanderhoek
1999-08-01 04:54:40 +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
Seiichirou Hiraoka
bcb60c0051 Update to 0.12.1
PR: ports/11487
Submitted by:  jim@blues.ghis.net
1999-05-04 15:36:03 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Steve Price
e8dd6ec30d Re-order PLIST and add '@{exex,unexec} ldconfig'. 1999-05-01 02:04:26 +00:00
Justin M. Seger
88a4f4009e Upgrade to ascd-0.12.0 1999-04-22 12:28:38 +00:00
Steve Price
11bb83d46f Update to version 0.10.1.
PR:		10797
Submitted by:	maintainer
1999-03-31 15:27:32 +00:00
Bill Fenner
3982fc26bd Upgrade to 0.9.3
PR:		ports/10416
Submitted by:	Jim Mock jim@corp.au.triax.com
1999-03-08 20:06:07 +00:00
Satoshi Asami
832702b9e2 Upgrade to 0.9.2, fixes build problem.
PR:		9830 (sort of)
Submitted in part by:	maintainer
1999-02-12 02:06:29 +00:00
Satoshi Asami
4eab2ea329 Add virtual category "windowmaker". 1999-01-18 06:43:04 +00:00
Satoshi Asami
0b8e44dd88 Add "afterstep" virtual category. 1999-01-18 06:38:08 +00:00
Satoshi Asami
07d6292490 Add LIB_DEPENDS to xpm. 1998-12-22 05:43:38 +00:00
Seiichirou Hiraoka
12e63e7d88 PR: ports/8889
Submitted by:	jim@phrantic.phear.net
Initial Import ascd.
A dockable cd player for AfterStep or WindowMaker.
1998-12-05 10:02:03 +00:00