This patch updates the searchandrescue port to bring it into line with the latest upstream release. Fixes some graphics issues and sound looping. Fix: Patch attached with submission follows:
State Changed From-To: open->feedback The patch-sar__Makefile looks wrong, don't hardcode /usr/local use PREFIX
It previously used the PREFIX variable, but the patch wouldn't apply properly. I had to swap out %%PREFIX%% for a hard-coded value to get it to build properly.
I think I found the problems. The Makefile patch now uses the PREFIX variable and I've corrected the "ls" command issue. Please see attached.
Please could we have a patch? Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Please find my patch for the changes in this version of SearchandRescue.
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
crees 2011-08-13 14:58:57 UTC FreeBSD ports repository Modified files: games/searchandrescue Makefile distinfo games/searchandrescue/files patch-sar__Makefile patch-sar__config.h Log: Update to 1.4.0 PR: ports/159590 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer) Revision Changes Path 1.4 +1 -1 ports/games/searchandrescue/Makefile 1.4 +2 -2 ports/games/searchandrescue/distinfo 1.4 +19 -7 ports/games/searchandrescue/files/patch-sar__Makefile 1.2 +6 -6 ports/games/searchandrescue/files/patch-sar__config.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!