ports/183966: Add staging support to mail/gmime2

Alan Hicks ahicks at p-o.co.uk
Thu Nov 14 18:20:01 UTC 2013


>Number:         183966
>Category:       ports
>Synopsis:       Add staging support to mail/gmime2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 14 18:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alan Hicks
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Add staging support
	
>How-To-Repeat:
	
>Fix:
Apply patch

	

--- gmime2-staging.diff begins here ---
diff -ur gmime2/Makefile gmime2/Makefile
--- gmime2/Makefile	2013-09-20 20:59:12.000000000 +0100
+++ gmime2/Makefile	2013-11-14 12:02:00.000000000 +0000
@@ -35,7 +35,6 @@
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -45,9 +44,9 @@
 
 post-install:
 .if  ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in docs/reference/html/*
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
--- gmime2-staging.diff ends here ---


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


More information about the freebsd-ports-bugs mailing list