Index: head/net/dhcp6/Makefile =================================================================== --- head/net/dhcp6/Makefile (revision 407457) +++ head/net/dhcp6/Makefile (revision 407458) @@ -1,34 +1,34 @@ # Created by: Munechika SUMIKAWA # $FreeBSD$ PORTNAME= dhcp6 PORTVERSION= 20080615 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net ipv6 MASTER_SITES= SF/wide-dhcpv6/wide-dhcpv6/wide-dhcpv6-${PORTVERSION} DISTNAME= wide-dhcpv6-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= KAME DHCP6 client, server, and relay LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ --with-localdbdir=/var/db USE_RC_SUBR= dhcp6c dhcp6relay dhcp6s PORTDOCS= README OPTIONS_DEFINE= DOCS post-install: cd ${WRKSRC} && ${INSTALL_DATA} \ dhcp6c.conf.sample dhcp6s.conf.sample \ ${STAGEDIR}${PREFIX}/etc post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net/dhcp6/files/patch-common.c =================================================================== --- head/net/dhcp6/files/patch-common.c (nonexistent) +++ head/net/dhcp6/files/patch-common.c (revision 407458) @@ -0,0 +1,12 @@ +--- common.c.orig 2016-01-28 11:27:18 UTC ++++ common.c +@@ -3202,6 +3202,9 @@ setloglevel(debuglevel) + case 1: + setlogmask(LOG_UPTO(LOG_INFO)); + break; ++ case 2: ++ setlogmask(LOG_UPTO(LOG_DEBUG)); ++ break; + } + } + } Property changes on: head/net/dhcp6/files/patch-common.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property