Bug 183915 - Update port: x11-themes/metacity-theme-microgui Add STAGE support
Summary: Update port: x11-themes/metacity-theme-microgui Add STAGE support
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-13 07:10 UTC by Douglas Thrift
Modified: 2013-11-15 18:01 UTC (History)
1 user (show)

See Also:


Attachments
metacity-theme-microgui.2013-11-13T065423Z.diff (2.03 KB, patch)
2013-11-13 07:10 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2013-11-13 07:10:00 UTC
Add STAGE support to x11-themes/metacity-themes and x11-themes/metacity-theme-microgui.

https://redports.org/buildarchive/20131112063800-64672/
https://redports.org/buildarchive/20131112070101-11760/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-13 07:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-15 17:55:26 UTC
Author: sunpoet
Date: Fri Nov 15 17:55:17 2013
New Revision: 333897
URL: http://svnweb.freebsd.org/changeset/ports/333897

Log:
  - Support STAGEDIR
  
  PR:		ports/183915
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/x11-themes/metacity-theme-microgui/Makefile   (contents, props changed)

Modified: head/x11-themes/metacity-theme-microgui/Makefile
==============================================================================
--- head/x11-themes/metacity-theme-microgui/Makefile	Fri Nov 15 17:40:36 2013	(r333896)
+++ head/x11-themes/metacity-theme-microgui/Makefile	Fri Nov 15 17:55:17 2013	(r333897)
@@ -20,6 +20,5 @@ RESTRICTED=	${REASON}
 
 WRKSRC=		${WRKDIR}/microGUI
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../metacity-themes/Makefile.metacity"
 .include <bsd.port.mk>
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2013-11-15 17:55:33 UTC
Author: sunpoet
Date: Fri Nov 15 17:55:22 2013
New Revision: 333898
URL: http://svnweb.freebsd.org/changeset/ports/333898

Log:
  - Support STAGEDIR
  
  PR:		ports/183915
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>

Deleted:
  head/x11-themes/metacity-themes/pkg-plist
Modified:
  head/x11-themes/metacity-themes/Makefile   (contents, props changed)
  head/x11-themes/metacity-themes/Makefile.metacity   (contents, props changed)

Modified: head/x11-themes/metacity-themes/Makefile
==============================================================================
--- head/x11-themes/metacity-themes/Makefile	Fri Nov 15 17:55:17 2013	(r333897)
+++ head/x11-themes/metacity-themes/Makefile	Fri Nov 15 17:55:22 2013	(r333898)
@@ -18,8 +18,8 @@ COMMENT=	Meta-port for Gnome Metacity th
 RUN_DEPENDS=	${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui
 
 NO_BUILD=	yes
+NO_MTREE=	yes
 
 do-install:    # Empty
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-themes/metacity-themes/Makefile.metacity
==============================================================================
--- head/x11-themes/metacity-themes/Makefile.metacity	Fri Nov 15 17:55:17 2013	(r333897)
+++ head/x11-themes/metacity-themes/Makefile.metacity	Fri Nov 15 17:55:22 2013	(r333898)
@@ -9,10 +9,10 @@ REASON=	Themes may contain artwork not d
 	Keep FreeBSD safe if the theme author violated copyrights.
 
 do-install:
-	${MKDIR} ${PREFIX}/share/themes/${PORTNAME}
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}
 	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
 		-exec ${MKDIR} -m 0755 \
-		${PREFIX}/share/themes/${PORTNAME}/"{}" \;
+		${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
 	cd ${WRKSRC} && ${FIND} . -type f \
 		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
-		${PREFIX}/share/themes/${PORTNAME}/"{}" \;
+		${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-15 18:01:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!