pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/llnlxftp Add DragonFly support. Add explicit rpath...
details: https://anonhg.NetBSD.org/pkgsrc/rev/80049ff9595c
branches: trunk
changeset: 510037:80049ff9595c
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Mar 22 23:33:47 2006 +0000
description:
Add DragonFly support. Add explicit rpath for /usr/pkg/lib for libXmu.
diffstat:
net/llnlxftp/distinfo | 5 +++--
net/llnlxftp/patches/patch-aa | 6 +++---
net/llnlxftp/patches/patch-ac | 13 +++++++++++++
3 files changed, 19 insertions(+), 5 deletions(-)
diffs (54 lines):
diff -r 06fa7451b557 -r 80049ff9595c net/llnlxftp/distinfo
--- a/net/llnlxftp/distinfo Wed Mar 22 23:32:47 2006 +0000
+++ b/net/llnlxftp/distinfo Wed Mar 22 23:33:47 2006 +0000
@@ -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 -r 06fa7451b557 -r 80049ff9595c net/llnlxftp/patches/patch-aa
--- a/net/llnlxftp/patches/patch-aa Wed Mar 22 23:32:47 2006 +0000
+++ b/net/llnlxftp/patches/patch-aa Wed Mar 22 23:33:47 2006 +0000
@@ -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 @@
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 -r 06fa7451b557 -r 80049ff9595c net/llnlxftp/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxftp/patches/patch-ac Wed Mar 22 23:33:47 2006 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index