The /usr/ports/devel/p5-subversion port is using category "perl" instead of "perl5", which causes the following error when trying to build the port: # make p5-subversion-1.5.0: Makefile error: category perl not in list of valid categories. *** Error code 1 Stop in /usr/ports/devel/p5-subversion. Changing line 9 from: CATEGORIES+= perl to CATEGORIES+= perl5 appears to fix the problem. I'm not bothering to include a patch for a single character change. :) Also, I may be wrong that perl5 is the proper category. It was my guess based on other p5-* ports. Thanks! Josh Fix: See description, changing line 9 to use category "perl5" instead of "perl" seems to do the trick. How-To-Repeat: cd /usr/ports/devel/p5-subversion make
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer (via the GNATS Auto Assign Tool)
lev 2008-07-02 05:21:39 UTC FreeBSD ports repository Modified files: . UPDATING devel/p5-subversion Makefile devel/py-subversion Makefile devel/ruby-subversion Makefile devel/subversion Makefile.common distinfo java/subversion-java Makefile Log: (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set (2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3] Revision Changes Path 1.656 +26 -1 ports/UPDATING 1.8 +2 -1 ports/devel/p5-subversion/Makefile 1.6 +2 -1 ports/devel/py-subversion/Makefile 1.6 +2 -1 ports/devel/ruby-subversion/Makefile 1.3 +7 -2 ports/devel/subversion/Makefile.common 1.56 +6 -6 ports/devel/subversion/distinfo 1.3 +1 -1 ports/java/subversion-java/Makefile _______________________________________________ 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 Fixed, thanks.