Commit Graph

40 Commits

Author SHA1 Message Date
Akinori MUSHA
d5819cf547 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 09:33:26 +00:00
Thomas Gellekum
4bc4783f7b Upgrade to 3.5.2. 2002-01-15 12:25:47 +00:00
Pete Fritchman
d3c716f53e - update to 3.5.1
- respect CC/CFLAGS

PR:		33332
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-30 17:18:07 +00:00
Thomas Gellekum
f04a4ffd3f Upgrade to 3.5. 2001-10-25 11:30:51 +00:00
Thomas Gellekum
423241322b Forgot to bump PORTREVISION.
Reminded by:	kris
2001-03-14 12:30:30 +00:00
Thomas Gellekum
8526c067cc Don't reuse possibly free()d memory.
Found by:	phkmalloc
2001-03-08 12:44:05 +00:00
Thomas Gellekum
9c68ff1320 Checksum changed. No functional changes, AFAICT.
PR:		25578
Submitted by:	Murray Stokely <murray@osd.bsdi.com>
2001-03-07 12:12:26 +00:00
Matthew Hunt
785416bf35 Update to 3.4.
PR:		23382
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-08 23:15:01 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Kevin Lo
f0288c457c Fix Imakefile breakage under XFree86 4.x
PR: 22359
Submitted by: Ports Fury
2000-10-28 14:55:37 +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
Alexander Langer
de7b146c7d Fix checksum: Author added an advertisement for optional CDs with this
software.  No version bump.

Reviewed by:	will
2000-06-10 10:17:35 +00:00
Steve Price
7ceb32409b Update MASTER_SITES
PR:		16779
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 23:46:11 +00:00
Kris Kennaway
39c06186fa Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.

Reviewed by:		ports
No response from:	erich
2000-04-23 22:59:51 +00:00
Michael Haro
a0cb9ec98b update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:04:57 +00:00
Steve Price
97b16698b2 The author removed some files from the distribution without bumping the
version number.
2000-02-27 23:15:12 +00:00
Matthew Hunt
ae99fbad5c This was missed in previous commit. Upgrade to 3.2.3. 2000-01-19 17:38:37 +00:00
Matthew Hunt
34b58e78d5 Upgrade to 3.2.3.
Approved by:	erich
2000-01-19 17:22:39 +00:00
Satoshi Asami
fca32bec84 Install properly PREFIX-ified app-defaults file so the program can find
pixmaps and stuff.
1999-08-30 11:09:17 +00:00
David E. O'Brien
4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +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
Marc G. Fournier
e48f6a42da Add a few of the more easy to find WWW Links to pkg/DESCR ... 1999-04-22 00:29:48 +00:00
Justin M. Seger
49b60d09e2 Upgrade to xephem 3.2.2
PR:		ports/10951
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-04-06 01:11:20 +00:00
Steve Price
be07b56b87 Add missing manpage. 1998-09-26 23:40:12 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Steve Price
53cb0c2f6a Take the manpages out of pkg/PLIST and put them in MAN1. 1998-09-16 02:25:06 +00:00
Steve Price
3d68d298a0 Remove trailing dot in LIB_DEPENDS. 1998-09-16 01:58:38 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Justin M. Seger
09c474435b Add missing dependency on graphics/xpm/ 1998-06-06 22:56:17 +00:00
Matthew Hunt
8fdd4ae8e7 Remove old version number from this prose. The quoted text is no
longer in the README, so don't claim that it comes from there.
1998-05-01 03:02:13 +00:00
Thomas Gellekum
7ca9259ef8 Upgrade to 3.1. 1998-04-29 11:12:12 +00:00
Eric L. Hernes
30b042376c oops, forgot to cvs add this one
PR:	3637
1997-07-14 22:11:07 +00:00
Eric L. Hernes
dacaba58c3 fix the spp-defaults file so data files are found properly
PR:	3637
1997-07-14 22:09:29 +00:00
Eric L. Hernes
f4fcd5d64f upgrade to 3.0 1997-03-27 23:44:49 +00:00
David E. O'Brien
02d1b3a10b A quick purousal thru our port's patches directory shows a *WAY* over use of
__FreeBSD__.

That said, add __OpenBSD__ and __NetBSD__ where approapiate.
1997-02-16 21:11:14 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +00:00
David E. O'Brien
a3dbd66287 CATAGORIES+= -> CATAGORIES= 1996-11-15 22:35:10 +00:00
Satoshi Asami
fe41ac4efc These ports are moved to astro. (Repository copy already done, this
is the post-processing stuff.)
1996-10-31 10:45:45 +00:00
Eric L. Hernes
edf6d352a2 trim the DESCR's to something reasonable at Satoshi's request. 1996-10-16 15:58:06 +00:00
Eric L. Hernes
abca0ff042 moved xephem to `misc', MOTIF_STATIC should work
now too.
1996-08-16 17:04:26 +00:00