Bug 125168 - devel/p5-subversion port has wrong CATEGORIES
Summary: devel/p5-subversion port has wrong CATEGORIES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-02 02:00 UTC by josh.carroll
Modified: 2008-07-02 10:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description josh.carroll 2008-07-02 02:00:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-02 02:00:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-02 06:21:44 UTC
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"
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2008-07-02 10:39:49 UTC
State Changed
From-To: open->closed


Fixed, thanks.