head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.16 pkgsrc-2008Q1:1.3.0.14 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.12 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.10 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.8 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.6 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.10 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.1.1.0.4 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.2 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.02.22.07.36.35; author taca; state dead; branches; next 1.3; 1.3 date 2006.08.17.13.57.23; author taca; state Exp; branches; next 1.2; 1.2 date 2005.06.05.23.40.56; author taca; state Exp; branches; next 1.1; 1.1 date 2004.11.02.11.20.10; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.11.02.11.20.10; author markd; state Exp; branches; next ; desc @@ 1.4 log @Retire old net/netatalk1. Please use net/netatalk instead. @ text @$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 ;; *) @ 1.3 log @netatalk1 package overhaul - Adapt buildlink framework and fix compile problem with des.h header file. - Proper dependency with openssl. - Use subst framework for replacing path. - Fix minor pkglint warning. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2005/06/05 23:40:56 taca Exp $ @ 1.2 log @Update netatalk1 package to 1.6.4a. pkgsrc change - Take matainer ship by me. - Introduce options.mk for PAM configure option. - Minor clean up of Makefile. - Added quick changes to avoid using . netatalk changes Changes in 1.6.4a ================= * FIX: insecure tempfile handling bug in etc2ps.sh, found by Trustix, CAN-2004-0974. Changes in 1.6.4 ================ * NEW: afpd: Using the mswindows option now implicitly specifies usedots. [Sam Noble] * UPD: afpd.8: Updated the option documentation. [Thomas Kaiser, Sebastian Rittau] * FIX: configure: Removed broken --with-flock-locks option. [Bj\M-C\M-6rn Fernhomberg] * FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron] * FIX: libatalk: Deadlock in signal handlers. [Didier] * FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Bj\M-C\M-6rn] * FIX: afpd: Solaris compile issues. [Bj\M-C\M-6rn] * FIX: afpd: If connection broke in dsi_tickle the child did never die. [Bj\M-C\M-6rn] * FIX: afpd: Catsearch, fixes a possible segmentation fault. [Bj\M-C\M-6rn] * FIX: afpd: Compilation issues. [Olaf Hering, Sebastian] * FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt] * FIX: megatron: Fixed an uninitialized variable. [Olaf] * FIX: installation: Don't overwrite PAM file if --enable-overwrite configure option is not set. [Sam, Ryan Cleary] * FIX: installation: Fixed BSD installation. [Toru TAKAMIZU] * FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Bj\M-C\M-6rn] Changes in 1.6.3 ================ * UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM. [Sam Noble] * UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt] * FIX: afpd: Bug in AFP connection negotiation stage. [Sam] * FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes. * FIX: afpd: Files could be opened for writing on read-only filesystems. * FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner] * FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton] * FIX: psf: Correct path to etc2ps.sh. * FIX: shell_utils: Don't distribute generated files. * FIX: aecho: -A option didn't work. [Chris Shiels] * FIX: configure: Berkeley DB path detection could be wrong. [Stefan] * FIX: Automake build fixes. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1.1.1 2004/11/02 11:20:10 markd Exp $ d10 2 a11 1 DVIPS=/usr/local/tex/bin/dvips @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.6 2003/04/28 04:07:46 fredb Exp $ d3 2 a4 2 --- etc/psf/etc2ps.sh.orig Sun Apr 27 15:00:44 2003 +++ etc/psf/etc2ps.sh Sun Apr 27 19:51:31 2003 d22 1 a22 1 @@@@ -39,7 +36,7 @@@@ d27 11 a37 4 + if [ -x "/usr/bin/groff" ]; then exec $TROFF2PS $TROFF2PSARGS else echo "$0: filter troff2ps uninstalled" 1>&2 @ 1.1.1.1 log @Reimport existing netatalk-1.6.2 package in net/netatalk1. @ text @@