diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-11 21:23:42 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-11 21:23:42 +0000 |
commit | 8a3b442edbedbaa70e5f5a9f44a94144830c0155 (patch) | |
tree | 5d4b53f4bd0247c0c71aa050f9643d206a896dbf /lang/clisp/files/patch-src__makemake.in | |
parent | Fix the creates bad mtree file when built as non-root that will ending up (diff) |
- Update to version 2.43.
- Remove regular expression to correct PORTVERSION for MASTER_SITES/WRKSRC.
- Define USE_GHOSTSCRIPT_BUILD instead of using BUILD_DEPENDS.
- Remove NOT_FOR_ARCHS=ia64 (should work now).
- Use HAS_CONFIGURE instead of GNU_CONFIGURE to avoid workarouds for removing
automatically added but unrecognized configure options.
- Add GDBM, GTK2 and SVM options (for new modules).
- Add pkg-message to note that Vim/Emacs syntax files install in DATADIR.
- Remove USE_GCC=3.4 since it now builds with GCC 4.x.
- Increase base BDB version (now supports 4.3-4.6, not 4.2 anymore).
- Remove BROKEN when PARI module was enabled, since it doesn't segfault now.
- Remove post-configure target because the main configure includes those steps.
Diffstat (limited to 'lang/clisp/files/patch-src__makemake.in')
-rw-r--r-- | lang/clisp/files/patch-src__makemake.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/clisp/files/patch-src__makemake.in b/lang/clisp/files/patch-src__makemake.in new file mode 100644 index 000000000000..b69c06445c77 --- /dev/null +++ b/lang/clisp/files/patch-src__makemake.in @@ -0,0 +1,11 @@ +--- ./src/makemake.in.orig Mon Oct 15 15:16:52 2007 ++++ ./src/makemake.in Fri Dec 7 17:28:56 2007 +@@ -1944,7 +1944,7 @@ + echol "psdir = ${PSDIR}" + echol "pdfdir = ${PDFDIR}" + echol "libdir = ${LIBDIR}" +-echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)" ++echol "lisplibdir = \$(libdir)${NEXT_}clisp" + if [ -n "$USE_GETTEXT" ] ; then + echol "localedir = ${LOCALEDIR}" + fi |