Bug 190461 - Staging support for graphics/libexif-gtk
Summary: Staging support for graphics/libexif-gtk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-01 23:52 UTC by marius
Modified: 2014-06-02 09:26 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marius 2014-06-01 23:52:13 UTC
Please apply the attached patch to the ports tree.
The patch adds support for staging to the graphicslibexif-gtk port.

Fix:
Patch attached with submission follows:

Index: graphics/libexif-gtk/Makefile
===================================================================
--- graphics/libexif-gtk/Makefile	(revision 356092)
+++ graphics/libexif-gtk/Makefile	(working copy)
@@ -23,8 +23,6 @@
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>
@@ -42,8 +40,8 @@
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-02 09:26:18 UTC
A commit references this bug:

Author: miwi
Date: Mon Jun  2 09:25:56 UTC 2014
New revision: 356206
URL: http://svnweb.freebsd.org/changeset/ports/356206

Log:
  - Stage support

  PR:		190461
  Submitted by:	maintainer

Changes:
  head/graphics/libexif-gtk/Makefile