Commit graph

24 commits

Author SHA1 Message Date
Ade Lovett
b2fd75e438 libtool uber-patch
* 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)
2003-06-26 22:58:32 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Edwin Groothuis
bcad4353e3 Update to fix build on -current
PR:		ports/45555
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw>
2002-11-22 23:35:29 +00:00
Tilman Keskinoz
2bd670cc26 Enable Jave support. Use install-info. Based on:
PR:		38365
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw> (maintainer)
2002-11-11 16:56:27 +00:00
Kris Kennaway
835a7dd6a6 Don't treat warnings as errors: gcc 3.2 finds a lot more wrong with
this code.  It is still broken on 5.0.
2002-10-20 09:35:59 +00:00
Ying-Chieh Liao
b1a862fa66 upgrade to 2.1.1
PR:		38295
Submitted by:	maintainer
2002-05-19 19:34:07 +00:00
Andrey A. Chernov
d2a574cd84 Bump png major 2001-09-11 02:50:07 +00:00
James E. Housley
693927f53e the configure scripts in swarm-1.4.1 can't find tcl/tk libs correctly.
PR:		26089
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw> MAINTAINER
2001-03-31 01:27:42 +00:00
Jeremy Lea
a7f9b3582b Oops, missed some more wrong libtool stuff... 2000-10-01 09:50:00 +00:00
Jeremy Lea
90f9887c7f Remove unneed libtool patches.
Correct PLIST while I'm here.
2000-10-01 08:11:47 +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
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +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
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Michael Haro
112f7fcab6 update MASTER_SITES
PR:		17876
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw>
2000-04-17 23:19:54 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Michael Haro
3aa77171e7 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
1999-06-05 19:00:43 +00:00
Steve Price
46b5aaf91d Don't treat warnings as errors, so benign little nits don't make this
fall over on the Alpha.
1999-05-31 05:06:55 +00:00
Satoshi Asami
033f8c563c blt shared library is now called "libBLT24.so.*". 1999-05-04 11:40:13 +00:00
Steve Price
cd7edbb21c Update to version 1.4.1.
Submitted by:	maintainer
1999-04-08 17:54:42 +00:00
Steve Price
ab382141da Import of swarm version 1.3.1.
The Swarm Simulation System

PR:		9726
Submitted by:	Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>
1999-04-03 02:02:29 +00:00