Commit Graph

32 Commits

Author SHA1 Message Date
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Kris Kennaway
34df614ae7 This does not compile; mark BROKEN. 2001-08-20 06:27:49 +00:00
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +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
Justin M. Seger
33049798b8 Remove obsolete MASTER_SITE
Noticed by:	fenner's portsurvey
2000-08-13 13:10:36 +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
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Michael Haro
a941c55187 env -> ${SETENV} 1999-08-28 03:41:25 +00:00
Steve Price
d8fdc2b5c6 This port doesn't build (yet) on the Alpha. 1999-07-04 20:41:48 +00:00
Seiichirou Hiraoka
b04e4fd4b1 Forgot to delete 'BROKEN_ELF' line. 1999-02-11 13:32:08 +00:00
Seiichirou Hiraoka
26819225f1 Fix marked as BROKEN.
PR: ports/10011
Submitted-by: axl@iafrica.com
1999-02-11 13:28:45 +00:00
Satoshi Asami
8cc6879300 Add REQUIRES_MOTIF. 1998-12-22 07:51:27 +00:00
Justin M. Seger
83d496f572 Mark BROKEN for ELF. 1998-10-15 11:13:04 +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
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
Satoshi Asami
839f94d88c Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.
1998-08-07 22:56:48 +00:00
Justin M. Seger
ec09a2fb47 Upgrade to version 4.0
Submitted by:   giffunip@asme.org
PR:             6419
1998-04-26 12:50:57 +00:00
Justin M. Seger
6d4e33c4b1 Fix MASTER_SITES. Trim part of DESCR that doesn't belong there. Portlint. 1997-11-22 21:42:40 +00:00
Satoshi Asami
47ee458c79 #include <sys/types.h> before <dirent.h>. 1997-04-23 07:41:20 +00:00
Satoshi Asami
d5d7f0310e Make this file match reality. In particular, all the binaries were
missing.  While I'm here, expand the include dir and sort all files.
1997-01-10 09:54:53 +00:00
Jordan K. Hubbard
72734182c1 Remove myself as MAINTAINER from a number of ports I no longer
have time to properly maintain.  This will cause the position to
revert to ports.
1997-01-06 12:15:11 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
4b64d88e9a Add LIB_DEPENDS on xpm. 1996-09-26 09:02:51 +00:00
Satoshi Asami
4e44b46b25 Call files/xmkmf with sh, so that it works even if the x bit isn't set.
Pointed out in a different form by:	chuckr@glue.umd.edu
1996-05-15 23:30:26 +00:00
Satoshi Asami
3a55e39569 Remove "ldconfig -m" line, this port doesn't install shared libraries!
Hello, Jordan?!? ;)
1995-07-19 11:36:42 +00:00
Satoshi Asami
e9fec9a95f Clean up invocation of ar. 1995-07-18 12:22:38 +00:00
Jordan K. Hubbard
8b4dc8e4a0 Remove now obsolete X_NO_MAKE_MAKEFILES variable. 1995-07-17 16:22:21 +00:00
Andreas Schulz
01a87552d0 Add a missing trailing slash in the MASTER_SITE line. 1995-07-16 20:57:41 +00:00
Jordan K. Hubbard
387f0c5d9f Update this to enable more of the underlying functionality. Totally
redo the regex code to use POSIX regexps; the previous "abstraction" was
essentially a worthless hack.
1995-07-16 18:43:26 +00:00
Jordan K. Hubbard
5edd5e3bf0 The Free Widget Foundation's widget set. This is set to compile
only non-Motif widgets - if you have Motif and want the extensions in libfwf
then configure, edit and build in 3 steps.
1995-07-15 13:57:09 +00:00