Bug 183966 - Add staging support to mail/gmime2
Summary: Add staging support to mail/gmime2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 18:20 UTC by Alan Hicks
Modified: 2013-11-15 11:00 UTC (History)
0 users

See Also:


Attachments
gmime2-staging.diff (518 bytes, patch)
2013-11-14 18:20 UTC, Alan Hicks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hicks 2013-11-14 18:20:01 UTC
Add staging support

Fix: Apply patch
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-14 23:26:37 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:42 UTC
Author: sunpoet
Date: Fri Nov 15 10:44:29 2013
New Revision: 333850
URL: http://svnweb.freebsd.org/changeset/ports/333850

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

Modified:
  head/mail/gmime2/Makefile

Modified: head/mail/gmime2/Makefile
==============================================================================
--- head/mail/gmime2/Makefile	Fri Nov 15 10:44:23 2013	(r333849)
+++ head/mail/gmime2/Makefile	Fri Nov 15 10:44:29 2013	(r333850)
@@ -35,7 +35,6 @@ OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -45,9 +44,9 @@ post-patch:
 
 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
 
_______________________________________________
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:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!