summaryrefslogtreecommitdiffstats
path: root/graphics/geomview
Commit message (Collapse)AuthorAgeFilesLines
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-1/+1
| | | | | | | | | | | | | | 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.
* Don't install stuff group-writable when it doesnt need to be.kris2000-08-156-9/+89
| | | | Reviewed by: fenner (maintainer)
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-2/+2
| | | | string so I fixed it.
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-201-1/+1
|
* Fixup PLIST so this deinstalls cleanly.steve2000-01-281-1/+1
|
* Untested fix for stricter C++ type checking on 4.0 .fenner2000-01-261-0/+11
|
* Don't depend on files/nroff to fake out build.fenner2000-01-263-6/+76
|
* Update to use Tcl/Tk version 8.2.steve1999-11-282-4/+5
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-4/+2
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* The xforms ports is no longer an i386-only port.steve1999-06-081-4/+1
|
* Don't fail if the chmod fails (e.g. due to ports tree on read-onlyfenner1999-05-041-2/+2
| | | | | | | filesystem); it's just there for people who copy ports in a way that fails to preserve the x bit. Noticed by: Satoshi's errorlogs
* Update the geomview-1.6.1 to use the current tarball, which turnsfenner1999-02-126-69/+50
| | | | out to be different than the one that the port was written for.
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-071-1/+4
| | | | XForms has not been available for FreeBSD/alpha yet.
* Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itbillf1998-12-071-3/+1
| | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey.
* Make sure to remove everything we install.steve1998-10-051-0/+32
|
* Upgrade to Mesa 3.0jseger1998-10-011-2/+2
|
* Remove regexp support for Mesa2 libs.steve1998-09-271-2/+2
|
* Mark broken for ELF because of xforms port.steve1998-09-261-2/+4
|
* Remove regexp support for tk42.steve1998-09-261-2/+2
|
* Wow. Checkout the number of manpages that are in EZWGL. I think that'shoek1998-08-181-36/+0
| | | | too many, so I'll remove half of them.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-3/+3
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pendingasami1998-07-201-2/+2
| | | | | | | Justin's upgrade. Change all "graphics/Mesa" dependencies to "graphics/Mesa2". Requested by: jseger
* Minor Makefile fixups.fenner1997-11-272-14/+18
| | | | | Add Id to Makefile. Make build with tk 4.2 and remove BROKEN
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-221-0/+3
| | | | change "BROKEN".
* CATEGORIES+= -> CATEGORIES=max1996-12-301-1/+1
|
* Geomview 1.6.1, an interactive viewer for 3- and 4-D geometric objectsfenner1996-12-1911-0/+717
OpenPOWER on IntegriCloud