Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 02:53:04 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111431: [MAINTAINER] games/reminiscence: improve pkg-message handling
Message-ID:  <20070409225304.CB4504077@hades.panopticon>
Resent-Message-ID: <200704092300.l39N09dZ093369@freefall.freebsd.org>

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

>Number:         111431
>Category:       ports
>Synopsis:       [MAINTAINER] games/reminiscence: improve pkg-message handling
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 23:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Automatically substitude PREFIX in pkg-message, so it's clearer for user where to put data files.
>How-To-Repeat:
>Fix:

--- reminiscence.patch begins here ---
diff -ruN reminiscence.orig/Makefile reminiscence/Makefile
--- reminiscence.orig/Makefile	Tue Apr 10 02:48:53 2007
+++ reminiscence/Makefile	Tue Apr 10 02:49:26 2007
@@ -21,6 +21,9 @@
 ALL_TARGET=	rs
 MAKE_ENV=	CXX="${CXX}"
 
+PKGMESSAGE=	${WRKDIR}/pkg-message
+SUB_FILES=	pkg-message
+
 PORTDOCS=	README
 
 post-patch:
diff -ruN reminiscence.orig/files/pkg-message.in reminiscence/files/pkg-message.in
--- reminiscence.orig/files/pkg-message.in	Thu Jan  1 03:00:00 1970
+++ reminiscence/files/pkg-message.in	Tue Apr 10 02:49:52 2007
@@ -0,0 +1,18 @@
+==========================================================================
+
+REminiscence requires original Flashback datafiles. Copy the following
+files to %%PREFIX%%/share/REminiscence/data/ directory:
+
+  FB_TXT.FNT GLOBAL.ICN GLOBAL.FIB GLOBAL.SPC *.OFF *.SPR *.MAP *.PAL
+  *.ANI *.CT *.MBK *.OBJ *.PGE *.RP *.TBN *.CMD *.POL *CINE.*
+
+If you have a version distributed by SSI, you'll have to rename some files :
+        
+  logosssi.cmd -> logos.cmd
+  logosssi.pol -> logos.pol
+  menu1ssi.map -> menu1.map
+  menu1ssi.pal -> menu1.pal
+
+See README for details
+
+==========================================================================
diff -ruN reminiscence.orig/pkg-message reminiscence/pkg-message
--- reminiscence.orig/pkg-message	Tue Apr 10 02:48:53 2007
+++ reminiscence/pkg-message	Thu Jan  1 03:00:00 1970
@@ -1,18 +0,0 @@
-==========================================================================
-
-REminiscence requires original Flashback datafiles. Copy the following
-files to ${PREFIX}/share/REminiscence/data/ directory:
-
-  FB_TXT.FNT GLOBAL.ICN GLOBAL.FIB GLOBAL.SPC *.OFF *.SPR *.MAP *.PAL
-  *.ANI *.CT *.MBK *.OBJ *.PGE *.RP *.TBN *.CMD *.POL *CINE.*
-
-If you have a version distributed by SSI, you'll have to rename some files :
-        
-  logosssi.cmd -> logos.cmd
-  logosssi.pol -> logos.pol
-  menu1ssi.map -> menu1.map
-  menu1ssi.pal -> menu1.pal
-
-See README for details
-
-==========================================================================
--- reminiscence.patch ends here ---


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



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