Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2009 06:23:08 GMT
From:      Hidemi Yamashita <happybsd@kiiroi.mimoza.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134359: Missing version of libxml2 in bsd.linux-apps.mk
Message-ID:  <200905080623.n486N8Hl050287@www.freebsd.org>
Resent-Message-ID: <200905080630.n486U1gB008177@freefall.freebsd.org>

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

>Number:         134359
>Category:       ports
>Synopsis:       Missing version of libxml2 in bsd.linux-apps.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 08 06:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Hidemi Yamashita
>Release:        7.2 Release
>Organization:
>Environment:
FreeBSD x31 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Old libxml2 version is specified in /usr/ports/Mk/bsd.linux-apps.mk. The version number isn't matched to /usr/ports/textproc/linux-f8-libxml2.
>How-To-Repeat:
vi -c 260 /usr/ports/Mk/bsd.linux-apps.mk
>Fix:
apply patch

Patch attached with submission follows:

--- bsd.linux-apps.mk.orig	2009-04-10 23:43:59.000000000 +0900
+++ bsd.linux-apps.mk	2009-05-08 12:12:16.000000000 +0900
@@ -257,7 +257,7 @@
 libxml_PORT=		${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-libxml
 
 libxml2_FILE=		${LINUXBASE}/usr/lib/libxml2.so.2.6.19
-libxml2_f8_FILE=	${LINUXBASE}/usr/lib/libxml2.so.2.6.31
+libxml2_f8_FILE=	${LINUXBASE}/usr/lib/libxml2.so.2.7.2
 libxml2_DETECT=		${libxml2${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 libxml2_PORT=		${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-libxml2
 


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



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