diff options
author | tv <tv@pkgsrc.org> | 2006-10-16 20:14:26 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-10-16 20:14:26 +0000 |
commit | 3ced058477612913c2e34d6152a201f27cad0c72 (patch) | |
tree | 3f2df9f84a995d6206ee67923c3cb24e999d0441 /security | |
parent | 317107563899e8dc083061b03759c08a5fa857e8 (diff) | |
download | pkgsrc-3ced058477612913c2e34d6152a201f27cad0c72.tar.gz |
nb1: Put conf and pid files back where they belong after the 4.15 update.
(PKG_SYSCONFDIR already includes "stunnel" by default, so avoid the
package adding another and making $PREFIX/etc/stunnel/stunnel/stunnel.conf;
the pidfile does not normally belong under $PREFIX as $PREFIX/var/run is
not normally cleaned/checked by OS-supplied processes.)
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 3 | ||||
-rw-r--r-- | security/stunnel/distinfo | 3 | ||||
-rw-r--r-- | security/stunnel/patches/patch-ac | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 4046552c47d..9360bef2a08 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2006/10/14 11:12:19 obache Exp $ +# $NetBSD: Makefile,v 1.57 2006/10/16 20:14:26 tv Exp $ DISTNAME= stunnel-4.15 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 9a942791c97..3c81befb34d 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.20 2006/10/14 11:12:19 obache Exp $ +$NetBSD: distinfo,v 1.21 2006/10/16 20:14:26 tv Exp $ SHA1 (stunnel-4.15.tar.gz) = 735406c1ca94904581158a434214e1f6568539d0 RMD160 (stunnel-4.15.tar.gz) = a8d5c9d3fb24d0518975cbb347729f5eba3d3f12 Size (stunnel-4.15.tar.gz) = 497103 bytes SHA1 (patch-aa) = e54eed598bb069b9131ed42721df8f49069b15b8 SHA1 (patch-ab) = 947f8ee20b28fa782786976ac19d0f7ef895f254 +SHA1 (patch-ac) = 64a24088f3a6e55bd59324a17bbcf74786ed2cb2 diff --git a/security/stunnel/patches/patch-ac b/security/stunnel/patches/patch-ac new file mode 100644 index 00000000000..115c30ddc79 --- /dev/null +++ b/security/stunnel/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.7 2006/10/16 20:14:26 tv Exp $ + +--- src/Makefile.in.orig 2006-03-06 15:52:41.000000000 -0500 ++++ src/Makefile.in +@@ -222,7 +222,7 @@ libstunnel_la_LDFLAGS = -avoid-version + INCLUDES = -I/usr/kerberos/include + + # Additional compiler flags +-AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(prefix)/var/run/stunnel/stunnel.pid"' ++AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel/stunnel.pid"' + + # Win32 executable + EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c |