Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2013 13:27:06 +0000
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184033: Add staging support to mail/gmime2-sharp gmime24-sharp and gmime26-sharp
Message-ID:  <E1Vi2NW-0000Xr-Be@p-o.co.uk>
Resent-Message-ID: <201311171340.rAHDe1v3003021@freefall.freebsd.org>

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

>Number:         184033
>Category:       ports
>Synopsis:       Add staging support to mail/gmime2-sharp gmime24-sharp and gmime26-sharp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 17 13:40: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:
Master ports now support staging so gmime*-sharp can use staging
	
>How-To-Repeat:
	
>Fix:
Attached patches enable staging support
	

--- gmime2-sharp.diff begins here ---
diff -u /usr/ports/mail/gmime2-sharp/Makefile gmime2-sharp/Makefile
--- /usr/ports/mail/gmime2-sharp/Makefile	2013-09-20 20:59:12.000000000 +0100
+++ gmime2-sharp/Makefile	2013-11-17 12:02:46.000000000 +0000
@@ -27,7 +27,6 @@
 NOPORTDOCS=	yes
 
 # Done in pre-configure because master port has a post-patch target already.
-NO_STAGE=	yes
 pre-configure:
 	@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
 		${WRKSRC}/mono/gmime-sharp.dll.config.in
--- gmime2-sharp.diff ends here ---

--- gmime24-sharp.diff begins here ---
diff -u /usr/ports/mail/gmime24-sharp/Makefile gmime24-sharp/Makefile
--- /usr/ports/mail/gmime24-sharp/Makefile	2013-09-20 20:59:12.000000000 +0100
+++ gmime24-sharp/Makefile	2013-11-17 12:39:00.000000000 +0000
@@ -25,7 +25,6 @@
 NOPORTDOCS=	yes
 
 # Done in pre-configure because master port has a post-patch target already.
-NO_STAGE=	yes
 pre-configure:
 	@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
 		${WRKSRC}/mono/gmime-sharp.dll.config.in
--- gmime24-sharp.diff ends here ---

--- gmime26-sharp.diff begins here ---
diff -u /usr/ports/mail/gmime26-sharp/Makefile gmime26-sharp/Makefile
--- /usr/ports/mail/gmime26-sharp/Makefile	2013-09-20 20:59:12.000000000 +0100
+++ gmime26-sharp/Makefile	2013-11-15 12:11:29.000000000 +0000
@@ -25,7 +25,6 @@
 OPTIONS_EXCLUDE=	DOCS
 
 # Done in pre-configure because master port has a post-patch target already.
-NO_STAGE=	yes
 pre-configure:
 	@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
 		${WRKSRC}/mono/gmime-sharp.dll.config.in
--- gmime26-sharp.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?E1Vi2NW-0000Xr-Be>