Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 18:08:17 +0000
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183963: Add staging support for mail/gmime26
Message-ID:  <E1Vh1Kz-000DOz-9W@p-o.co.uk>
Resent-Message-ID: <201311141820.rAEIK0Ov031770@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183963
>Category:       ports
>Synopsis:       Add staging support for mail/gmime26
>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:00 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@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


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

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


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Vh1Kz-000DOz-9W>