summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-10 18:26:34 +0000
committerjoerg <joerg>2006-05-10 18:26:34 +0000
commit28c69d3bce1a248cbb5a8c769d7d78eef2ea9ee0 (patch)
tree0c1aa235af6c0a10746506b31c6990d47751ac3c /lang
parent15ecebccb0274a9343caf63f3c1802ae3a54df2f (diff)
downloadpkgsrc-28c69d3bce1a248cbb5a8c769d7d78eef2ea9ee0.tar.gz
Readd the various pieces for DragonFly. Explicitly disable mmap,
it currently doesn't work.
Diffstat (limited to 'lang')
-rw-r--r--lang/clisp/Makefile4
-rw-r--r--lang/clisp/distinfo10
-rw-r--r--lang/clisp/patches/patch-aa11
-rw-r--r--lang/clisp/patches/patch-ab22
-rw-r--r--lang/clisp/patches/patch-ac13
-rw-r--r--lang/clisp/patches/patch-ad13
-rw-r--r--lang/clisp/patches/patch-ae13
-rw-r--r--lang/clisp/patches/patch-af13
-rw-r--r--lang/clisp/patches/patch-ag13
9 files changed, 107 insertions, 5 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 79af5378a5b..4696746af00 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/04/06 06:22:10 reed Exp $
+# $NetBSD: Makefile,v 1.54 2006/05/10 18:26:34 joerg Exp $
DISTNAME= clisp-2.38
CATEGORIES= lang
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
-.if ${MACHINE_ARCH:Malpha} || ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Mx86_64}
+.if ${MACHINE_ARCH:Malpha} || ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Mx86_64} || ${OPSYS} == "DragonFly"
MODULES+= --disable-mmap
.endif
diff --git a/lang/clisp/distinfo b/lang/clisp/distinfo
index be721bd86dd..a1e6838748a 100644
--- a/lang/clisp/distinfo
+++ b/lang/clisp/distinfo
@@ -1,6 +1,12 @@
-$NetBSD: distinfo,v 1.11 2006/03/11 23:32:44 wiz Exp $
+$NetBSD: distinfo,v 1.12 2006/05/10 18:26:34 joerg Exp $
SHA1 (clisp-2.38.tar.bz2) = d9586c04ed4778b5c603b3b1df73e8c76220df59
RMD160 (clisp-2.38.tar.bz2) = 9070e1d7cd4db66de62f077b68a7fef7413da622
Size (clisp-2.38.tar.bz2) = 8078151 bytes
-SHA1 (patch-aa) = b22797602a3cbd43fb56ad4a2a54f69d67979929
+SHA1 (patch-aa) = b5152788246655bcf0f527996a3278812e946a7a
+SHA1 (patch-ab) = b28180bff26e121bab0c53a07f2aafe5ff31e302
+SHA1 (patch-ac) = d0fcae585caf2559776c969db9699ccaf63005bc
+SHA1 (patch-ad) = c1f789f09e067a620ff74ac8677688ae9c6269bd
+SHA1 (patch-ae) = 7ba7ad6c6d399e00964df9c6cf7ff0a26c9dc814
+SHA1 (patch-af) = 5d26951e3712eabfac0888760224378ca19fe6fb
+SHA1 (patch-ag) = 3390c5bf98911bf6447e29af9688ec0b5e169bac
diff --git a/lang/clisp/patches/patch-aa b/lang/clisp/patches/patch-aa
index 094b9bfc2b4..b43bb6d7b5b 100644
--- a/lang/clisp/patches/patch-aa
+++ b/lang/clisp/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.12 2006/03/11 23:32:44 wiz Exp $
+$NetBSD: patch-aa,v 1.13 2006/05/10 18:26:34 joerg Exp $
--- src/makemake.in.orig 2006-01-23 21:07:27.000000000 +0000
+++ src/makemake.in
@@ -15,3 +15,12 @@ $NetBSD: patch-aa,v 1.12 2006/03/11 23:32:44 wiz Exp $
MANDIR="$mandir"
fi
if [ $HOS = unix ] ; then
+@@ -1334,7 +1334,7 @@ if [ "${with_dynamic_modules}" != no ];
+ freebsd2* | netbsd* | openbsd*)
+ XCC_CREATESHARED='ld -Bshareable -o $lib $libs'
+ ;;
+- freebsd3* | gnu* | linux* | cygwin* )
++ freebsd3* | gnu* | linux* | cygwin* | dragonfly*)
+ XCC_CREATESHARED='$CC $CFLAGS $CLFLAGS -shared -o $lib $libs'
+ ;;
+ hpux9* | hpux10*)
diff --git a/lang/clisp/patches/patch-ab b/lang/clisp/patches/patch-ab
new file mode 100644
index 00000000000..8593f9f7e0f
--- /dev/null
+++ b/lang/clisp/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.9 2006/05/10 18:26:34 joerg Exp $
+
+--- src/lispbibl.d.orig 2006-03-24 07:34:12.000000000 +0000
++++ src/lispbibl.d
+@@ -122,7 +122,7 @@
+ #if (defined(sun) && defined(unix) && defined(sun386))
+ #define SUN386
+ #endif
+- #if (defined(unix) && (defined(linux) || defined(__CYGWIN32__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && (defined(i386) || defined(__i386__) || defined(__x86_64__) || defined(__amd64__)))
++ #if (defined(unix) && (defined(linux) || defined(__CYGWIN32__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)) && (defined(i386) || defined(__i386__) || defined(__x86_64__) || defined(__amd64__)))
+ #define PC386
+ #endif
+ #if (defined(sun) && defined(unix) && defined(mc68020))
+@@ -232,7 +232,7 @@
+ #ifdef __NetBSD__
+ #define UNIX_NETBSD
+ #endif
+- #ifdef __FreeBSD__
++ #if defined(__FreeBSD__) || defined(__DragonFly__)
+ #define UNIX_FREEBSD
+ #endif
+ #ifdef __OpenBSD__
diff --git a/lang/clisp/patches/patch-ac b/lang/clisp/patches/patch-ac
new file mode 100644
index 00000000000..013729ef266
--- /dev/null
+++ b/lang/clisp/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.7 2006/05/10 18:26:34 joerg Exp $
+
+--- src/asmi386.h.orig 2006-03-24 07:35:25.000000000 +0000
++++ src/asmi386.h
+@@ -231,7 +231,7 @@
+
+ #ifdef _MSC_VER
+ #define DECLARE_FUNCTION(name)
+-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
++#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+ #define DECLARE_FUNCTION(name) .type C(name),@function
+ #else
+ #define DECLARE_FUNCTION(name)
diff --git a/lang/clisp/patches/patch-ad b/lang/clisp/patches/patch-ad
new file mode 100644
index 00000000000..c2a7e99ae74
--- /dev/null
+++ b/lang/clisp/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.7 2006/05/10 18:26:34 joerg Exp $
+
+--- src/asmi386.hh.orig 2006-03-24 07:35:56.000000000 +0000
++++ src/asmi386.hh
+@@ -231,7 +231,7 @@
+ // Define the DECLARE_FUNCTION(name) macro.
+ #ifdef _MSC_VER
+ #define DECLARE_FUNCTION(name)
+-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
++#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+ #define DECLARE_FUNCTION(name) .type C(name),@function
+ #else
+ #define DECLARE_FUNCTION(name)
diff --git a/lang/clisp/patches/patch-ae b/lang/clisp/patches/patch-ae
new file mode 100644
index 00000000000..42c3ba177dc
--- /dev/null
+++ b/lang/clisp/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.7 2006/05/10 18:26:34 joerg Exp $
+
+--- ffcall/avcall/asmi386.h.orig 2006-03-24 07:37:13.000000000 +0000
++++ ffcall/avcall/asmi386.h
+@@ -231,7 +231,7 @@
+
+ #ifdef _MSC_VER
+ #define DECLARE_FUNCTION(name)
+-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
++#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+ #define DECLARE_FUNCTION(name) .type C(name),@function
+ #else
+ #define DECLARE_FUNCTION(name)
diff --git a/lang/clisp/patches/patch-af b/lang/clisp/patches/patch-af
new file mode 100644
index 00000000000..c68cf8add74
--- /dev/null
+++ b/lang/clisp/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.6 2006/05/10 18:26:34 joerg Exp $
+
+--- ffcall/callback/vacall_r/asmi386.h.orig 2006-03-24 07:49:53.000000000 +0000
++++ ffcall/callback/vacall_r/asmi386.h
+@@ -231,7 +231,7 @@
+
+ #ifdef _MSC_VER
+ #define DECLARE_FUNCTION(name)
+-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
++#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+ #define DECLARE_FUNCTION(name) .type C(name),@function
+ #else
+ #define DECLARE_FUNCTION(name)
diff --git a/lang/clisp/patches/patch-ag b/lang/clisp/patches/patch-ag
new file mode 100644
index 00000000000..1bff7f29e16
--- /dev/null
+++ b/lang/clisp/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.4 2006/05/10 18:26:34 joerg Exp $
+
+--- ffcall/vacall/asmi386.h.orig 2006-03-24 07:50:16.000000000 +0000
++++ ffcall/vacall/asmi386.h
+@@ -231,7 +231,7 @@
+
+ #ifdef _MSC_VER
+ #define DECLARE_FUNCTION(name)
+-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
++#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+ #define DECLARE_FUNCTION(name) .type C(name),@function
+ #else
+ #define DECLARE_FUNCTION(name)