ports/125168: devel/p5-subversion port has wrong CATEGORIES

Josh Carroll josh.carroll at gmail.com
Wed Jul 2 01:00:05 UTC 2008


>Number:         125168
>Category:       ports
>Synopsis:       devel/p5-subversion port has wrong CATEGORIES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 01:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Josh Carroll
>Release:        7.0-RELEASE/amd64
>Organization:
N/A
>Environment:
FreeBSD pflog.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Tue Feb 26 01:20:52 EST 2008     root at pflog.net:/usr/obj/usr/src/sys/PFLOG  amd64

>Description:
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
>How-To-Repeat:
cd /usr/ports/devel/p5-subversion
make

>Fix:
See description, changing line 9 to use category "perl5" instead of "perl" seems to do the trick.

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list