pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/maradns Add pthread's buildlink and fix typo (fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/378d1a2450fa
branches:  trunk
changeset: 462147:378d1a2450fa
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Sep 27 02:29:18 2003 +0000

description:
Add pthread's buildlink and fix typo (fixes bulk build by hubertf@)

diffstat:

 net/maradns/Makefile         |  8 +++++---
 net/maradns/files/maradns.sh |  4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r d66368af630c -r 378d1a2450fa net/maradns/Makefile
--- a/net/maradns/Makefile      Sat Sep 27 02:28:57 2003 +0000
+++ b/net/maradns/Makefile      Sat Sep 27 02:29:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/26 11:20:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/27 02:29:18 xtraeme Exp $
 
 DISTNAME=      maradns-1.0.18
 CATEGORIES=    net
@@ -9,8 +9,9 @@
 HOMEPAGE=      http://www.maradns.org/
 COMMENT=       Secure DNS server for *NIX systems
 
-USE_PKGINSTALL=        YES
-RCD_SCRIPTS=   maradns
+USE_BUILDLINK2=                yes
+USE_PKGINSTALL=                yes
+RCD_SCRIPTS=           maradns
 
 EGDIR=         ${PREFIX}/share/examples/maradns
 CONF_FILES=    ${EGDIR}/example_mararc ${PKG_SYSCONFDIR}/mararc
@@ -21,4 +22,5 @@
        ${MV} ${PREFIX}/share/doc/maradns/examples \
                ${PREFIX}/share/examples/maradns
 
+.include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d66368af630c -r 378d1a2450fa net/maradns/files/maradns.sh
--- a/net/maradns/files/maradns.sh      Sat Sep 27 02:28:57 2003 +0000
+++ b/net/maradns/files/maradns.sh      Sat Sep 27 02:29:18 2003 +0000
@@ -1,6 +1,6 @@
-#!@RCS_SCRIPTS_SHELL@
+#!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: maradns.sh,v 1.1.1.1 2003/09/25 14:12:51 xtraeme Exp $
+# $NetBSD: maradns.sh,v 1.2 2003/09/27 02:29:18 xtraeme Exp $
 #
 
 # PROVIDE: maradns



Home | Main Index | Thread Index | Old Index