| 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
Gary Kline
2000-05-21 01:10:01 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"
State Changed From-To: open->feedback Waiting for the originator to review the additional patches. Responsible Changed From-To: freebsd-ports->knu I'll do with this. 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. |