Bug 18696

Summary: Forward rev of muuz port: 0.27.1 to 0.27.2
Product: Ports & Packages Reporter: Gary Kline <kline>
Component: Individual Port(s)Assignee: Akinori MUSHA <knu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gary Kline 2000-05-21 01:10:01 UTC
	Upgrade via patch....   This version has several minor fixes,
	and a few not-so-minor.
Comment 1 Akinori MUSHA 2000-05-21 12:16:31 UTC
Looking over your submission, I found you need to add the following
patches.  The first one is obvious, and the second one is to make it
compile with the newer gcc, i.e. on 4.0+ systems:

[patch-ac]
--- Imakefile.orig	Sat May 20 10:55:46 2000
+++ Imakefile	Sun May 21 19:01:32 2000
@@ -53,6 +53,7 @@
 	@grep -v "^#"  helpOverview.h > ./helpOverview.text
 	@grep -v "^#"  acknowledgement.h > ./acknowledgement.text
 	@grep -v "^#"  aboutMuuz.h > ./aboutMuuz.text
+	@mkdir $(PROJECTROOT)/share/muuz
 	@cp -pf helpUserPrep.text   $(PROJECTROOT)/share/muuz/helpUserPrep.text
 	@cp -pf helpPrep.text       $(PROJECTROOT)/share/muuz/helpPrep.text
 	@cp -pf helpOverview.text   $(PROJECTROOT)/share/muuz/helpOverview.text
[/patch-ac]

[patch-ad]
--- main.c.orig	Sat May 20 04:57:58 2000
+++ main.c	Sun May 21 18:49:43 2000
@@ -532,6 +532,7 @@
   }
 
 }
+void
 usage(char *progname)
 {
   fprintf(stderr, "Usage: %s: [-hV]\n", progname);
[/patch-ad]

Please review these patches and send a report to the original author
as well as us, if they seem to work right.


Also, it seems you'd like the port to be categorized in both "misc"
plus "games", but the category "misc" is for those ports which have no
appropriate categories to put in, by definition. (except language
specific categories)  Please refer to the handbook for details.

If you are okay with it (that I transfer the port from "misc" to
"games" after a repository copy), let me know.

Thanks for taking care of the port!

-- 
                           /
                          /__  __       
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2000-05-21 12:17:31 UTC
State Changed
From-To: open->feedback

Waiting for the originator to review the additional patches. 


Comment 3 Akinori MUSHA freebsd_committer freebsd_triage 2000-05-21 12:17:31 UTC
Responsible Changed
From-To: freebsd-ports->knu

I'll do with this. 

Comment 4 Akinori MUSHA freebsd_committer freebsd_triage 2000-05-30 09:52:42 UTC
State Changed
From-To: feedback->closed

Committed, thanks.  Please include `patch-ad' in your next release. 

Next time please do not touch "Date created" nor "$FreeBSD ..$" lines.