ports/147956: emulators/wine: add missing dependency p5-XML-LibXML

Kevin Lo kevlo at FreeBSD.org
Fri Jun 18 03:40:01 UTC 2010


>Number:         147956
>Category:       ports
>Synopsis:       emulators/wine: add missing dependency  p5-XML-LibXML
>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:   Fri Jun 18 03:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Lo
>Release:        
>Organization:
>Environment:
FreeBSD by.home 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r208865M: Fri Jun 11 16:00:54 CST 2010     root at by.home:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
There is a missing dependency for winemaker

>How-To-Repeat:
# winemaker --lower-uppercase update.vcproj
Winemaker 0.7.4
Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
Copyright 2004 Dimitrie O. Paun
Copyright 2009 André Hentschel
Can't locate XML/LibXML.pm in @INC (@INC
contains: /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach /usr/local/lib/perl5/5.10.1 .) at /usr/local/bin/winemaker line 849.
>Fix:
Add p5-XML-LibXML dependency.

Patch attached with submission follows:

--- Makefile.orig	2010-06-07 18:33:38.000000000 +0800
+++ Makefile	2010-06-07 18:34:08.000000000 +0800
@@ -8,6 +8,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.2-rc2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -16,7 +17,8 @@
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	Microsoft Windows compatibility layer for Unix-like systems
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
+		p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
 LIB_DEPENDS=	fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \


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



More information about the freebsd-ports-bugs mailing list