summaryrefslogtreecommitdiff
path: root/net/netatalk/patches/patch-az
diff options
context:
space:
mode:
authorwrstuden <wrstuden@pkgsrc.org>1999-08-31 22:09:42 +0000
committerwrstuden <wrstuden@pkgsrc.org>1999-08-31 22:09:42 +0000
commit08b5ce4b6877da83d98283960a49b69415763c03 (patch)
tree4c2b3388653eaad703e12eeab06417e2da83972f /net/netatalk/patches/patch-az
parente8a3e20748f042c68973a59eae1c391bf4f46a3f (diff)
downloadpkgsrc-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-az')
-rw-r--r--net/netatalk/patches/patch-az24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/netatalk/patches/patch-az b/net/netatalk/patches/patch-az
index 3d6f7591cf7..729ee9957e6 100644
--- a/net/netatalk/patches/patch-az
+++ b/net/netatalk/patches/patch-az
@@ -1,13 +1,13 @@
-$NetBSD: patch-az,v 1.1 1999/02/23 00:31:40 wrstuden Exp $
+$NetBSD: patch-az,v 1.2 1999/08/31 22:09:43 wrstuden Exp $
---- libatalk/nbp/nbp_rgstr.c.orig Tue Oct 7 17:22:14 1997
-+++ libatalk/nbp/nbp_rgstr.c Thu Feb 18 20:20:04 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/errno.h>
- #include <strings.h>
+--- man/man3/Makefile Tue Feb 20 09:16:49 1996
++++ man/man3/Makefile Mon Aug 30 06:47:44 1999
+@@ -14,7 +14,7 @@
+ -mkdir ${MANDIR}/man3
+ for i in ${SRC} ; do \
+ rm -f ${MANDIR}/man3/$$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}@ \