| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
for the destruction of devel/libtool14
|
|
|
|
| |
- fix a bunch of libtool problems after build and during installation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
- newer version does not build yet.
|
| |
|
|
|
|
|
|
|
| |
this fixed the build of e4graph an other ports
- bump PORTVERSION for the new package
Pointed out by: kris
|
|
|
|
| |
Submitted by: osa
|
| |
|
|
|
|
| |
defaults to python2.2, python2.3 support is broken.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix another libtoll problem
|
| |
|
|
|
|
|
|
| |
- phyton-extensions now "libmk4py.so" instead of "Mk4py.so"
- static libs are not build
- shared libs now without any version.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
| |
|
|
|
|
| |
- still boken for python2.2
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
|
|
|
|
| |
- Fix an problem installion on a clean system.
|
|
|
|
| |
- fix extra files in package
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
that can only build under tcl84/tk84
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
PR: 29801
Submitted by: Patrick Li <pat@databits.net>
Approved by: MAINTAINER (timeout > 1 month)
|
| |
|
|
|
|
| |
installation.
|
|
|
|
| |
on python1.5:lang/python15.
|
|
|
|
|
|
| |
set to '.C' and causing serious problems with ${ac_link} evaluating to this:
c++ -o conftest.C conftest.C
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
|
| |
|
|
features with a small footprint and a big following.
PR: 15705
Submitted by: Russell L. Carter <rcarter@pinyon.org>
|