Summary: | repo copy games/tuxracer games/etuxracer | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Petrik <chris> | ||||||
Component: | Individual Port(s) | Assignee: | Boris Samorodov <bsam> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Chris Petrik
2010-04-04 17:10:09 UTC
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) State Changed From-To: open->repocopy Repocopies are portmgr territory. Responsible Changed From-To: freebsd-ports-bugs->portmgr Repocopies are portmgr territory. State Changed From-To: repocopy->open Repocopy complete. Responsible Changed From-To: portmgr->bsam Repocopy complete. Patch attached to update to the real etuxracer, I get this error at my tinderbox: ----- ... ===> Configuring for etuxracer-0.4 ===> Building for etuxracer-0.4 gmake: Makefile: No such file or directory gmake: *** No rule to make target `Makefile'. Stop. *** Error code 1 Stop in /a/ports/games/etuxracer. ----- Seems that we should use either GNU_CONFIGURE=yes or HAS_CONFIGURE=yes but not USE_CONFIGURE=yes at the Makefile. What do you think? -- WBR, bsam I submitted the wrong patch, this is the correct one. bsam 2010-05-13 09:23:42 UTC FreeBSD ports repository Modified files: games Makefile games/etuxracer Makefile distinfo pkg-descr pkg-plist Added files: games/etuxracer/files patch-configure patch-png_reader.cpp Removed files: games/etuxracer/files patch-configure.in patch-game_config.c Log: Welcome a new port games/etuxracer! PR: ports/145381 Submitted by: Chris Petrik <chris at officialunix.com> Revision Changes Path 1.1333 +1 -0 ports/games/Makefile 1.39 +17 -27 ports/games/etuxracer/Makefile 1.5 +3 -6 ports/games/etuxracer/distinfo 1.3 +26 -0 ports/games/etuxracer/files/patch-configure (new) 1.4 +0 -92 ports/games/etuxracer/files/patch-configure.in (dead) 1.2 +0 -55 ports/games/etuxracer/files/patch-game_config.c (dead) 1.1 +38 -0 ports/games/etuxracer/files/patch-png_reader.cpp (new) 1.5 +3 -3 ports/games/etuxracer/pkg-descr 1.3 +471 -173 ports/games/etuxracer/pkg-plist _______________________________________________ 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, thanks! I've done two modifications (if you don't mind): . <spaces> -> <tabs> at Makefile after MASTER_SITES= and DISTNAME=; . changes some Makefile headers. bsam 2010-05-13 09:36:16 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Chris Petrik for games/etuxracer. PR: ports/145381 Submitted by: Chris Petrik <chris at officialunix.com> Revision Changes Path 1.913 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ 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" |