ports/69373: [patch] www/bricolage/Makefile typo breaking pkg tools

Jean-Francois Legros jeff at gudul.net
Wed Jul 21 11:00:45 UTC 2004


>Number:         69373
>Category:       ports
>Synopsis:       [patch] www/bricolage/Makefile typo breaking pkg tools
>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 21 11:00:44 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Francois Legros
>Release:        5.1-RELEASE-p14
>Organization:
gudul.net
>Environment:
FreeBSD gudul.gudul.net 5.1-RELEASE-p14 FreeBSD 5.1-RELEASE-p14 #2: Mon Mar  8 11:45:13 CET 2004 root at gudul.gudul.net:/usr/src/sys/i386/compile/GUDUL51  i386
>Description:
A typo in www/bricolage/Makefile breaks pkg tools if graphics/p5-Imager is installed
>How-To-Repeat:
Install graphics/p5-Imager
then "portsdb -Uu" for example says:
Updating the ports index ... Generating INDEX.tmp - please wait..bricolage-1.8.0: "/usr/portsgraphics/p5-Imager" non-existent -- dependency list incomplete
..
>Fix:
[patch]: unified diff against ports/www/bricolage/Makefile,v 1.1 2004/06/16 13:34:30 pav Exp $

--- Makefile.orig       Wed Jul 21 11:57:37 2004
+++ Makefile    Wed Jul 21 11:57:39 2004
@@ -106,7 +106,7 @@
 #.endif
 
 .if exists(${SITE_PERL}/${PERL_ARCH}/Imager.pm)
-BUILD_DEPENDS+=        ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}graphics/p5-Imager
+BUILD_DEPENDS+=        ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
 .endif
 
 .if exists(${SITE_PERL}/XML/DOM.pm)

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



More information about the freebsd-ports-bugs mailing list