| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
| |
${PYTHON_SITELIBDIR} to ${WRKSRC}/../python to avoid compileall.py to touch
other apps' *.py files or there will be many leftover of *.pyc files. Bump
the PORTREVISION.
|
|
|
|
| |
doesn't cry when he reads his email ;;)
|
| |
|
|
|
|
|
| |
WITHOUT_PYTHON was a useful idea, and asked me to commit it for
him as he was not going to be able to get to it for a while.
|
|
|
|
|
|
| |
metakit.pyc. Remove this file if it exists.
Also, utilize %%PYTHON_SITELIBDIR%%.
|
|
|
|
|
|
| |
!defined(METAKIT_WITHOUT_PYTHON).
Previous commit obviously totally untested by: me
|
|
|
|
|
|
| |
support, you must specify METAKIT_WITHOUT_PYTHON.
Reviewed by: krion
|
|
|
|
| |
PR: 74832
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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.
|