diff options
author | wrstuden <wrstuden@pkgsrc.org> | 1999-08-31 22:09:42 +0000 |
---|---|---|
committer | wrstuden <wrstuden@pkgsrc.org> | 1999-08-31 22:09:42 +0000 |
commit | 08b5ce4b6877da83d98283960a49b69415763c03 (patch) | |
tree | 4c2b3388653eaad703e12eeab06417e2da83972f /net/netatalk/patches/patch-bb | |
parent | e8a3e20748f042c68973a59eae1c391bf4f46a3f (diff) | |
download | pkgsrc-08b5ce4b6877da83d98283960a49b69415763c03.tar.gz |
Fix two PRs on this package, and make it compile on macppc.
Sample files are installed in pkg/share/examples/netatalk, addressing
PR 7920 by rnestor@metronet.com.
Now include elf support, addressing PR 8125 by Takahiro Kambe,
<taca@sky.yamashina.kyoto.jp> with slight changes by me.
Cleaned up some lint warnings and fixed an unsigned character comparison
problem with assistance from cgd@netbsd.org.
Disabled building of libatalk_p.a (profiling libatalk) as not all ports
support it which will generate plist errors.
Diffstat (limited to 'net/netatalk/patches/patch-bb')
-rw-r--r-- | net/netatalk/patches/patch-bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net/netatalk/patches/patch-bb b/net/netatalk/patches/patch-bb index 2f50a2bbd17..7d31ea7be71 100644 --- a/net/netatalk/patches/patch-bb +++ b/net/netatalk/patches/patch-bb @@ -1,13 +1,13 @@ -$NetBSD: patch-bb,v 1.1 1999/02/23 00:31:40 wrstuden Exp $ +$NetBSD: patch-bb,v 1.2 1999/08/31 22:09:43 wrstuden Exp $ ---- libatalk/nbp/nbp_util.c.orig Tue Oct 7 17:21:38 1997 -+++ libatalk/nbp/nbp_util.c Thu Feb 18 20:19:50 1999 -@@ -6,7 +6,7 @@ - #include <sys/types.h> - #include <sys/param.h> - #include <sys/socket.h> --#include <sys/signal.h> -+#include <signal.h> - #include <sys/time.h> - #include <sys/syslog.h> - #include <netdb.h> +--- man/man8/Makefile Tue Feb 20 09:16:10 1996 ++++ man/man8/Makefile Mon Aug 30 06:47:44 1999 +@@ -14,7 +14,7 @@ + -mkdir ${MANDIR}/man8 + for i in ${SRC} ; do \ + rm -f ${MANDIR}/man8/$$i; \ +- sed -e s@:DESTDIR:@${DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \ ++ sed -e s@:DESTDIR:@${ATALK_DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \ + -e s@:BINDIR:@${BINDIR}@ -e s@:RESDIR:@${RESDIR}@ \ + -e s@:ETCDIR:@${ETCDIR}@ -e s@:LIBDIR:@${LIBDIR}@ \ + -e s@:INCDIR:@${INCDIR}@ \ |