Bug 183963

Summary: Add staging support for mail/gmime26
Product: Ports & Packages Reporter: Alan Hicks <ahicks>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gmime26-staging.diff none

Description Alan Hicks 2013-11-14 18:20:00 UTC
Add staging support

Fix: Apply patch
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-14 23:26:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-15 10:44:24 UTC
Author: sunpoet
Date: Fri Nov 15 10:44:15 2013
New Revision: 333847
URL: http://svnweb.freebsd.org/changeset/ports/333847

Log:
  - Support STAGEDIR
  
  PR:		ports/183963
  Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)

Modified:
  head/mail/gmime26/Makefile

Modified: head/mail/gmime26/Makefile
==============================================================================
--- head/mail/gmime26/Makefile	Fri Nov 15 10:44:06 2013	(r333846)
+++ head/mail/gmime26/Makefile	Fri Nov 15 10:44:15 2013	(r333847)
@@ -35,7 +35,6 @@ LATEST_LINK?=	${PORTNAME}26
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -46,9 +45,9 @@ post-patch:
 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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-15 11:00:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!