Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 09:22:25 +0100
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189749: Add staging support to mail/gmime2-sharp mail/gmime24-sharp mail/gmime26-sharp
Message-ID:  <E1Wk7yj-0008QE-CK@p-o.co.uk>
Resent-Message-ID: <201405130830.s4D8U1Jd003898@freefall.freebsd.org>

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

>Number:         189749
>Category:       ports
>Synopsis:       Add staging support to mail/gmime2-sharp mail/gmime24-sharp mail/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:   Tue May 13 08:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Alan Hicks
>Release:        FreeBSD 10.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:43:36 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Add staging support to mail/gmime2-sharp mail/gmime24-sharp mail/gmime26-sharp

With mail/gmime2-sharp set to ignore, it may be more appropriate to either delete it or let it expire.
	
>How-To-Repeat:
	
>Fix:
Apply attached patches to add staging support, updated lib_depends and options_exclude
	

--- gmime2-sharp.diff begins here ---
diff -ur ../../default/mail/gmime2-sharp/Makefile gmime2-sharp/Makefile
--- ../../default/mail/gmime2-sharp/Makefile	2014-01-22 17:00:46.000000000 +0000
+++ gmime2-sharp/Makefile	2014-05-11 09:56:01.000000000 +0100
@@ -8,9 +8,9 @@
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Mono bindings for gmime
 
-IGNORE=		try to install weaked-named assembly into the GAC.
+IGNORE=		try to install weaked-named assembly into the GAC
 
-LIB_DEPENDS=	gmime-2.0.4:${PORTSDIR}/mail/gmime2
+LIB_DEPENDS=	libgmime-2.0.4.so:${PORTSDIR}/mail/gmime2
 
 MASTERDIR=	${.CURDIR}/../gmime2
 BUILD_WRKSRC=	${WRKSRC}/mono
@@ -24,10 +24,9 @@
 LATEST_LINK=	gmime2-sharp
 
 # Else we conflict with mail/gmime2
-NOPORTDOCS=	yes
+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
--- gmime2-sharp.diff ends here ---

--- gmime24-sharp.diff begins here ---
diff -ur ../../default/mail/gmime24-sharp/Makefile gmime24-sharp/Makefile
--- ../../default/mail/gmime24-sharp/Makefile	2014-01-22 17:00:46.000000000 +0000
+++ gmime24-sharp/Makefile	2014-05-11 09:56:16.000000000 +0100
@@ -8,7 +8,7 @@
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Mono bindings for gmime
 
-LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24
+LIB_DEPENDS=	libgmime-2.4.so:${PORTSDIR}/mail/gmime24
 
 MASTERDIR=	${.CURDIR}/../gmime24
 BUILD_WRKSRC=	${WRKSRC}/mono
@@ -22,10 +22,9 @@
 LATEST_LINK=	gmime24-sharp
 
 # Else we conflict with mail/gmime24
-NOPORTDOCS=	yes
+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
--- gmime24-sharp.diff ends here ---

--- gmime26-sharp.diff begins here ---
diff -ur ../../default/mail/gmime26-sharp/Makefile gmime26-sharp/Makefile
--- ../../default/mail/gmime26-sharp/Makefile	2013-09-20 20:59:12.000000000 +0100
+++ gmime26-sharp/Makefile	2014-05-11 09:56:36.000000000 +0100
@@ -8,7 +8,7 @@
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Mono bindings for gmime
 
-LIB_DEPENDS=	gmime-2.6:${PORTSDIR}/mail/gmime26
+LIB_DEPENDS=	libgmime-2.6.so:${PORTSDIR}/mail/gmime26
 
 MASTERDIR=	${.CURDIR}/../gmime26
 BUILD_WRKSRC=	${WRKSRC}/mono
@@ -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?E1Wk7yj-0008QE-CK>