Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 23:04:58 -0800 (PST)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        douglas@douglasthrift.net
Subject:   ports/183915: Update port: x11-themes/metacity-theme-microgui Add STAGE support
Message-ID:  <201311130704.rAD74tKF016999@slowhand.douglasthrift.net>
Resent-Message-ID: <201311130710.rAD7A0UD087273@freefall.freebsd.org>

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

>Number:         183915
>Category:       ports
>Synopsis:       Update port: x11-themes/metacity-theme-microgui Add STAGE support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 13 07:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Douglas William Thrift
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD journeyman-freebsd.douglasthrift.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
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/
>How-To-Repeat:
	
>Fix:

	

--- metacity-theme-microgui.2013-11-13T065423Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/x11-themes/metacity-theme-microgui/Makefile metacity-theme-microgui/Makefile
--- /usr/ports/x11-themes/metacity-theme-microgui/Makefile	2013-09-20 16:54:03.000000000 -0700
+++ metacity-theme-microgui/Makefile	2013-01-20 17:02:59.000000000 -0800
@@ -20,6 +20,5 @@
 
 WRKSRC=		${WRKDIR}/microGUI
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../metacity-themes/Makefile.metacity"
 .include <bsd.port.mk>
diff -Nrux .svn -x work /usr/ports/x11-themes/metacity-themes/Makefile metacity-themes/Makefile
--- /usr/ports/x11-themes/metacity-themes/Makefile	2013-09-20 16:54:03.000000000 -0700
+++ metacity-themes/Makefile	2013-11-11 21:30:26.000000000 -0800
@@ -18,8 +18,8 @@
 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>
diff -Nrux .svn -x work /usr/ports/x11-themes/metacity-themes/Makefile.metacity metacity-themes/Makefile.metacity
--- /usr/ports/x11-themes/metacity-themes/Makefile.metacity	2012-07-14 07:29:18.000000000 -0700
+++ metacity-themes/Makefile.metacity	2013-11-11 21:17:01.000000000 -0800
@@ -9,10 +9,10 @@
 	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}/"{}" \;
diff -Nrux .svn -x work /usr/ports/x11-themes/metacity-themes/pkg-plist metacity-themes/pkg-plist
--- /usr/ports/x11-themes/metacity-themes/pkg-plist	2012-07-14 07:29:18.000000000 -0700
+++ metacity-themes/pkg-plist	1969-12-31 16:00:00.000000000 -0800
@@ -1 +0,0 @@
-@comment this plist left empty intentionaly
--- metacity-theme-microgui.2013-11-13T065423Z.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?201311130704.rAD74tKF016999>