Bug 191716 - [ staging ] x11-themes/fvwm-themes
Summary: [ staging ] x11-themes/fvwm-themes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-07 18:07 UTC by Dan Lukes
Modified: 2014-07-08 02:40 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 Dan Lukes 2014-07-07 18:07:17 UTC
x11-themes/fvwm-themes require staging or will be removed

Fix:
Patch is attached. 

--- x11-themes/fvwm-themes/Makefile.orig	2014-07-07 19:55:28.000000000 +0200
+++ x11-themes/fvwm-themes/Makefile	2014-07-07 19:57:38.000000000 +0200
@@ -21,12 +21,11 @@
 USES=		perl5 gmake tar:bzip2
 GNU_CONFIGURE=	yes
 
-MAN1=		fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \
-		fvwm-themes-images.1 fvwm-themes-start.1 fvwm-themes-root.1
+PLIST_FILES+=	man/man1/fvwm-themes-config.1.gz man/man1/fvwm-themes-menuapp.1.gz man/man1/fvwm-themes-com.1.gz \
+		man/man1/fvwm-themes-images.1.gz man/man1/fvwm-themes-start.1.gz man/man1/fvwm-themes-root.1.gz
 
-NO_STAGE=	yes
 post-install:
 	@cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \
-		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/fvwm/themes
+		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${PREFIX}/share/fvwm/themes
 
 .include <bsd.port.mk>
--- x11-themes/fvwm-themes/pkg-plist.orig	2014-02-03 21:06:44.000000000 +0100
+++ x11-themes/fvwm-themes/pkg-plist	2014-07-07 20:03:41.000000000 +0200
@@ -282,9 +282,6 @@
 share/fvwm/sounds/new_desk.au
 share/fvwm/sounds/new_page.au
 share/fvwm/sounds/windowshade.au
-share/fvwm/themes-rc
-share/fvwm/themes-rc-2
-share/fvwm/themes-rc-3
 share/fvwm/themes/afterstep/README
 share/fvwm/themes/afterstep/background
 share/fvwm/themes/afterstep/buttons
@@ -614,7 +611,6 @@
 share/fvwm/themes/celticbow/images/decor/knots.png
 share/fvwm/themes/celticbow/theme-name.cfg
 share/fvwm/themes/celticbow/windowlook
-share/fvwm/themes/current/theme.cfg
 share/fvwm/themes/default/README
 share/fvwm/themes/default/background
 share/fvwm/themes/default/background.cfg
@@ -1543,7 +1539,6 @@
 @dirrm share/fvwm/themes/default/images/background
 @dirrm share/fvwm/themes/default/images
 @dirrm share/fvwm/themes/default
-@dirrm share/fvwm/themes/current
 @dirrm share/fvwm/themes/celticbow/images/decor
 @dirrm share/fvwm/themes/celticbow/images/button
 @dirrm share/fvwm/themes/celticbow/images/background
Comment 1 Steve Wills freebsd_committer freebsd_triage 2014-07-08 02:40:32 UTC
Committed with minor changes. Thanks!