summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca>2009-02-22 07:36:35 +0000
committertaca <taca>2009-02-22 07:36:35 +0000
commitfaf03fe180fabc8d6a18063d00cf502f480c2ef1 (patch)
tree0394ef2737a6c6e15d2bac713778d2dc3dfc61db /net
parent0410a6b0c0df531b61f94e20bb622a7d7c8af111 (diff)
downloadpkgsrc-faf03fe180fabc8d6a18063d00cf502f480c2ef1.tar.gz
Retire old net/netatalk1. Please use net/netatalk instead.
Diffstat (limited to 'net')
-rw-r--r--net/netatalk1/DESCR14
-rw-r--r--net/netatalk1/MESSAGE17
-rw-r--r--net/netatalk1/Makefile76
-rw-r--r--net/netatalk1/PLIST172
-rw-r--r--net/netatalk1/buildlink3.mk22
-rw-r--r--net/netatalk1/distinfo18
-rw-r--r--net/netatalk1/options.mk17
-rw-r--r--net/netatalk1/patches/patch-aa202
-rw-r--r--net/netatalk1/patches/patch-ab13
-rw-r--r--net/netatalk1/patches/patch-ac48
-rw-r--r--net/netatalk1/patches/patch-ad40
-rw-r--r--net/netatalk1/patches/patch-ae19
-rw-r--r--net/netatalk1/patches/patch-af38
-rw-r--r--net/netatalk1/patches/patch-ai22
-rw-r--r--net/netatalk1/patches/patch-aj36
-rw-r--r--net/netatalk1/patches/patch-ak23
-rw-r--r--net/netatalk1/patches/patch-al21
-rw-r--r--net/netatalk1/patches/patch-am13
-rw-r--r--net/netatalk1/patches/patch-an13
-rw-r--r--net/netatalk1/patches/patch-ao10
20 files changed, 0 insertions, 834 deletions
diff --git a/net/netatalk1/DESCR b/net/netatalk1/DESCR
deleted file mode 100644
index 325d78f573e..00000000000
--- a/net/netatalk1/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-netatalk is an implementation of the AppleTalk Protocol Suite for
-Unix systems. The current release contains support for EtherTalk
-Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP.
-
-DDP is in the kernel. atalkd implements RTMP, NBP, ZIP, and AEP.
-It is the AppleTalk equivalent of Unix routed and ifconfig. There
-is also a client-stub library for NBP. ATP and ASP are implemented
-as libraries. papd allows Macs to spool to lpd or a pipe, and pap
-allows Unix machines to print to AppleTalk connected printers. psf
-is a PostScript printer filter for lpd, designed to use pap. psorder
-is a PostScript reverser, called by psf to reverse pages printed
-to face-up stacking printers. afpd provides Macs with an interface
-to the Unix file system. Refer to the appropriate man pages for
-operational information.
diff --git a/net/netatalk1/MESSAGE b/net/netatalk1/MESSAGE
deleted file mode 100644
index 321f2b4ea38..00000000000
--- a/net/netatalk1/MESSAGE
+++ /dev/null
@@ -1,17 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/11/02 11:20:10 markd Exp $
-
-To have Netatalk start automatically at boot, you will need to set the
-following variables in /etc/rc.conf (replacing "YES" with "NO" for those
-services you wish to not run):
- atalkd=YES
- afpd=YES
- papd=YES
- timelord=YES
-
-Example Netatalk config files have been installed in the examples directory
-at ${PREFIX}/share/examples/netatalk. Production config files are
-installed in ${PKG_SYSCONFDIR}. If no config files existed before this
-package was installed, default config files were copied in.
-
-===========================================================================
diff --git a/net/netatalk1/Makefile b/net/netatalk1/Makefile
deleted file mode 100644
index a62bd1edafa..00000000000
--- a/net/netatalk1/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2008/01/18 05:08:46 tnn Exp $
-
-DISTNAME= netatalk-1.6.4a
-PKGREVISION= 5
-CATEGORIES= net print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/}
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/netatalk/
-COMMENT= Netatalk appletalk file and print services
-
-DEPENDS= rc>=1.5:../../shells/rc
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake perl:run
-USE_LIBTOOL= YES
-USE_OLD_DES_API=YES
-BUILDLINK_TRANSFORM+= l:db-4.2:db4
-
-CONFLICTS= netatalk-asun-[0-9]* netatalk-umich-[0-9]*
-
-RCD_SCRIPTS= atalkd afpd papd timelord
-
-.for f in ${RCD_SCRIPTS}
-RCD_SCRIPT_SRC.$f= # avoid automatic handling
-.endfor
-
-BUILD_DEFS+= VARBASE
-
-.include "../../mk/bsd.prefs.mk"
-
-CONFIGURE_ARGS+= --enable-netbsd \
- --enable-timelord \
- --with-did=last \
- --with-tcp-wrappers \
- --sbindir=${PREFIX}/libexec/netatalk \
- --sysconfdir=${PKG_SYSCONFDIR:Q} \
- --localstatedir=${VARBASE}/netatalk \
- --with-nls-dir=${PREFIX}/share/netatalk/nls \
- --with-uams-path=${PREFIX}/libexec/netatalk/uams \
- --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
-
-#CONFIGURE_ARGS+= --with-flock-locks # broken
-#CONFIGURE_ARGS+= --with-bdb=${PREFIX} # still some known issues
-
-.for cf in AppleVolumes.default AppleVolumes.system afpd.conf \
- atalkd.conf netatalk.conf papd.conf
-CONF_FILES+= ${PREFIX}/share/examples/netatalk/${cf} ${PKG_SYSCONFDIR}/${cf}
-.endfor
-
-SUBST_CLASSES+= paths
-SUBST_FILES.paths+= ${WRKSRC}/etc/psf/etc2ps.sh
-SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX:Q},g'
-SUBST_STAGE.paths= pre-configure
-
-SUBST_CLASSES+= rc
-SUBST_FILES.rc= ${WRKSRC}/bin/afile/acleandir.rc
-SUBST_SED.rc+= -e 's,@PREFIX@,${PREFIX:Q},g'
-SUBST_STAGE.rc= pre-configure
-
-.include "options.mk"
-
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/libexec/psffilters
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/netatalk
-.for file in atalkd.conf netatalk.conf papd.conf AppleVolumes.default \
- AppleVolumes.system afpd.conf
- ( cd ${WRKSRC}/config; ${MAKE_PROGRAM} ${file} || ${TRUE} )
- ${INSTALL_DATA} ${WRKSRC}/config/${file} \
- ${PREFIX}/share/examples/netatalk/
-.endfor
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.include "../../devel/rx/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/netatalk1/PLIST b/net/netatalk1/PLIST
deleted file mode 100644
index 966a4265b85..00000000000
--- a/net/netatalk1/PLIST
+++ /dev/null
@@ -1,172 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2008/04/12 22:43:08 jlam Exp $
-bin/achfile
-bin/acleandir.rc
-bin/add_netatalk_printer
-bin/adv1tov2
-bin/aecho
-bin/afile
-bin/afpd-mtab.pl
-bin/afppasswd
-bin/apple_cp
-bin/apple_mv
-bin/apple_rm
-bin/binheader
-bin/cleanappledouble.pl
-@comment bin/cnid_maint
-bin/getzones
-bin/hqx2bin
-bin/lp2pap.sh
-bin/macbinary
-bin/macusers
-bin/makecode
-bin/megatron
-bin/nadheader
-bin/nbplkup
-bin/nbprgstr
-bin/nbpunrgstr
-bin/netatalk-config
-bin/netatalkshorternamelinks.pl
-bin/nu
-bin/pap
-bin/papstatus
-bin/parsecode
-bin/psorder
-bin/single2bin
-bin/timeout
-bin/unbin
-bin/unhex
-bin/unsingle
-include/atalk/adouble.h
-include/atalk/aep.h
-include/atalk/afp.h
-include/atalk/asp.h
-include/atalk/atp.h
-include/atalk/boolean.h
-include/atalk/cnid.h
-include/atalk/compat.h
-include/atalk/ddp.h
-include/atalk/dsi.h
-include/atalk/logger.h
-include/atalk/nbp.h
-include/atalk/netddp.h
-include/atalk/pap.h
-include/atalk/paths.h
-include/atalk/rtmp.h
-include/atalk/server_child.h
-include/atalk/uam.h
-include/atalk/util.h
-include/atalk/zip.h
-include/netatalk/aarp.c
-include/netatalk/aarp.h
-include/netatalk/at.h
-include/netatalk/at_control.c
-include/netatalk/at_proto.c
-include/netatalk/at_var.h
-include/netatalk/ddp.h
-include/netatalk/ddp_input.c
-include/netatalk/ddp_output.c
-include/netatalk/ddp_usrreq.c
-include/netatalk/ddp_var.h
-include/netatalk/endian.h
-include/netatalk/phase2.h
-lib/libatalk.la
-libexec/netatalk/afpd
-libexec/netatalk/atalkd
-libexec/netatalk/etc2ps.sh
-libexec/netatalk/ifmpap
-libexec/netatalk/ifmpaprev
-libexec/netatalk/ifpap
-libexec/netatalk/ifpaprev
-libexec/netatalk/ifwmpap
-libexec/netatalk/ifwmpaprev
-libexec/netatalk/ifwpap
-libexec/netatalk/ifwpaprev
-libexec/netatalk/ofmpap
-libexec/netatalk/ofpap
-libexec/netatalk/ofwmpap
-libexec/netatalk/ofwpap
-libexec/netatalk/papd
-libexec/netatalk/psa
-libexec/netatalk/psf
-libexec/netatalk/tfmpap
-libexec/netatalk/tfmpaprev
-libexec/netatalk/tfpap
-libexec/netatalk/tfpaprev
-libexec/netatalk/tfwmpap
-libexec/netatalk/tfwmpaprev
-libexec/netatalk/tfwpap
-libexec/netatalk/tfwpaprev
-libexec/netatalk/timelord
-libexec/netatalk/uams/uams_clrtxt.so
-libexec/netatalk/uams/uams_dhx.so
-libexec/netatalk/uams/uams_dhx_passwd.la
-${PLIST.pam}libexec/netatalk/uams/uams_dhx_pam.la
-${PLIST.pam}libexec/netatalk/uams/uams_pam.la
-libexec/netatalk/uams/uams_guest.la
-libexec/netatalk/uams/uams_passwd.la
-libexec/netatalk/uams/uams_randnum.la
-man/man1/achfile.1
-man/man1/acleandir.1
-man/man1/aecho.1
-man/man1/afile.1
-man/man1/afppasswd.1
-man/man1/apple_cp.1
-man/man1/apple_mv.1
-man/man1/apple_rm.1
-man/man1/getzones.1
-man/man1/hqx2bin.1
-man/man1/macbinary.1
-man/man1/megatron.1
-man/man1/nbp.1
-man/man1/nbplkup.1
-man/man1/nbprgstr.1
-man/man1/nbpunrgstr.1
-man/man1/netatalk-config.1
-man/man1/pap.1
-man/man1/papstatus.1
-man/man1/psorder.1
-man/man1/single2bin.1
-man/man1/timeout.1
-man/man1/unbin.1
-man/man1/unhex.1
-man/man1/unsingle.1
-man/man3/atalk_aton.3
-man/man3/nbp_name.3
-man/man4/atalk.4
-man/man5/AppleVolumes.default.5
-man/man5/afpd.conf.5
-man/man5/atalkd.conf.5
-man/man5/netatalk.conf.5
-man/man5/papd.conf.5
-man/man8/afpd.8
-man/man8/atalkd.8
-man/man8/papd.8
-man/man8/papstatus.8
-man/man8/psf.8
-man/man8/timelord.8
-share/aclocal/netatalk.m4
-share/examples/netatalk/AppleVolumes.default
-share/examples/netatalk/AppleVolumes.system
-share/examples/netatalk/afpd.conf
-share/examples/netatalk/atalkd.conf
-share/examples/netatalk/netatalk.conf
-share/examples/netatalk/papd.conf
-share/examples/rc.d/afpd
-share/examples/rc.d/atalkd
-share/examples/rc.d/papd
-share/examples/rc.d/timelord
-share/netatalk/nls/maccode.437
-share/netatalk/nls/maccode.850
-share/netatalk/nls/maccode.iso8859-1
-share/netatalk/nls/maccode.iso8859-1.adapted
-share/netatalk/nls/maccode.koi8-r
-share/netatalk/pagecount.ps
-@dirrm share/netatalk/nls
-@dirrm share/netatalk
-@dirrm share/examples/netatalk
-@exec ${MKDIR} %D/libexec/psffilters
-@dirrm libexec/psffilters
-@dirrm libexec/netatalk/uams
-@dirrm libexec/netatalk
-@dirrm include/netatalk
-@dirrm include/atalk
diff --git a/net/netatalk1/buildlink3.mk b/net/netatalk1/buildlink3.mk
deleted file mode 100644
index d59a034cd52..00000000000
--- a/net/netatalk1/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/08/17 13:57:23 taca Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-NETATALK_BUILDLINK3_MK:= ${NETATALK_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= netatalk
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nnetatalk}
-BUILDLINK_PACKAGES+= netatalk
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}netatalk
-
-.if !empty(NETATALK_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.netatalk+= netatalk>=1.6.2
-BUILDLINK_ABI_DEPENDS.netatalk+= netatalk>=1.6.4anb1
-BUILDLINK_PKGSRCDIR.netatalk?= ../../net/netatalk1
-.endif # NETATALK_BUILDLINK3_MK
-
-.include "../../devel/rx/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/net/netatalk1/distinfo b/net/netatalk1/distinfo
deleted file mode 100644
index 67d30d2451b..00000000000
--- a/net/netatalk1/distinfo
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: distinfo,v 1.9 2007/12/31 05:41:36 taca Exp $
-
-SHA1 (netatalk-1.6.4a.tar.gz) = c3dec6d29524e316967bfdc7cab35cd95e53ec90
-RMD160 (netatalk-1.6.4a.tar.gz) = b34429f5ad0b83a72e343420aabfe8d8c1fe1ecc
-Size (netatalk-1.6.4a.tar.gz) = 1026531 bytes
-SHA1 (patch-aa) = 9259356b2d8f3166eab38ebef8391293ab3abc1c
-SHA1 (patch-ab) = e05e4c59d4be48be53a2597e38c6ab638587a831
-SHA1 (patch-ac) = 81feb8c1fae68a661afd23a06825334bc6544677
-SHA1 (patch-ad) = 311d00d165688d4baa1365ba6c4147bd6293f3d8
-SHA1 (patch-ae) = 9bae8aef01e7b23fb26c9deddc53386b294d1e1c
-SHA1 (patch-af) = 7bf5a8b785052325c0fc7b30e02dd37314b178b9
-SHA1 (patch-ai) = d2b3222ef460f07f0e19701f9892c7bb65ae1e7e
-SHA1 (patch-aj) = 53b75cb1aa363d8997f4ca9de45eb5b66d8f1c87
-SHA1 (patch-ak) = 615909ecf79dcf1d9140112a644f151ea4d99dbb
-SHA1 (patch-al) = e8f453569db891100221f27bf579c66a18a650b7
-SHA1 (patch-am) = a01ab55a793c5249cc6fa0a4d98d61e43f173021
-SHA1 (patch-an) = 5472758813b927708ca178809fb89733719e67b4
-SHA1 (patch-ao) = b592d058a1d61322c03d1c3d44e39b48f2ddf7c3
diff --git a/net/netatalk1/options.mk b/net/netatalk1/options.mk
deleted file mode 100644
index dd6655c8dfe..00000000000
--- a/net/netatalk1/options.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2008/04/12 22:43:08 jlam Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.netatalk1
-PKG_SUPPORTED_OPTIONS= pam
-.include "../../mk/bsd.options.mk"
-
-###
-### Support PAM authentication and build smbpass and winbind PAM modules.
-###
-PLIST_VARS+= pam
-.if !empty(PKG_OPTIONS:Mpam)
-. include "../../security/PAM/module.mk"
-CONFIGURE_ARGS+= --with-pam
-PLIST.pam= yes
-.else
-CONFIGURE_ARGS+= --without-pam
-.endif
diff --git a/net/netatalk1/patches/patch-aa b/net/netatalk1/patches/patch-aa
deleted file mode 100644
index 876490cfa16..00000000000
--- a/net/netatalk1/patches/patch-aa
+++ /dev/null
@@ -1,202 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2006/06/12 15:24:08 joerg Exp $
-
---- configure.orig 2003-12-02 20:16:21.000000000 +0000
-+++ configure
-@@ -19582,73 +19582,6 @@ _ACEOF
- fi
-
-
--echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
--echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
--if test "${ac_cv_lib_crypt_main+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lcrypt $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h. */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h. */
--
--
--int
--main ()
--{
--main ();
-- ;
-- return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-- (eval $ac_link) 2>conftest.er1
-- ac_status=$?
-- grep -v '^ *+' conftest.er1 >conftest.err
-- rm -f conftest.er1
-- cat conftest.err >&5
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } &&
-- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; } &&
-- { ac_try='test -s conftest$ac_exeext'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; }; then
-- ac_cv_lib_crypt_main=yes
--else
-- echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--ac_cv_lib_crypt_main=no
--fi
--rm -f conftest.err conftest.$ac_objext \
-- conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
--echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
--if test $ac_cv_lib_crypt_main = yes; then
-- cat >>confdefs.h <<_ACEOF
--#define HAVE_LIBCRYPT 1
--_ACEOF
--
-- LIBS="-lcrypt $LIBS"
--
--fi
--
--
- echo "$as_me:$LINENO: checking for main in -ld" >&5
- echo $ECHO_N "checking for main in -ld... $ECHO_C" >&6
- if test "${ac_cv_lib_d_main+set}" = set; then
-@@ -25066,13 +24999,13 @@ fi;
- savedldflags="$LDFLAGS"
- CFLAGS="$CFLAGS -I$bdbdir"
- LDFLAGS="-L$bdblibdir $LDFLAGS"
-- echo "$as_me:$LINENO: checking for main in -ldb" >&5
--echo $ECHO_N "checking for main in -ldb... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for main in -ldb3" >&5
-+echo $ECHO_N "checking for main in -ldb3... $ECHO_C" >&6
- if test "${ac_cv_lib_db_main+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-ldb $LIBS"
-+LIBS="-ldb3 $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -25132,7 +25065,7 @@ if test $ac_cv_lib_db_main = yes; then
- if test "$bdblibdir" != "/usr/lib"; then
- BDB_LIBS="-L$bdblibdir"
- fi
-- BDB_LIBS="$BDB_LIBS -ldb"
-+ BDB_LIBS="$BDB_LIBS -ldb3"
- BDB_BIN=$bdbbindir
- BDB_PATH="`echo $bdbdir | sed 's,include/db3$,,'`"
- BDB_PATH="`echo $BDB_PATH | sed 's,include$,,'`"
-@@ -25888,6 +25821,7 @@ CFLAGS="-I\$(top_srcdir)/include $CFLAGS
- case "$host_os" in
- *aix*) this_os=aix ;;
- *freebsd*) this_os=freebsd ;;
-+ *dragonfly*) this_os=dragonfly ;;
- *hpux11*) this_os=hpux11 ;;
- *irix*) this_os=irix ;;
- *linux*) this_os=linux ;;
-@@ -25921,7 +25855,7 @@ _ACEOF
-
- fi
-
--if test x"$this_os" = "xfreebsd"; then
-+if test x"$this_os" = "xfreebsd" || test x"$this_os" = "xdragonfly"; then
- echo "$as_me:$LINENO: result: * FreeBSD specific configuration" >&5
- echo "${ECHO_T} * FreeBSD specific configuration" >&6
- cat >>confdefs.h <<\_ACEOF
-@@ -26702,7 +26636,71 @@ echo "${ECHO_T}no" >&6
- fi
-
-
-+echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
-+echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6
-+if test "${ac_cv_lib_crypt_main+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lcrypt $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+
-
-+int
-+main ()
-+{
-+main ();
-+ ;
-+ return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+ (eval $ac_link) 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } &&
-+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; } &&
-+ { ac_try='test -s conftest$ac_exeext'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; }; then
-+ ac_cv_lib_crypt_main=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_crypt_main=no
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+ conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
-+echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6
-+if test $ac_cv_lib_crypt_main = yes; then
-+ cat >>confdefs.h <<_ACEOF
-+#define HAVE_LIBCRYPT 1
-+_ACEOF
-+
-+ LIBS="-lcrypt $LIBS"
-+
-+fi
-
-
- # Check whether --enable-pgp-uam or --disable-pgp-uam was given.
-@@ -27492,6 +27490,8 @@ do
- _ACEOF
- cat >>$CONFIG_STATUS <<\_ACEOF
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+ # Avoid regenerating for rechecks on pkgsrc
-+ exit 0
- ac_cs_recheck=: ;;
- --version | --vers* | -V )
- echo "$ac_cs_version"; exit 0 ;;
diff --git a/net/netatalk1/patches/patch-ab b/net/netatalk1/patches/patch-ab
deleted file mode 100644
index 87be14f8dee..00000000000
--- a/net/netatalk1/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/06/05 23:40:56 taca Exp $
-
---- distrib/initscripts/Makefile.in.orig 2003-12-03 05:20:36.000000000 +0900
-+++ distrib/initscripts/Makefile.in
-@@ -214,7 +214,7 @@ EXTRA_DIST = $(TEMPLATES) rc.atalk.cobal
- #
- # checking for NetBSD init scripts
- #
--@USE_NETBSD_TRUE@sysvdir = /etc/rc.d
-+@USE_NETBSD_TRUE@sysvdir = ${prefix}/share/examples/rc.d# pkgsrc *only*!
-
-
- #
diff --git a/net/netatalk1/patches/patch-ac b/net/netatalk1/patches/patch-ac
deleted file mode 100644
index abf67c8d0b0..00000000000
--- a/net/netatalk1/patches/patch-ac
+++ /dev/null
@@ -1,48 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/06/05 23:40:56 taca Exp $
-
-The original commit message for this patch:
-
- http://mail-index.netbsd.org/source-changes/1999/09/17/0023.html
-
- Patch from Juergen Hannken-Illjes, which should solve PR#8308 (net 0 is
- reserved for lo0, it can't be used on other interfaces).
-
-Here is PR #8308:
-
- http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=8308
-
-and also the change that exposed the bug:
-
- http://mail-index.netbsd.org/source-changes/1999/08/24/0035.html
-
-and finally, the discussion referred to in the above change:
-
- http://mail-index.netbsd.org/tech-net/1999/06/30/0002.html
- http://mail-index.netbsd.org/tech-net/1999/07/01/0005.html
- http://mail-index.netbsd.org/tech-net/1999/07/01/0007.html
- http://mail-index.netbsd.org/tech-net/1999/07/02/0003.html
- http://mail-index.netbsd.org/tech-net/1999/07/02/0016.html
- http://mail-index.netbsd.org/tech-net/1999/07/02/0017.html
- http://mail-index.netbsd.org/tech-net/1999/07/02/0018.html
- http://mail-index.netbsd.org/tech-net/1999/07/02/0020.html
- http://mail-index.netbsd.org/tech-net/1999/07/02/0022.html
- http://mail-index.netbsd.org/tech-net/1999/07/03/0004.html
-
-
---- etc/atalkd/main.c.orig Sat Oct 5 08:20:13 2002
-+++ etc/atalkd/main.c
-@@ -278,12 +278,12 @@ static void as_timer(int sig)
- LOG(log_info, logtype_atalkd, "config for no router" );
-
- if ( iface->i_flags & IFACE_PHASE2 ) {
-- iface->i_rt->rt_firstnet = 0;
-+ iface->i_rt->rt_firstnet = htons(1);
- iface->i_rt->rt_lastnet = htons( STARTUP_LASTNET );
- setaddr( iface, IFACE_PHASE2,
- iface->i_addr.sat_addr.s_net,
- iface->i_addr.sat_addr.s_node,
-- 0, htons( STARTUP_LASTNET ));
-+ htons(1), htons( STARTUP_LASTNET ));
- }
- if ( looproute( iface, RTMP_ADD ) ) { /* -1 or 1 */
- LOG(log_error, logtype_atalkd,
diff --git a/net/netatalk1/patches/patch-ad b/net/netatalk1/patches/patch-ad
deleted file mode 100644
index 28fc8bb6740..00000000000
--- a/net/netatalk1/patches/patch-ad
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2004/11/02 11:20:10 markd Exp $
-
---- include/atalk/paths.h.orig Wed Sep 25 18:36:24 2002
-+++ include/atalk/paths.h
-@@ -16,7 +16,7 @@
-
- /* lock file path. this should be re-organized a bit. */
- #if ! defined (_PATH_LOCKDIR)
--# if defined (FHS_COMPATIBILITY)
-+# if defined (FHS_COMPATIBILITY) || defined (__NetBSD__)
- # define _PATH_LOCKDIR "/var/run/"
- # elif defined (BSD4_4)
- # ifdef MACOSX_SERVER
-@@ -51,7 +51,7 @@
- */
- #define _PATH_ATALKDEBUG "/tmp/atalkd.debug"
- #define _PATH_ATALKDTMP "atalkd.tmp"
--#ifdef FHS_COMPATIBILITY
-+#if defined (FHS_COMPATIBILITY) || defined (__NetBSD__)
- # define _PATH_ATALKDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"atalkd.pid")
- #else
- # define _PATH_ATALKDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"atalkd")
-@@ -61,7 +61,7 @@
- * psorder paths
- */
- #define _PATH_TMPPAGEORDER "/tmp/psorderXXXXXX"
--#ifdef FHS_COMPATIBILITY
-+#if defined (FHS_COMPATIBILITY) || defined (__NetBSD__)
- # define _PATH_PAPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"papd.pid")
- #else
- # define _PATH_PAPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"papd")
-@@ -71,7 +71,7 @@
- * afpd paths
- */
- #define _PATH_AFPTKT "/tmp/AFPtktXXXXXX"
--#ifdef FHS_COMPATIBILITY
-+#if defined (FHS_COMPATIBILITY) || defined (__NetBSD__)
- # define _PATH_AFPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"afpd.pid")
- #else
- # define _PATH_AFPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"afpd")
diff --git a/net/netatalk1/patches/patch-ae b/net/netatalk1/patches/patch-ae
deleted file mode 100644
index c0eecfae3c1..00000000000
--- a/net/netatalk1/patches/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2004/11/02 11:20:10 markd Exp $
-
---- man/man8/psf.8.tmpl.orig Tue Sep 19 18:13:47 2000
-+++ man/man8/psf.8.tmpl
-@@ -93,10 +93,10 @@ laser|lp|LaserWriter Plus on AppleTalk:\
- :sd=/usr/spool/lpd/laser:\\
- :lp=/usr/spool/lpd/laser/null:\\
- :lf=/var/adm/lpd-errs:pw#80:hl:\\
-- :of=:LIBDIR:/filters/ofpap:\\
-- :if=:LIBDIR:/filters/ifpaprev:\\
-- :tf=:LIBDIR:/filters/tfpaprev:\\
-- :df=:LIBDIR:/filters/dfpaprev:
-+ :of=:SBINDIR:/filters/ofpap:\\
-+ :if=:SBINDIR:/filters/ifpaprev:\\
-+ :tf=:SBINDIR:/filters/tfpaprev:\\
-+ :df=:SBINDIR:/filters/dfpaprev:
- .fi
- .RE
- .sp
diff --git a/net/netatalk1/patches/patch-af b/net/netatalk1/patches/patch-af
deleted file mode 100644
index 9afafd6634e..00000000000
--- a/net/netatalk1/patches/patch-af
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD: patch-af,v 1.3 2006/08/17 13:57:23 taca Exp $
-
---- etc/psf/etc2ps.sh.orig 2004-10-28 07:54:53.000000000 +0900
-+++ etc/psf/etc2ps.sh
-@@ -9,15 +9,12 @@
- # tag in the case.
- #
-
--DVIPSPATH=/usr/local/tex/bin
--DVIPS=/usr/local/tex/bin/dvips
-+DVIPS="@PREFIX@/bin/dvips"
- DVIPSARGS="-f -q"
-
--TROFF2PS=/usr/local/psroff/troff2/troff2ps
-+TROFF2PS="groff -Tps"
- TROFF2PSARGS="-Z -O-.10"
-
--PATH=/usr/bin:$DVIPSPATH; export PATH
--
- case $1 in
-
- #
-@@ -40,12 +37,9 @@ df*)
- # troff2ps is from psroff by Chris Lewis.
- #
- tf*)
-- if [ -x "$TROFF2PS" ]; then
-- exec $TROFF2PS $TROFF2PSARGS
-- else
-- echo "$0: filter troff2ps uninstalled" 1>&2
-- exit 2
-- fi
-+ exec $TROFF2PS $TROFF2PSARGS
-+ echo "$0: filter troff2ps failed" 1>&2
-+ exit 2
- ;;
-
- *)
diff --git a/net/netatalk1/patches/patch-ai b/net/netatalk1/patches/patch-ai
deleted file mode 100644
index bb13c32f490..00000000000
--- a/net/netatalk1/patches/patch-ai
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2006/02/19 16:30:31 wiz Exp $
-
---- config/Makefile.in.orig 2003-12-02 20:19:05.000000000 +0000
-+++ config/Makefile.in
-@@ -386,7 +386,7 @@ install-config-files: $(CONFFILES) $(GEN
- fi; \
- done
-
--@USE_PAM_TRUE@install-data-local: install-config-files $(PAMFILES)
-+@USE_PAM_TRUE@install-data-local: $(PAMFILES)
- @USE_PAM_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pamdir)
- @USE_PAM_TRUE@ if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pamdir)/netatalk; then \
- @USE_PAM_TRUE@ echo "$(INSTALL_DATA) netatalk.pamd $(DESTDIR)$(pamdir)/netatalk"; \
-@@ -396,7 +396,7 @@ install-config-files: $(CONFFILES) $(GEN
- @USE_PAM_TRUE@ echo "not overwriting $(DESTDIR)$(pamdir)/netatalk"; \
- @USE_PAM_TRUE@ fi;
-
--@USE_PAM_FALSE@install-data-local: install-config-files
-+@USE_PAM_FALSE@install-data-local:
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/net/netatalk1/patches/patch-aj b/net/netatalk1/patches/patch-aj
deleted file mode 100644
index 14369f89df7..00000000000
--- a/net/netatalk1/patches/patch-aj
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2006/06/12 15:24:08 joerg Exp $
-
---- bin/psorder/psorder.c.orig 2001-06-29 14:14:46.000000000 +0000
-+++ bin/psorder/psorder.c
-@@ -35,6 +35,7 @@
- #include <sys/uio.h>
- #include <sys/file.h>
- #include <ctype.h>
-+#include <limits.h>
- #ifdef HAVE_FCNTL_H
- #include <fcntl.h>
- #endif /* HAVE_FCNTL_H */
-@@ -102,7 +103,11 @@ psorder( path )
- {
- int tempfd;
- int inputfd;
-+#if defined(NAME_MAX)
-+ char tempfile[NAME_MAX];
-+#else
- char tempfile[MAXNAMLEN];
-+#endif
-
- filesetup( path, &inputfd, tempfile, &tempfd );
- readps( inputfd, tempfd, tempfile );
-@@ -151,7 +156,11 @@ filesetup( inputfile, infd, tfile, tfd )
- make temporary file
- */
-
-+#if defined(NAME_MAX)
-+ (void *)strncpy( tfile, template, NAME_MAX );
-+#else
- (void *)strncpy( tfile, template, MAXNAMLEN );
-+#endif
- if (( *tfd = mkstemp( tfile )) == -1 ) {
- fprintf( stderr, "can't create temporary file %s\n", tfile );
- filecleanup( -1, -1, "" );
diff --git a/net/netatalk1/patches/patch-ak b/net/netatalk1/patches/patch-ak
deleted file mode 100644
index c8554d7ccb7..00000000000
--- a/net/netatalk1/patches/patch-ak
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ak,v 1.2 2006/12/06 17:27:38 joerg Exp $
-
---- etc/afpd/unix.h.orig 2006-06-12 14:53:46.000000000 +0000
-+++ etc/afpd/unix.h
-@@ -30,7 +30,7 @@ typedef int mode_t;
- #if defined(TRU64)
- #define f_frsize f_fsize
- #else /* TRU64 */
--#if defined(HAVE_SYS_STATVFS_H) || defined(__svr4__)
-+#if (defined(HAVE_SYS_STATVFS_H) && !defined(__DragonFly__)) || defined(__svr4__)
- #include <sys/statvfs.h>
- #define statfs statvfs
- #else /* HAVE_SYS_STATVFS || __svr4__ */
-@@ -51,6 +51,9 @@ typedef int mode_t;
- #include <mntent.h>
- #endif /* linux || HAVE_MNTENT_H */
-
-+#if defined(__DragonFly__)
-+#define dqblk ufs_dqblk
-+#endif
-
- #ifndef NO_QUOTA_SUPPORT
-
diff --git a/net/netatalk1/patches/patch-al b/net/netatalk1/patches/patch-al
deleted file mode 100644
index ef22138f2cf..00000000000
--- a/net/netatalk1/patches/patch-al
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-al,v 1.1 2006/08/17 13:57:23 taca Exp $
-
---- distrib/initscripts/rc.afpd.netbsd.tmpl.orig 2002-01-17 19:04:35.000000000 +1300
-+++ distrib/initscripts/rc.afpd.netbsd.tmpl
-@@ -2,6 +2,7 @@
- #
- # PROVIDE: afpd
- # REQUIRE: atalkd
-+# KEYWORD: shutdown
- #
- # AppleTalk daemons. Make sure not to start atalkd in the background:
- # its data structures must have time to stablize before running the
-@@ -15,7 +16,7 @@ rcvar=$name
- command=":SBINDIR:/afpd"
- etcdir=":ETCDIR:"
- pidfile="/var/run/${name}.pid"
--required_files="$etcdir/papd.conf $etcdir/AppleVolumes.default $etcdir/AppleVolumes.system"
-+required_files="$etcdir/afpd.conf $etcdir/AppleVolumes.default $etcdir/AppleVolumes.system"
-
- load_rc_config $name
- run_rc_command "$1"
diff --git a/net/netatalk1/patches/patch-am b/net/netatalk1/patches/patch-am
deleted file mode 100644
index 08e67fe2e0e..00000000000
--- a/net/netatalk1/patches/patch-am
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-am,v 1.1 2006/08/17 13:57:23 taca Exp $
-
---- bin/afppasswd/afppasswd.c.orig 2005-02-10 14:23:07.000000000 +1300
-+++ bin/afppasswd/afppasswd.c
-@@ -42,7 +42,7 @@
-
- #include <netatalk/endian.h>
-
--#include <des.h>
-+#include <openssl/des.h>
-
- #ifdef USE_CRACKLIB
- #include <crack.h>
diff --git a/net/netatalk1/patches/patch-an b/net/netatalk1/patches/patch-an
deleted file mode 100644
index 92066759f00..00000000000
--- a/net/netatalk1/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.1 2006/08/17 13:57:23 taca Exp $
-
---- etc/uams/uams_randnum.c.orig 2005-05-26 17:24:26.000000000 +1200
-+++ etc/uams/uams_randnum.c
-@@ -47,7 +47,7 @@ char *strchr (), *strrchr ();
- #include <atalk/uam.h>
-
-
--#include <des.h>
-+#include <openssl/des.h>
-
- #ifdef USE_CRACKLIB
- #include <crack.h>
diff --git a/net/netatalk1/patches/patch-ao b/net/netatalk1/patches/patch-ao
deleted file mode 100644
index 6af9bd9d59d..00000000000
--- a/net/netatalk1/patches/patch-ao
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2007/12/31 05:41:36 taca Exp $
-
---- bin/afile/acleandir.rc.orig 2000-08-09 00:46:33.000000000 +0900
-+++ bin/afile/acleandir.rc
-@@ -1,4 +1,4 @@
--#! /usr/bin/rc
-+#! @PREFIX@/bin/rc
- #
- # acleandir [-rvnid] dir
- #