Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 13:15:50 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        turutani@scphys.kyoto-u.ac.jp
Subject:   ports/186319: stagify games/xbat
Message-ID:  <201402010415.s114Fovp025110@h120.65.226.10.32118.vlan.kuins.net>
Resent-Message-ID: <201402010420.s114K02D003561@freefall.freebsd.org>

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

>Number:         186319
>Category:       ports
>Synopsis:       stagify games/xbat
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 04:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 8.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #26 r249149: Fri Apr 5 22:13:25 JST 2013 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	stagify.
	
>How-To-Repeat:
	
>Fix:

diff -urN xbat.orig/Makefile xbat/Makefile
--- xbat.orig/Makefile	2014-01-23 02:00:46.000000000 +0900
+++ xbat/Makefile	2014-01-31 12:12:23.000000000 +0900
@@ -19,12 +19,4 @@
 WRKSRC=		${WRKDIR}/Xev111
 ALL_TARGET=	xbat
 
-NO_STAGE=	yes
-post-install:
-	${CHOWN} root:games ${PREFIX}/bin/xbat
-	${CHMOD} 2755 ${PREFIX}/bin/xbat
-	${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/
-	${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/*
-	${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/
-
 .include <bsd.port.mk>
diff -urN xbat.orig/pkg-plist xbat/pkg-plist
--- xbat.orig/pkg-plist	2014-01-23 00:16:56.000000000 +0900
+++ xbat/pkg-plist	2014-01-31 12:07:40.000000000 +0900
@@ -1,4 +1,8 @@
+@owner root
+@group games
+@mode 2755
 bin/xbat
+@mode 0664
 lib/X11/Xbat/Domo/domoX0201.dat
 lib/X11/Xbat/Domo/domoX0202.dat
 lib/X11/Xbat/Domo/domoX0203.dat
@@ -690,6 +694,7 @@
 lib/X11/Xbat/Map/kuuchuu_map7.dat
 lib/X11/Xbat/Map/kuuchuu_map8.dat
 lib/X11/Xbat/Map/kuuchuu_map9.dat
+@mode 0666
 lib/X11/Xbat/Score/top10-0.txt
 lib/X11/Xbat/Score/top10-1.txt
 lib/X11/Xbat/Score/top10-2.txt
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402010415.s114Fovp025110>