Commit graph

35 commits

Author SHA1 Message Date
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway
131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
11a7fb8caf Chase repomove graphics/hdf* -> science/hdf* 2004-02-25 22:55:55 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Vanilla I. Shu
a2e5f51dc5 Fix typo error (ONLY_FOR_ARCH => ONLY_FOR_ARCHS),
this fix building on non-i386 archs.

Submitted by:	maintainer
Approved by:	portmgr (marcus)
2003-11-30 03:03:04 +00:00
Vanilla I. Shu
0a6370dc68 Make swarm buildable,
BUMP version.

PR:		ports/59075
Submitted by:	maintainer.
2003-11-09 14:45:59 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Kenjiro Cho
750f9ffb21 update for libBLT24.so.3 that uses tcl/tk8.4.
bump the PORTREVISION accordingly.
2003-10-22 10:23:54 +00:00
Edwin Groothuis
86b09615e6 idevel/swarm - undefined reference in libobjc.so
- 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>
2003-10-10 13:26:50 +00:00
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