From nobody@FreeBSD.org  Fri May  8 06:23:09 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 47497106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 May 2009 06:23:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3506F8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 May 2009 06:23:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n486N84J050288
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 May 2009 06:23:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n486N8Hl050287;
	Fri, 8 May 2009 06:23:08 GMT
	(envelope-from nobody)
Message-Id: <200905080623.n486N8Hl050287@www.freebsd.org>
Date: Fri, 8 May 2009 06:23:08 GMT
From: Hidemi Yamashita <happybsd@kiiroi.mimoza.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Missing version of libxml2 in bsd.linux-apps.mk
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134359
>Category:       ports
>Synopsis:       Missing version of libxml2 in Mk/bsd.linux-apps.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-emulation
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 08 06:30:01 UTC 2009
>Closed-Date:    Fri May 08 19:29:49 UTC 2009
>Last-Modified:  Fri May  8 19:30:03 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-emulation 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri May 8 17:55:07 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134359 
State-Changed-From-To: open->closed 
State-Changed-By: bsam 
State-Changed-When: Fri May 8 19:29:39 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134359 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134359: commit references a PR
Date: Fri,  8 May 2009 19:29:12 +0000 (UTC)

 bsam        2009-05-08 19:29:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.linux-apps.mk 
   Log:
   Fix libxml library version.
   
   PR:             ports/134359
   Submitted by:   Hidemi Yamashita <happybsd@kiiroi.mimoza.jp>
   
   Revision  Changes    Path
   1.17      +2 -2      ports/Mk/bsd.linux-apps.mk
 _______________________________________________
 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"
 
>Unformatted:
