diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-22 23:33:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-22 23:33:47 +0000 |
commit | 188711c4539cbecd2a5868796f168b895ee4fb91 (patch) | |
tree | 15aa90ecd84801149a69e7a5274f89d221c9265c /net | |
parent | 96b2c4ae83b71ff0dd5f87024db940f3992a66ce (diff) | |
download | pkgsrc-188711c4539cbecd2a5868796f168b895ee4fb91.tar.gz |
Add DragonFly support. Add explicit rpath for /usr/pkg/lib for libXmu.
Diffstat (limited to 'net')
-rw-r--r-- | net/llnlxftp/distinfo | 5 | ||||
-rw-r--r-- | net/llnlxftp/patches/patch-aa | 6 | ||||
-rw-r--r-- | net/llnlxftp/patches/patch-ac | 13 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net/llnlxftp/distinfo b/net/llnlxftp/distinfo index c9a8e65996e..5597e4b0c2b 100644 --- a/net/llnlxftp/distinfo +++ b/net/llnlxftp/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:52 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/03/22 23:33:47 joerg Exp $ SHA1 (llnlxftp2.1.tar.Z) = bd7a2b1e9a53ae139559f09bfa5c4b590fa0cd5e RMD160 (llnlxftp2.1.tar.Z) = 8db89d902538b8b589a50c3e24b975395e072b1b Size (llnlxftp2.1.tar.Z) = 359401 bytes -SHA1 (patch-aa) = d4cc87e2dce654d9b21d112cea5befb1ed070ac0 +SHA1 (patch-aa) = 024290d06835ac3d2e52e89461657a5467c4eb8a SHA1 (patch-ab) = f43adf13f0cd6f16eb9df0756d033ff5586227f6 +SHA1 (patch-ac) = cb33729e4cdde21d8a943eedc6c694c8c857f389 diff --git a/net/llnlxftp/patches/patch-aa b/net/llnlxftp/patches/patch-aa index b71cb70b8eb..fe233c09d01 100644 --- a/net/llnlxftp/patches/patch-aa +++ b/net/llnlxftp/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $ +$NetBSD: patch-aa,v 1.2 2006/03/22 23:33:47 joerg Exp $ --- log.c.orig 1995-10-19 08:20:22.000000000 -0700 +++ log.c @@ -6,11 +6,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $ extern char *initial_logfile_name; extern Display *display; extern int print_password_in_debug; -+#if !defined(__NetBSD__) ++#if !defined(__NetBSD__) && !defined(__DragonFly__) extern int sys_nerr; -#if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) +#endif -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) ++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) && !defined(__DragonFly__) extern char *sys_errlist[]; #endif diff --git a/net/llnlxftp/patches/patch-ac b/net/llnlxftp/patches/patch-ac new file mode 100644 index 00000000000..fc7e55ef037 --- /dev/null +++ b/net/llnlxftp/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2006/03/22 23:33:47 joerg Exp $ + +--- Imakefile.orig 2006-03-22 23:22:55.000000000 +0000 ++++ Imakefile +@@ -93,7 +93,7 @@ CCOPTIONS = -Aa -D_HPUX_SOURCE -I/usr/in + LOCAL_LIBRARIES = -L/usr/lib/$(MOTIF_VER) -lXm $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) + #else + #ifndef XMLIB +-XMLIB = -lXm ++XMLIB = ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lXm + #endif + #ifdef XmClientLibs + LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) |