head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.1.0.4 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2007.12.29.19.49.44; author abs; state dead; branches; next 1.2; 1.2 date 2007.12.09.22.17.55; author abs; state Exp; branches; next 1.1; 1.1 date 2007.06.12.13.29.51; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Update alpine to official 1.00 release (many thanks to upstream for taking back all patches). No changelog available @ text @$NetBSD: patch-ac,v 1.2 2007/12/09 22:17:55 abs Exp $ --- configure.ac.orig 2007-12-06 23:58:57.000000000 +0000 +++ configure.ac @@@@ -1351,7 +1351,14 @@@@ case "$host" in *-*-netbsd*) systype="NEB" alpine_path_delim="/" - alpine_local_maildir="/usr/spool/mail" + alpine_local_maildir="/var/mail" + alpine_mode_readonly="(0600)" + alpine_c_client_target="neb" + ;; + *-*-dragonfly*) + systype="DFB" + alpine_path_delim="/" + alpine_local_maildir="/var/mail" alpine_mode_readonly="(0600)" alpine_c_client_target="neb" ;; @@@@ -1365,7 +1372,7 @@@@ case "$host" in *-*-freebsd*) systype="BSF" alpine_path_delim="/" - alpine_local_maildir="/usr/spool/mail" + alpine_local_maildir="/var/mail" alpine_mode_readonly="(0600)" alpine_c_client_target="bsf" LIBS="$LIBS $LIBINTL" @@@@ -1373,7 +1380,7 @@@@ case "$host" in *-*-openbsd*) systype="BSO" alpine_path_delim="/" - alpine_local_maildir="/usr/spool/mail" + alpine_local_maildir="/var/mail" alpine_mode_readonly="(0600)" alpine_c_client_target="bso" LIBS="$LIBS $LIBINTL" @ 1.2 log @Update alpine to 0.999999 from 0.999 - This is still a development release so unfortunately no changelog @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2007/06/12 13:29:51 joerg Exp $ @ 1.1 log @Fix spool directory default for *BSD. Add DragonFly support. Add DESTDIR support. Bump revision. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.ac.orig 2007-06-12 13:04:37.000000000 +0000 d5 1 a5 1 @@@@ -1091,10 +1091,17 @@@@ case "$host" in d11 3 a13 3 alpine_mode_readonly="(0600)" alpine_c_client_target="neb" ;; d18 4 a21 7 + alpine_mode_readonly="(0600)" + alpine_c_client_target="neb" + ;; *-*-bsdi*) systype="BSI" alpine_path_delim="/" @@@@ -1105,7 +1112,7 @@@@ case "$host" in d30 1 a30 1 @@@@ -1113,7 +1120,7 @@@@ case "$host" in @