Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2004 18:37:07 +0400 (MSD)
From:      bork@rsu.ru
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68636: [patch] textproc/intltool fail to build without p5-XML-Parser
Message-ID:  <200407031437.i63Eb7kL040466@rocky.cc.rsu.ru>
Resent-Message-ID: <200407031450.i63EoL8S059927@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68636
>Category:       ports
>Synopsis:       [patch] textproc/intltool fail to build without p5-XML-Parser
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 03 14:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Oznobikhin
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
Computer Center of Rostov State University
>Environment:
System: FreeBSD *.cc.rsu.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Jul 2 20:10:08 MSD 2004 bork@rsu.ru:/usr/obj/usr/src/sys/rocky.athlon-xp.HEAD.2004-06-08 i386


>Description:
	textproc/intltool fail to build when p5-XML-Parser is not installed.
	intltool specifies p5-XML-Parser as RUN_DEPENDS while it should be
	BUILD_DEPENDS or DEPENDS.
>How-To-Repeat:
	cd /usr/ports/textproc/intltool
	make
>Fix:
	Change RUN_DEPENDS to BUILD_DEPENDS

--- patch begins here ---
--- Makefile.orig	Sat Jul  3 18:21:06 2004
+++ Makefile	Sat Jul  3 18:18:22 2004
@@ -15,7 +15,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Xml internationalization support for GNOME, and others
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
--- patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407031437.i63Eb7kL040466>