diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-28 16:38:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-28 16:38:08 +0000 |
commit | 6d482db5e68f86e0c4e662ce542235552413b2d7 (patch) | |
tree | a5fe23fbe208a0839b768d9281358519a13e6678 /lang/clisp/files/patch-src__makemake.in | |
parent | Rename devel/ patch-xy patches to reflect the files they modify. (diff) |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged
Diffstat (limited to 'lang/clisp/files/patch-src__makemake.in')
-rw-r--r-- | lang/clisp/files/patch-src__makemake.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/clisp/files/patch-src__makemake.in b/lang/clisp/files/patch-src__makemake.in deleted file mode 100644 index c09ef584726e..000000000000 --- a/lang/clisp/files/patch-src__makemake.in +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/makemake.in.orig 2010-11-08 19:22:10.000000000 -0500 -+++ ./src/makemake.in 2010-11-08 19:22:50.000000000 -0500 -@@ -1424,7 +1424,7 @@ - freebsd2* | netbsd* | openbsd*) - XCC_CREATESHARED='ld -Bshareable -o $lib $libs' - ;; -- freebsd3* | gnu* | linux* | cygwin* | mingw* | k*bsd* | dragonfly*) -+ freebsd* | gnu* | linux* | cygwin* | mingw* | k*bsd* | dragonfly*) - XCC_CREATESHARED='${CC} ${CFLAGS} ${CLFLAGS} -shared -o $lib $libs' - ;; - hpux9* | hpux10*) -@@ -1917,7 +1917,7 @@ - echol "psdir = ${PSDIR}" - echol "pdfdir = ${PDFDIR}" - echol "libdir = ${LIBDIR}" --echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)" -+echol "lisplibdir = \$(libdir)${NEXT_}clisp" - test -n "$USE_GETTEXT" && echol "localedir = ${LOCALEDIR}" - echol "elispdir = ${ELISPDIR}" - echol "vimdir = ${VIMDIR}" |