This port require two new ports: http://www.freebsd.org/cgi/query-pr.cgi?pr=139557 http://www.freebsd.org/cgi/query-pr.cgi?pr=139558 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback Howdy Fist thx for the nice port, I just checked now installing working etc. And found 2 problems. 1) The patch reject from files dir, i fixed that with: ${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|g' -e 's|/usr/bin|${PREFIX}/bin/|g' ${WRKSRC}/CMakeLists.txt that seems to be works. But now the strange error: both binarys are installed in usr/local/share/opensonic list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 13122 8 drwxr-xr-x 2 root wheel 80 Oct 13 16:11 usr/local/share/opensonic 13126 912 -rwxr-xr-x 1 root wheel 465448 Oct 13 16:11 usr/local/share/opensonic/opensonic 13128 88 -rwxr-xr-x 1 root wheel 41784 Oct 13 16:11 usr/local/share/opensonic/opensonic_launche could you please take a look were here exactly the problem is? Thx a full build log can you see here: http://64bit.miwibox.org/index.php?action=describe_port&id=2229
State Changed From-To: feedback->closed subitter timeout.
State Changed From-To: closed->open ups this was the wrong pr.
Hello ! I send gzipped patch, it applied cleanly and port build ok in tinderbox.
Responsible Changed From-To: miwi->fluffy fluffy@ will deal with this pr.
fluffy 2010-02-03 09:10:37 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/opensonic Makefile distinfo pkg-descr pkg-plist games/opensonic/files patch-CMakeLists.txt patch-src__misc__opensonic patch-src__misc__opensonic_launcher Log: Add opensonic 0.1.2, game based on the "Sonic the Hedgehog" universe. PR: ports/139560 Submitted by: Stas Timokhin <devel at stasyan dot com> Revision Changes Path 1.1326 +1 -0 ports/games/Makefile 1.1 +48 -0 ports/games/opensonic/Makefile (new) 1.1 +3 -0 ports/games/opensonic/distinfo (new) 1.1 +43 -0 ports/games/opensonic/files/patch-CMakeLists.txt (new) 1.1 +14 -0 ports/games/opensonic/files/patch-src__misc__opensonic (new) 1.1 +14 -0 ports/games/opensonic/files/patch-src__misc__opensonic_launcher (new) 1.1 +8 -0 ports/games/opensonic/pkg-descr (new) 1.1 +153 -0 ports/games/opensonic/pkg-plist (new) _______________________________________________ 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: open->closed Committed, with minor changes. Thanks!