head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.50 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.48 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.46 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.44 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.42 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.40 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.38 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.36 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.34 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.32 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.30 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.28 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.26 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.24 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.22 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.20 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.18 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.16 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.14 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.12 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.10 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.8 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.6 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.4 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.2 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2004.06.01.21.49.08; author kristerw; state dead; branches; next 1.6; 1.6 date 2003.07.30.16.32.10; author jmmv; state Exp; branches; next 1.5; 1.5 date 2001.05.24.17.00.57; author abs; state Exp; branches; next 1.4; 1.4 date 2001.05.21.18.42.21; author abs; state Exp; branches; next 1.3; 1.3 date 2000.08.15.14.48.23; author abs; state Exp; branches; next 1.2; 1.2 date 2000.07.31.18.33.48; author abs; state Exp; branches; next 1.1; 1.1 date 2000.07.31.17.36.01; author abs; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.07.31.17.36.01; author abs; state Exp; branches; next ; desc @@ 1.7 log @Remove obsolete packages, per discussion on tech-pkg. @ text @$NetBSD: patch-aa,v 1.6 2003/07/30 16:32:10 jmmv Exp $ --- Makefile.orig Sun Feb 7 11:15:46 1999 +++ Makefile @@@@ -1,22 +1,27 @@@@ # Root of installation. Subdirectories will be ${DESTDIR}/etc, # ${DESTDIR}/bin, and ${DESTDIR}/lib. -DESTDIR=/usr/local/atalk +DESTDIR=${PREFIX} # for system-level binaries -SBINDIR=$(DESTDIR)/etc +SBINDIR=$(DESTDIR)/sbin +LIBEXECDIR=$(DESTDIR)/libexec # for user-level binaries BINDIR=$(DESTDIR)/bin # for program libraries (*.a) LIBDIR=$(DESTDIR)/lib # for machine-independent resources (pagecount.ps, etc.) -RESDIR=$(DESTDIR)/etc +RESDIR=$(DESTDIR)/share # for configuration files (AppleVolumes.system, etc.) -ETCDIR=$(DESTDIR)/etc +ETCDIR?=/etc/netatalk +# for startup script +RCDIR?=$(DESTDIR)/etc/rc.d # for include files INCDIR=$(DESTDIR)/include # Root of man pages. Subdirectories will be # ${MANDIR}/man1, ${MANDIR}/man4, and ${MANDIR}/man8. MANDIR=$(DESTDIR)/man +# for example config files +EXAMPLEDIR=$(DESTDIR)/share/examples/netatalk #SBINDIR=/usr/sbin #BINDIR=/usr/bin @@@@ -32,7 +37,7 @@@@ # Location of the DES library and include files. Comment this out if you # don't want Randnum Exchange and 2-Way Randnum Exchange as allowable UAMs # for afpd. We expect libdes.a in $DESDIR/lib and des.h in $DESDIR/include. -DESDIR=/usr/local +#DESDIR=/usr/local # Location of the tcp wrapper library and include files. Comment this out # if you don't want tcp wrapper support. having tcp wrapper support is @@@@ -41,7 +46,7 @@@@ # Location of PAM support library and include files. Comment this out # if you don't want to enable PAM support -PAMDIR=/usr +#PAMDIR=/usr # Location of the AFS and Kerberos libraries and include files. Uncomment @@@@ -73,9 +78,10 @@@@ esac; \ echo "Making $@@ for $$ARCH..."; \ cd sys/$$ARCH && ${MAKE} ${MFLAGS} \ + LIBEXECDIR="${LIBEXECDIR}" EXAMPLEDIR="${EXAMPLEDIR}" \ SBINDIR="${SBINDIR}" BINDIR="${BINDIR}" RESDIR="${RESDIR}"\ ETCDIR="${ETCDIR}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \ - DESTDIR="${DESTDIR}" MANDIR="${MANDIR}" \ + RCDIR="${RCDIR}" DESTDIR="${DESTDIR}" MANDIR="${MANDIR}" \ TCPWRAPDIR="${TCPWRAPDIR}" PAMDIR="${PAMDIR}" DB2DIR="${DB2DIR}" \ AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" DESDIR="${DESDIR}" $@@ @ 1.6 log @Use buildlink2. Convert to the bsd.pkg.install.mk framework: - Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to handle the installed rc.d script. Bump PKGREVISION to 6. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2001/05/24 17:00:57 abs Exp $ @ 1.5 log @If pkgdiff reports 'Cannot strip away RCS IDs, please handle manually!' mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing. @ text @d1 1 a1 1 $NetBSD$ d24 1 a24 1 +ETCDIR=/etc/netatalk d26 1 a26 1 +RCDIR=$(DESTDIR)/etc/rc.d @ 1.4 log @Fixup startup script - from Toru TAKAMIZU @ text @@ 1.3 log @Moved afpd, atalkd, and papd into sbin. From PR 10768 by Takahiro Kambe Update to netatalk-asun-2.1.3nb3 @ text @@ 1.2 log @Pull in the relevant patches from the stock NetBSD netatalk package @ text @d3 64 a66 11 --- include/atalk/atp.h.orig Wed May 28 16:22:52 1997 +++ include/atalk/atp.h Mon Jul 31 18:53:04 2000 @@@@ -84,7 +84,7 @@@@ struct atpbuf { struct atpbuf *atpbuf_next; /* next buffer in chain */ - short atpbuf_dlen; /* data length <= ATP_BUFSIZ */ + unsigned short atpbuf_dlen; /* data length <= ATP_BUFSIZ */ struct sockaddr_at atpbuf_addr; /* net address sent/recvd */ union { char atpbuf_data[ ATP_BUFSIZ ]; /* the data */ @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- etc/afpd/nls/Makefile.orig Sat Dec 12 11:01:06 1998 +++ etc/afpd/nls/Makefile Mon Jul 31 14:07:25 2000 @@@@ -14,7 +14,7 @@@@ d7 7 a13 7 install: -mkdir ${RESDIR}/nls - ${INSTALL} -m 644 maccode.* ${RESDIR}/nls + ${INSTALL} -c -m 644 maccode.* ${RESDIR}/nls clean: rm -f *.o @ 1.1.1.1 log @netatalk-asun-2.1.3 - appletalk file and print services, enhanced by Adrian Sun @ text @@