aboutsummaryrefslogtreecommitdiffstats
path: root/devel/swarm
Commit message (Collapse)AuthorAgeFilesLines
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-191-0/+2
| | | | broken at that time, and a fix has not been submitted to GNATS.
* BROKEN: Does not compilekris2004-09-261-0/+2
| | | | Approved by: portmgr (self)
* - Convert to OPTIONSpav2004-08-211-13/+9
| | | | | | PR: ports/70698 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: maintainer
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-3/+3
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Move the ancient emacs 19.x port from editors/emacs tokris2004-03-211-1/+1
| | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Chase repomove graphics/hdf* -> science/hdf*pav2004-02-261-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Fix typo error (ONLY_FOR_ARCH => ONLY_FOR_ARCHS),vanilla2003-11-301-1/+1
| | | | | | | this fix building on non-i386 archs. Submitted by: maintainer Approved by: portmgr (marcus)
* Make swarm buildable,vanilla2003-11-0911-104/+229
| | | | | | | BUMP version. PR: ports/59075 Submitted by: maintainer.
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-0/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* update for libBLT24.so.3 that uses tcl/tk8.4.kjc2003-10-221-6/+6
| | | | bump the PORTREVISION accordingly.
* idevel/swarm - undefined reference in libobjc.soedwin2003-10-104-21/+36
| | | | | | | | | - make port regarding libobj.so (see PR) - make port BROKEN regarding graphics/hdf5 - unbreak port regarding missing "'s (see BENTO) PR: ports/51484 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
* libtool uber-patchade2003-06-274-301/+25
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to fix build on -currentedwin2002-11-234-10/+336
| | | | | PR: ports/45555 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
* Enable Jave support. Use install-info. Based on:arved2002-11-125-7/+48
| | | | | PR: 38365 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> (maintainer)
* Don't treat warnings as errors: gcc 3.2 finds a lot more wrong withkris2002-10-202-2/+40
| | | | this code. It is still broken on 5.0.
* upgrade to 2.1.1ijliao2002-05-206-334/+337
| | | | | PR: 38295 Submitted by: maintainer
* Bump png majorache2001-09-111-1/+1
|
* the configure scripts in swarm-1.4.1 can't find tcl/tk libs correctly.jeh2001-03-313-11/+24
| | | | | PR: 26089 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> MAINTAINER
* Oops, missed some more wrong libtool stuff...reg2000-10-011-11/+0
|
* Remove unneed libtool patches.reg2000-10-011-0/+2
| | | | Correct PLIST while I'm here.
* (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
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-5/+1
|
* update MASTER_SITESmharo2000-04-181-1/+1
| | | | | PR: 17876 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Update to use Tcl/Tk version 8.2.steve1999-11-292-6/+73
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-062-14/+2
| | | | the .la file.
* Don't treat warnings as errors, so benign little nits don't make thissteve1999-05-311-0/+11
| | | | fall over on the Alpha.
* blt shared library is now called "libBLT24.so.*".asami1999-05-041-2/+2
|
* Update to version 1.4.1.steve1999-04-093-29/+30
| | | | Submitted by: maintainer
* Import of swarm version 1.3.1.steve1999-04-036-0/+315
The Swarm Simulation System PR: 9726 Submitted by: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>