diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-01 13:50:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-01 13:50:20 +0000 |
commit | 64b0ab32f6d958416805731b0ac5d25f76ca6100 (patch) | |
tree | 7f6bf360a12e917c39653d0e311906439d8e718c /mail | |
parent | 71938e242b7da7ab9839a07ac02136be15394c4c (diff) | |
download | pkgsrc-64b0ab32f6d958416805731b0ac5d25f76ca6100.tar.gz |
Support PKGMANDIR.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pulsar/distinfo | 4 | ||||
-rw-r--r-- | mail/pulsar/patches/patch-aa | 26 |
2 files changed, 18 insertions, 12 deletions
diff --git a/mail/pulsar/distinfo b/mail/pulsar/distinfo index 3a02038de1d..4a2e1828867 100644 --- a/mail/pulsar/distinfo +++ b/mail/pulsar/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:27:17 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/04/01 13:50:20 jperkin Exp $ SHA1 (pulsar-0.1.1.tar.bz2) = bc99f184809f42b312d23d76aa34f01db65ac823 RMD160 (pulsar-0.1.1.tar.bz2) = bac068845f10a7c879c1fab9cff95791369bfa84 SHA512 (pulsar-0.1.1.tar.bz2) = 5bf2bb9cab16c7948d97c41daca8c6b44e4f9c38e333ab018d4fea88ada8ecb826cedc82e04287341b8377e09d50a00e7f92e9ca235fd78c3c78340fdd3ae860 Size (pulsar-0.1.1.tar.bz2) = 149675 bytes -SHA1 (patch-aa) = 7b6ee91a55ec8c583df2bd0a407e9e43bd9e2c3f +SHA1 (patch-aa) = 91e375d8b1daee28958836945fbeefea0231fb67 SHA1 (patch-ab) = c48065bea2ec3516b547492929002658ebe33100 SHA1 (patch-ac) = 217569860e801e8cd6277a75c7041aa721189b45 SHA1 (patch-ad) = 09fa0f7746eba7fcf8eb68e8bcea904ea4ea62bc diff --git a/mail/pulsar/patches/patch-aa b/mail/pulsar/patches/patch-aa index 627e3363061..aa2d18f842e 100644 --- a/mail/pulsar/patches/patch-aa +++ b/mail/pulsar/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ +$NetBSD: patch-aa,v 1.2 2016/04/01 13:50:21 jperkin Exp $ ---- configure.in.orig 2003-09-07 17:23:12.000000000 +0200 -+++ configure.in 2004-03-14 11:23:23.000000000 +0100 -@@ -178,7 +178,7 @@ +--- configure.in.orig 2003-09-07 15:23:12.000000000 +0000 ++++ configure.in +@@ -178,7 +178,7 @@ if test "$with_tcp_wrappers" = "yes"; th old_LDFLAGS=$LDFLAGS LIBS="$LIBS $TCP_WRAPPERS_LIBS" LDFLAGS="$LDFLAGS $TCP_WRAPPERS_LDFLAGS" @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ [ AC_DEFINE(WITH_TCP_WRAPPERS) AC_CHECK_LIB(nsl, yp_get_default_domain, -@@ -187,10 +187,17 @@ +@@ -187,10 +187,17 @@ if test "$with_tcp_wrappers" = "yes"; th ] ) chk_tcp_wrappers=yes @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ AC_MSG_RESULT([tcp wrappers library not found, support disabled]) ] ) -@@ -253,7 +260,7 @@ +@@ -253,7 +260,7 @@ AC_ARG_WITH( *) if test -d $with_ssl; then SSL_LDFLAGS="-L$with_ssl" @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ else SSL_LIBS="$with_ssl" fi -@@ -267,7 +274,7 @@ +@@ -267,7 +274,7 @@ AC_ARG_WITH( ) if test "$with_ssl" = "yes"; then if test -z "$SSL_LIBS"; then @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ fi old_LIBS=$LIBS old_LDFLAGS=$LDFLAGS -@@ -332,6 +339,11 @@ +@@ -332,6 +339,11 @@ if test "$chk_ssl_krb" = "yes"; then ] ) fi @@ -59,11 +59,17 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ dnl ******************************************************** dnl ******************************************************** dnl Output a list of included optional components -@@ -375,7 +387,7 @@ +@@ -371,11 +383,11 @@ if test "${prefix}" = "NONE"; then + prefix="/usr/local" + fi + if test "${prefix}" = "/usr" -o "${prefix}" = "/usr/local"; then +- mandir=${prefix}/share/man ++ mandir=${prefix}/${PKGMANDIR} docdir=${prefix}/share/doc/pulsar-${VERSION} else - mandir=${prefix}/man +- mandir=${prefix}/man - docdir=${prefix}/doc/pulsar-${VERSION} ++ mandir=${prefix}/${PKGMANDIR} + docdir=${prefix}/share/doc/pulsar-${VERSION} fi sbindir=${prefix}/sbin |