1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Dirk Meyer
55debb52d1 - drop maintainership 2004-07-19 05:15:28 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Ade Lovett
2c577f8a04 Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
2004-03-24 20:59:17 +00:00
Dirk Meyer
84a12979e7 - update to 2.4.9.3
- fix a bunch of libtool problems after build and during installation.
2004-03-14 08:24:48 +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
Dirk Meyer
ace66a7230 - add SIZE 2004-02-26 04:58:34 +00:00
Dirk Meyer
8b588a6cec - remove BROKEN 2004-02-22 08:33:37 +00:00
Dirk Meyer
11fad28d04 - Fix MASTER_SITES
- newer version does not build yet.
2004-02-22 08:32:22 +00:00
Kris Kennaway
a413824fd7 BROKEN: Checksum mismatch 2004-02-21 21:29:41 +00:00
Dirk Meyer
f0eb84289b - Fix the symbolic link created by pkg_add
this fixed the build of e4graph an other ports
- bump PORTVERSION for the new package

Pointed out by: kris
2003-12-13 13:02:00 +00:00
Dirk Meyer
60b5076712 - rename shared lib and create a symbolic link
Submitted by:	osa
2003-12-11 04:39:56 +00:00
Dirk Meyer
7da1ac3184 - use DOCSDIR 2003-10-12 11:03:50 +00:00
Dirk Meyer
e5ffc131ac - Fix support for python2.3
defaults to python2.2, python2.3 support is broken.
2003-08-04 07:27:34 +00:00
Dirk Meyer
6143f6639a - update CATEGORIES 2003-07-23 14:07:52 +00:00
Dirk Meyer
21da869cf3 - Update to 2.4.9.2 2003-03-28 20:54:10 +00:00
Dirk Meyer
eed33e76bf - Update to 2.4.9.1 2003-03-05 04:03:23 +00:00
Dirk Meyer
b6b3137855 - Update to 2.4.9 2003-02-23 12:24:02 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
6ea844edaf add ONLY_FOR_ARCHS, sparc64 has conflicting types 2002-12-12 05:42:55 +00:00
Dirk Meyer
7992f140a1 - Update to 2.4.8 2002-11-05 21:04:39 +00:00
Dirk Meyer
3209d0ed2c - Get rid of PERL and use SED 2002-06-16 15:03:10 +00:00
Dirk Meyer
65db0e673b - Update to metakit-2.4.7-37
- Fix another libtoll problem
2002-06-02 11:23:41 +00:00
Dirk Meyer
a0384db153 - Update to metakit-2.4.6 2002-06-02 08:20:52 +00:00
Dirk Meyer
e79a392416 - Update to 2.4.5-35
- phyton-extensions now "libmk4py.so" instead of "Mk4py.so"
- static libs are not build
- shared libs now without any version.
2002-05-01 09:04:56 +00:00
Dirk Meyer
3e468fafad There is a new release of MetaKit
Some details about this 2.4.3 release:

  - various bug fixes, see http://www.equi4.com/metakit/CHANGES
  - a cross-platform byte-order serialization bug has been fixed
  - the Python builds are for Python 2.2 (several improvements by GM)
  - the Tcl builds should run on any Tcl installation >= 8.1

See the home page for all further details and downloads:
    http://www.equi4.com/metakit/
2002-02-03 09:16:54 +00:00
Dirk Meyer
fa3b6fca94 - Upgrade for python 2.2, breakage is undone in python 2.2) 2002-01-17 05:16:50 +00:00
Dirk Meyer
f252ef5dae - Fix include patch for Python != 2.1
- still boken for python2.2
2002-01-12 15:33:18 +00:00
Dirk Meyer
4bf1dd2da2 - rename OPTIONS:
METAKIT_WITH_TCL    -> METAKIT_WITH_TCL83
METAKIT_WITH_TCLKIT -> METAKIT_WITH_TCL84

- BROKEN for python 2.2
- obsolete OPTIONS:
METAKIT_WITHOUT_PYTHON

- new OPTIONS:
METAKIT_WITH_PYTHON
2002-01-10 21:57:00 +00:00
Dirk Meyer
2025ba84ee - make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
2002-01-05 23:43:13 +00:00
Dirk Meyer
d7e5af9aa2 - Use standard USE_PYTHON=yes instead of hardcoded path.
- Fix an problem installion on a clean system.
2001-12-19 14:18:08 +00:00
Dirk Meyer
97984638c5 - Update to build with python 2.1
- fix extra files in package
2001-12-17 11:48:17 +00:00
Dirk Meyer
e890501d35 Update to: metakit-2.4.2-32
TCLKIT is no longer part of the distribution.
METAKIT_WITH_TCL    Option build metakit for tcl8.3
METAKIT_WITH_TCLKIT Option build metakit for tcl8.4
2001-12-13 11:54:55 +00:00
Dirk Meyer
6eb259c96a fix FREEBSD tag 2001-11-24 04:54:11 +00:00
Dirk Meyer
2804095ef2 Add new option METAKIT_WITH_TCLKIT
that can only build under tcl84/tk84
2001-11-24 04:53:27 +00:00
Dirk Meyer
d12099125d Update to 2.4.1
- Add Support for tcl interface
- Support to build without python
- Add target for regression test
- make HTML documentation work
- Fix install bug for FreeBSD >= 4.4
- Take Maintainership

Approved by:	rcarter@pinyon.org (Russell L. Carter)
2001-10-26 21:14:08 +00:00
Mario Sergio Fujikawa Ferreira
78b3d93ef5 support NOPORTDOCS
PR:		29801
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	MAINTAINER (timeout > 1 month)
2001-09-27 00:26:51 +00:00
Maxim Sobolev
a2a5360b80 There is no libgcc_r.a anymore. 2001-02-28 11:22:46 +00:00
Maxim Sobolev
b82bff9c55 Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation.
2000-09-25 08:14:28 +00:00
Thomas Gellekum
78bbc51a88 Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.
2000-09-08 12:24:00 +00:00
Steve Price
10148b3c12 Fix a bogon in the configure script where the executable suffix was being
set to '.C' and causing serious problems with ${ac_link} evaluating to this:

	c++ -o conftest.C conftest.C
2000-08-14 01:50:52 +00:00
Maxim Sobolev
289b236303 Update to 2.01.
Other improvements:
- make USE_LIBTOOL actually working;
- enable building of python module and make python the secondary category;
- install api documentation;
- reshape PLIST to fully use screen estate;
- replace ugly ${FILESDIR}/patch.Makefile with normal patch.
2000-07-31 08:38:54 +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
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Michael Haro
3da86c6aa2 update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:49:07 +00:00
Chris D. Faulhaber
b6d7f3e65c METAKIT is a curious mix of flatfile, relational and OODBMS
features with a small footprint and a big following.

PR:		15705
Submitted by:	Russell L. Carter <rcarter@pinyon.org>
2000-01-05 03:41:19 +00:00