ports/188266: [PATCH] mail/opendkim: stage support

Danilo G. Baio dbaio at bsd.com.br
Fri Apr 4 21:00:02 UTC 2014


>Number:         188266
>Category:       ports
>Synopsis:       [PATCH] mail/opendkim: stage support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 21:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Danilo G. Baio
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dbaio.bs2cloud.com.br 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- Stage support
- Orphan files

Port maintainer (umq at ueo.co.jp) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- opendkim-2.8.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 350163)
+++ Makefile	(working copy)
@@ -50,7 +50,6 @@
 
 MAKE_ARGS+=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 
-NO_STAGE=	yes
 .include "${.CURDIR}/Makefile.options"
 .include <bsd.port.options.mk>
 
@@ -169,13 +168,10 @@
 
 post-install:
 .if ! ${PORT_OPTIONS:MDEBUG} && ${PORT_OPTIONS:MFILTER}
-	@${STRIP_CMD} ${PREFIX}/sbin/opendkim
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/opendkim
 .endif
-	@${MKDIR} ${PREFIX}/etc/mail
-	${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample ${PREFIX}/etc/mail/
-.if ${PORT_OPTIONS:MFILTER}
-	@${CAT} ${PKGMESSAGE}
-.endif
+	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
+	${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample ${STAGEDIR}${PREFIX}/etc/mail/
 
 regression-test: build
 	cd ${WRKSRC} ; ${MAKE} check
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 350163)
+++ pkg-plist	(working copy)
@@ -68,3 +68,12 @@
 @dirrm include/opendkim
 %%DKIMREP%%@dirrm include/dkim-rep
 @dirrmtry etc/mail
+man/man3/opendkim-lua.3.gz
+man/man5/opendkim.conf.5.gz
+man/man8/miltertest.8.gz
+man/man8/opendkim-genkey.8.gz
+man/man8/opendkim-genzone.8.gz
+man/man8/opendkim-testadsp.8.gz
+man/man8/opendkim-testkey.8.gz
+man/man8/opendkim-testmsg.8.gz
+man/man8/opendkim.8.gz
--- opendkim-2.8.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list