Commit Graph

41 Commits

Author SHA1 Message Date
David E. O'Brien
9ee6d0b8df Fully update PLIST for version 3.3 2001-03-11 02:28:12 +00:00
David E. O'Brien
abbb19fb7b Update to version 3.3. 2001-03-09 13:10:10 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +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
Kris Kennaway
8ed38918f6 Bump PORTREVISION
Overlooked by:	obrien
2000-09-25 19:48:22 +00:00
David E. O'Brien
57754ba65d Fix an annoying (but apparently benign) error dialog that seems to be a
result of some changes Luoqi Chen made to src/sys/kern/tty_pty.c at
revs 1.58 and 1.59, apparently to resolve some sort of race condition.
(Search for EAGAIN in that file if you'd like to see).

Submitted by:	W Gerald Hicks <jhix@mindspring.com>
2000-09-25 05:24:55 +00:00
David E. O'Brien
dc7fa8d39c Fix breakage caused by sobomax in rev 1.30.
Note you _CANNOT_ use ${SED} and ${AWK} in "!=" lines.  I wish people would
STOP running `portlint' on this Makefile and blindly accpeting its output w/o
understanding it.  To quote Henry Spencer:

	I   Thou shalt run lint frequently and study its pronouncements with
	    care, for verily its perception and judgement oft exceed thine.

		..snip..
		``Study'' doth not mean mindless zeal to eradicate every byte of lint
		output--if for no other reason, because thou just canst not shut it
		up about some things--but that thou should know the cause of its
		unhappiness and understand what worrisome sign it tries to speak of.
		                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2000-08-26 23:27:52 +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
50df3b3123 Properly handle ddd.info file. 2000-06-27 09:38:16 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
5c8952908b Update to version 3.2.1. 2000-02-21 00:01:03 +00:00
David E. O'Brien
3159ec0568 Make the Makefile and PLIST match the docs acutally installed since the upgrade. 2000-02-17 05:45:56 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
568e8d2829 Update to DDD version 3.2. 2000-02-07 02:35:28 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Satoshi Asami
2013f63fc0 Don't try to parse ${MOTIFLIB} if it's not defined. 1999-08-22 08:30:17 +00:00
Satoshi Asami
937be79c5a Back out serious breakage introduced by previous commit: you can't use
${SED} and ${AWK} in != statements because they are executed
immediately.
1999-08-20 10:21:06 +00:00
Brian Feldman
476523966b Update to version 3.1.6, remove a double MASTER_SITE, and fix portlint
warnings.

Approved by: obrien
1999-08-19 03:09:24 +00:00
David E. O'Brien
2b1384b53c Use byacc vs. bison if the vsl-gramma.* files need rebuilding.
PR:	11959
1999-06-16 07:57:12 +00:00
David E. O'Brien
2507ae279d Upgrade to 3.1.5.
Most notable fixes:
	- [XEmacs] DDD supports gud-mode in XEmacs 21.0.
	- [Build] DDD supports Bison 1.27 and Automake 1.4a.
1999-05-25 23:49:09 +00:00
David E. O'Brien
90b026f916 Fix linage breakage. DDD author made a workaround for Motif 2.1 on
Solaris, but it seems to have broken building with Motif 2.1 on most every
other platform.
1999-05-09 00:27:55 +00:00
Tim Vanderhoek
a5e5d9c778 Wow! What big teeth you have grandma! "All the better to Weat you
with, my dear."

[That's lupus for "Add WWW:"]
1999-05-02 21:59:12 +00:00
Michael Haro
887068771a add quotes around variable so it can work on the command line correctly
add a few more X libraries to the list
1999-05-02 11:28:56 +00:00
David E. O'Brien
c9df971f88 Upgrade to 3.1.4
Noticed by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1999-04-27 01:10:33 +00:00
Satoshi Asami
da781b5ae8 Portlint. 1999-03-09 09:11:47 +00:00
Steve Price
3bcc872b71 Update version required comment too. 1999-03-08 21:23:31 +00:00
David E. O'Brien
547a7dc6ba upgrade to 3.1.3
PR:		ports/9490
Submitted by:	Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-01-21 12:29:17 +00:00
David E. O'Brien
82eb0ba4b4 version 3.1.1 is out 1998-12-07 09:17:51 +00:00
David E. O'Brien
17e13fb568 Upgrade to version 3.1 1998-12-03 19:03:30 +00:00
David E. O'Brien
8db95f2dc2 Depend on libXpm
PR:		ports/8896
Submitted by:	Jose Maa Alcaide <jose@we.lc.ehu.es>
1998-12-01 11:36:13 +00:00
David E. O'Brien
25adde6808 Upgrade to ver 3.0.92. 1998-12-01 09:39:47 +00:00
David E. O'Brien
4c3b981d93 upgrade to 3.0.91 1998-11-14 22:37:38 +00:00
Satoshi Asami
c12c2467ed Remove manpages define in MAN? fom PLIST for all the devel ports.
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
1998-08-12 01:55:34 +00:00
David E. O'Brien
e12fb5762a upgrade to version 3.0 1998-06-23 22:25:28 +00:00
David E. O'Brien
a06824918d Upgrade to 2.2.3.
PR:	ports/5757
1998-02-19 09:43:30 +00:00
David E. O'Brien
96f852bf32 Paths changed on MASTER_SITES.
Noticed  by:	Bill Fenner <fenner@parc.xerox.com>
1997-06-23 05:43:26 +00:00
David E. O'Brien
dd406c7119 Upgrade to v2.1.1.
Now compiles/runs w/Lesstif w/o extra patches.

Noticed by:	Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-06-04 18:21:36 +00:00
David E. O'Brien
0eefe8db84 Upgrade to 2.1.
Submitted by:	jkh
1997-05-23 05:58:00 +00:00
David E. O'Brien
4dbcf54ff9 DDD is the Data Display Debugger, a common graphical front-end for
GDB, DBX, and XDB debuggers.

DDD is an Motif application that besides the "usual" features such as viewing
source texts and breakpoints, DDD provides a _graphical_data_display_, where
data structures are displayed as graphs.  A simple mouse click dereferences
pointers or reveals structure contents.  Complex data structures can be
explored incrementally and interactively, using automatic layout if
preferred.  Each time the program stops, the data display reflects the
current variable values.
1997-05-22 21:41:26 +00:00