Commit Graph

43 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
ed423e15be Add a MASTER_SITE.
The rest of the diff is equivalent to what it is now in the port.

PR:		ports/95921
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintaner)
Approved by:	lawrance
2006-05-16 10:28:07 +00:00
Ion-Mihai Tetcu
e227284f5c - Fix plist.
- Depend on gcc 3.3+ since there's no need to use older ggc's on 6, 7.

PR:		ports/96986
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintianer) [1]
		itetcu (me) [2]
Approved by:	maintainer [2], lawrance (mentor)
2006-05-14 12:23:22 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Erwin Lansing
2901410bba Set LATEST_LINK to vtk43 to avoid conflict with math/vtk
Note that this port still is BROKEN.

PR:		96265
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
2006-04-24 15:10:00 +00:00
Kris Kennaway
4b98d5e0cc BROKEN: Incorrect pkg-plist 2006-04-22 22:07:28 +00:00
Edwin Groothuis
08f03070a0 set maintainer to bacon@smithers.neuro.mcw.edu 2006-04-05 22:46:43 +00:00
Edwin Groothuis
d5aef7a6c0 Small fix for port vtk43
vtk43 just committed requires outdated expat.5. This will
	cause the build to fail if expat.6 is installed. I've been
	running caret (an application that depends on vtk43) with
	expat.6 for several weeks without any apparent problems.
	Suggest updating the vtk43 LIB_DEPENDS to allow expat.5 or
	expat.6.

PR:		ports/95353
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu>
2006-04-05 22:15:36 +00:00
Edwin Groothuis
37468a2901 Reintroduce legacy port: vtk 4.3
I'd like to reintroduce VTK 4.3 to the ports tree to
	facilitate building a new port, Caret 5.3.  Starting with
	VTK 4.4, support for "float" coordinates has been dropped
	from many functions.  The Caret code will require significant
	changes to compile with VTK 4.4.  Since the Caret developers
	do not yet have a timeline for upgrading to VTK 4.4, I'd
	like to reintroduce VTK 4.3 for the interim.  Only the vtk
	base and vtk-headers are essential.  Below are shar files
	for these two trees.  They are based on the original vtk
	4.3 port.  The only modifications are:

	1. The folder names are changed from vtk and vtk-headers
	to vtk43 and vtk43-headers to prevent a collision with the
	current vtk in /usr/ports/math.

	2. PREFIX is set to ${LOCALBASE}/vtk43 to prevent a collision
	with the current vtk installation.

PR:		ports/92468
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu>
2006-04-04 22:47:58 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Sam Lawrance
7fe77728f4 Mark BROKEN on amd64 (does not compile)
Approved by:	clement (mentor)
2005-05-14 10:27:59 +00:00
Sam Lawrance
96b7b4c3a5 Update math/vtk-* to version 4.4
PR:		ports/77038
Submitted by:	Mykola Khotyaintsev <ko@irfu.se> (maintainer)
Approved by:	clement (mentor)
2005-04-23 14:12:36 +00:00
Kris Kennaway
a2401bec36 Now fetchable again
Approved by:    portmgr (self)
2005-04-01 23:08:57 +00:00
Kris Kennaway
11b32e61d2 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 20:15:05 +00:00
Pav Lucistnik
81b2f337fd - Fix build on FreeBSD 5.3
PR:		ports/73607
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2004-11-06 16:15:53 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Mark Linimon
5d0646b06c During building executables on FreeBSD 4.X the "undefined reference to
`pthread_*'" was thrown.  Fix this, and also some other cosmetic bugs.

PR:		ports/62446
Submitted by:	Mykola Khotyaintsev <ko@irfu.se> (maintainer)
2004-02-13 03:53:48 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Pav Lucistnik
2bc3464d14 - Update to 4.3.0
Rework this port and split it into logically independent parts
  Give maintainership to submitter

PR:		ports/57858
Submitted by:	Mykola Khotyaintsev <ko@irfu.se>
2003-12-26 20:03:41 +00:00
Hye-Shik Chang
aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
161b751262 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39656
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-22 17:06:27 +00:00
Ying-Chieh Liao
0c1c2dd787 make it buildable on current 2002-03-09 15:54:18 +00:00
Patrick Li
b50c44981d Fix for -CURRENT, malloc.h->stdlib.h
Spotted by:	Bento
2002-01-02 04:16:51 +00:00
Thomas Gellekum
4844a5b160 Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} when building. 2001-08-28 11:34:59 +00:00
Thomas Gellekum
3261eff2ee Upgrade to 3.2. 2001-03-15 12:31:08 +00:00
Satoshi Asami
617d55e7a2 Rename PLIST.with_patented to pkg-plist.with_patented. 2000-10-08 02:50:46 +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
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
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Steve Price
b5825aefd1 Update to version 3.1.2.
PR:		18448
Submitted by:	Randall Hopper <a8vb@ipass.net>
2000-05-29 04:59:06 +00:00
Michael Haro
4337b5e552 portlint 2000-04-20 20:52:50 +00:00
Jeremy Lea
b4455771cc 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:19:02 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Thomas Gellekum
0b9a5c13a7 Upgrade to 3.1.
PR:		17604
Submitted by:	Randall Hopper <aa8vb@ipass.net>
2000-03-30 08:25:16 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Thomas Gellekum
032421c10e Re-import vtk into "math", this is where all the other
data visualization tools are.
1999-06-01 13:16:47 +00:00