Commit graph

269 commits

Author SHA1 Message Date
Kevin Lo
22696635ad Update to version 2.2.0
PR: 23757
Submitted by: Ports Fury
2000-12-22 16:26:09 +00:00
Thomas Gellekum
1d39db382b Upgrade to 0.28. 2000-12-15 12:15:37 +00:00
Kevin Lo
1252613328 Update to version 2.1b9
PR: 23220
Submitted by:  Ports Fury
2000-12-02 15:40:27 +00:00
Kevin Lo
00dcb9307e Update to version 1.6e
PR: 22920
Submitted by: MAINTAINER
2000-11-18 15:46:14 +00:00
Kevin Lo
d749c9a48f Add missing @dirrm.
PR: 22890
Submitted by: Ports Fury
2000-11-17 14:45:46 +00:00
Kevin Lo
7e05af8a37 Update to version 2.1b8
PR: 22809
Submitted by: Ports Fury
2000-11-13 12:46:49 +00:00
Steve Price
894340d0f4 Better handling for the imake dependency when XFREE86_VERSION != 3. The
old way had us installing imake-4 over the imake that is already a part
of the XFree86-3 port.
2000-11-08 22:55:29 +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
Mario Sergio Fujikawa Ferreira
10b636ca5a Uphold ${MOTIFLIB}
Submitted by: bento
2000-11-02 06:11:12 +00:00
Kevin Lo
fe660b3573 - Prevent possible buffer overflow
- Use erfc(3).

PR: 22343
Submitted by:	 MAINTAINER
2000-10-28 16:13:06 +00:00
Kevin Lo
7f1c34c500 Update to version 2.1b7
PR: 22360
Submitted by:	 MAINTAINER
2000-10-28 15:11:40 +00:00
Ade Lovett
626b15b79e Update to 2.1b6
PR:		22055
Submitted by:	Ports Fury
2000-10-17 20:08:41 +00:00
Ade Lovett
3a6f0a8b69 Update to 1.4.4
PR:		21573
Submitted by:	Ports Fury
2000-10-13 20:19:12 +00:00
Satoshi Asami
ecbc87070f Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefix
(this is a sed template).
2000-10-07 21:32:51 +00:00
Jeremy Lea
fda2e985da Implement USE_GTK, part 1. 2000-10-05 06:36:23 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777 Maintainer is now a committer, update email accordingly
Approved by: will
2000-10-03 05:12:49 +00:00
Jeremy Lea
e17474b0ad Try to unbreak this on -current.
Sort the PLIST.

No reply from:	maintainer
2000-10-01 07:48:18 +00:00
Ade Lovett
358b49a600 Support CC/CFLAGS/PREFIX/X11BASE/MAKE properly
Sort pkg/PLIST

PR:		20418
Submitted by:	Ports Fury
2000-09-16 18:40:55 +00:00
Chris D. Faulhaber
f4bd6d2024 Install libs with 0644 perms, not 0664.
Approved by:	Maintainer
2000-09-14 11:32:54 +00:00
Kevin Lo
d7fe0127dc Update to 2.1b3
PR: 21135
Submitted by: Ports Fury
2000-09-09 08:55:48 +00:00
Satoshi Asami
1b21980287 Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
2000-09-05 18:34:52 +00:00
Satoshi Asami
2e3170ec6b Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports
use imake themselves.

Submitted by:	bento (sort of)
2000-08-11 06:34:47 +00:00
Kevin Lo
5c4665e29e Support X11BASE properly
PR: 20417
Submitted by: Ports Fury
2000-08-07 04:30:19 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +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
SADA Kenji
bf66fc5159 Activate Electric.
PR:		ports/18380
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
2000-07-30 07:14:47 +00:00
SADA Kenji
9a91ada450 New port - Electric is a sophisticated electrical CAD system that can handle
many forms of circuit design.

PR:		ports/18380
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
2000-07-30 07:10:53 +00:00
Chris D. Faulhaber
3f29f068f7 Update MD5 (numerous updates without a version change)
Found by:	bento
2000-07-12 22:27:09 +00:00
Satoshi Asami
330c5d42f5 Add bin/loom.
Submitted by:	bento
2000-07-05 06:52:18 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
defecb5dcc Update to 1.4.1.
PR:		19385
Submitted by:	David Gilbert <dgilbert@velocet.ca>
2000-06-20 08:06:07 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Satoshi Asami
1fa698450e Add gmac.1 and tkgate.1
Submitted by:	bento
2000-06-07 23:18:48 +00:00
Satoshi Asami
670d3c8965 Add fsleeper.1.
Submitted by:	bento
2000-06-07 08:00:18 +00:00
Steve Price
5405fff0be Update to version 3.05.
PR:		18513
Submitted by:	maintainer
2000-05-29 03:06:26 +00:00
Steve Price
f4c18adf51 Incorporate some changes from NetBSD, Linux, and the Macquarie University.
PR:		18509
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2000-05-29 03:04:58 +00:00
Steve Price
6f5c3f3dda Mostly docs changes with the addition of some selection filter code that
caused the distfile to change without a version number bump.
2000-05-28 03:44:17 +00:00
Thomas Gellekum
50bfd62861 Upgrade to 1.4.0.
Approved by:	will
2000-05-17 08:30:51 +00:00
Justin M. Seger
1e010f879e Use MASTER_SITE's that actually still carry the distfile :-) 2000-05-14 16:56:53 +00:00
Ade Lovett
51e78bed9c Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.

PR:		14686
Submitted by:	Gianlorenzo Masini <masini@uniroma3.it>
2000-05-03 14:59:53 +00:00
Kris Kennaway
943138216d Mark BROKEN: compiler error
Noticed by:	bento
2000-04-29 23:58:51 +00:00
Will Andrews
e115ffe903 Update MD5 checksum and remove invalid MASTER_SITES.
PR:		18135
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-22 02:37:18 +00:00
Thomas Gellekum
2bd2dd25f5 Upgrade to 0.26. 2000-04-18 09:03:32 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Michael Haro
d28e7ff169 Update to 1.0
PR:		17554
Submitted by:	maintainer
2000-03-24 00:29:28 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00