summaryrefslogtreecommitdiff
path: root/devel/swarm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oops, missed some more wrong libtool stuff...Jeremy Lea2000-10-011-11/+0
| | | | Notes: svn path=/head/; revision=33281
* Remove unneed libtool patches.Jeremy Lea2000-10-011-0/+2
| | | | | | | Correct PLIST while I'm here. Notes: svn path=/head/; revision=33278
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* update MASTER_SITESMichael Haro2000-04-171-1/+1
| | | | | | | | PR: 17876 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> Notes: svn path=/head/; revision=27709
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27505
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-282-6/+73
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-052-14/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Don't treat warnings as errors, so benign little nits don't make thisSteve Price1999-05-311-0/+11
| | | | | | | fall over on the Alpha. Notes: svn path=/head/; revision=19142
* blt shared library is now called "libBLT24.so.*".Satoshi Asami1999-05-041-2/+2
| | | | Notes: svn path=/head/; revision=18455
* Update to version 1.4.1.Steve Price1999-04-083-29/+30
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=17738
* Import of swarm version 1.3.1.Steve Price1999-04-036-0/+315
The Swarm Simulation System PR: 9726 Submitted by: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw> Notes: svn path=/head/; revision=17606