[Midnightbsd-cvs] mports [17213] trunk/dns/pdnsd: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 14 23:06:52 EDT 2014
Revision: 17213
http://svnweb.midnightbsd.org/mports/?rev=17213
Author: laffer1
Date: 2014-09-14 23:06:52 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/dns/pdnsd/Makefile
Removed Paths:
-------------
trunk/dns/pdnsd/files/patch-src_conff.h
trunk/dns/pdnsd/files/patch-src_dns.h
trunk/dns/pdnsd/pkg-message
Modified: trunk/dns/pdnsd/Makefile
===================================================================
--- trunk/dns/pdnsd/Makefile 2014-09-15 03:05:44 UTC (rev 17212)
+++ trunk/dns/pdnsd/Makefile 2014-09-15 03:06:52 UTC (rev 17213)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: pdnsd
-# Date Created: 27 Oct 2000
-# Whom: Roman Shterenzon <roman at xpert.com>
-#
# $MidnightBSD$
# $FreeBSD: ports/dns/pdnsd/Makefile,v 1.22 2007/09/08 14:55:27 gabor Exp $
-#
PORTNAME= pdnsd
PORTVERSION= 1.2.9a
@@ -15,10 +10,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
+
LICENSE= gpl3
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_RC_SUBR= pdnsd
CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \
--disable-src-addr-disc \
@@ -28,9 +25,6 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-MAN5= pdnsd.conf.5
-MAN8= pdnsd.8 pdnsd-ctl.8
-
PDNSDB= /var/db/pdnsd
DOCSRCDIR= ${WRKSRC}/doc
DOC_FILES= html/dl.html html/doc.html html/faq.html html/index.html
@@ -38,12 +32,10 @@
CFLAGS+= -pthread
+IPV6_CONFIGURE_ENABLE= ipv6
+
.include <bsd.mport.options.mk>
-.if ${PORT_OPTIONS:MIPV6}
-CONFIGURE_ARGS+= --enable-ipv6
-.endif
-
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
Deleted: trunk/dns/pdnsd/files/patch-src_conff.h
===================================================================
--- trunk/dns/pdnsd/files/patch-src_conff.h 2014-09-15 03:05:44 UTC (rev 17212)
+++ trunk/dns/pdnsd/files/patch-src_conff.h 2014-09-15 03:06:52 UTC (rev 17213)
@@ -1,12 +0,0 @@
---- src/conff.h.orig Mon Jun 27 21:57:22 2005
-+++ src/conff.h Sun Oct 30 09:01:08 2005
-@@ -32,6 +32,9 @@
- #include <config.h>
- #include <stdio.h>
- #include <pthread.h>
-+#if TARGET==TARGET_BSD
-+#include <sys/socket.h>
-+#endif
- #include <sys/socket.h>
- #include <net/if.h>
- #include "ipvers.h"
Deleted: trunk/dns/pdnsd/files/patch-src_dns.h
===================================================================
--- trunk/dns/pdnsd/files/patch-src_dns.h 2014-09-15 03:05:44 UTC (rev 17212)
+++ trunk/dns/pdnsd/files/patch-src_dns.h 2014-09-15 03:06:52 UTC (rev 17213)
@@ -1,12 +0,0 @@
---- src/dns.h.orig Fri Jul 1 14:33:35 2005
-+++ src/dns.h Sun Oct 30 09:04:28 2005
-@@ -27,6 +27,9 @@
-
- #include <config.h>
- #include <arpa/inet.h>
-+#if TARGET==TARGET_BSD
-+#include <sys/socket.h>
-+#endif
- #include <sys/socket.h>
- #include <net/if.h>
- #include <sys/types.h>
Deleted: trunk/dns/pdnsd/pkg-message
===================================================================
--- trunk/dns/pdnsd/pkg-message 2014-09-15 03:05:44 UTC (rev 17212)
+++ trunk/dns/pdnsd/pkg-message 2014-09-15 03:06:52 UTC (rev 17213)
@@ -1,2 +0,0 @@
-You'll need to manually copy ${PREFIX}/etc/pdnsd.conf.sample to
-${PREFIX}/etc/pdnsd.conf and modify it for your needs.
More information about the Midnightbsd-cvs
mailing list