From tilman@arved.de  Tue Sep 10 05:30:27 2002
Return-Path: <tilman@arved.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5370037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Sep 2002 05:30:27 -0700 (PDT)
Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.131.34.148])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C775143E7B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Sep 2002 05:30:25 -0700 (PDT)
	(envelope-from tilman@arved.de)
Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1])
	by tl.kom.tuwien.ac.at (8.12.6/8.12.5) with ESMTP id g8A06NeY070672;
	Tue, 10 Sep 2002 02:07:38 +0200 (CEST)
	(envelope-from tilman@tl.kom.tuwien.ac.at)
Received: (from tilman@localhost)
	by tl.kom.tuwien.ac.at (8.12.5/8.12.5/Submit) id g89ApaQ2014949;
	Mon, 9 Sep 2002 12:51:36 +0200 (CEST)
Message-Id: <200209091051.g89ApaQ2014949@tl.kom.tuwien.ac.at>
Date: Mon, 9 Sep 2002 12:51:36 +0200 (CEST)
From: Tilman Linneweh <tilman@arved.de>
Reply-To: Tilman Linneweh <tilman@arved.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lyngbol@wheel.dk
Subject: Fix Build net/scli: patch-configure fixes libxml detection
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42633
>Category:       ports
>Synopsis:       Fix Build net/scli: patch-configure fixes libxml detection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 10 05:40:03 PDT 2002
>Closed-Date:    Sat Oct 05 10:30:07 PDT 2002
>Last-Modified:  Sat Oct 05 10:30:07 PDT 2002
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	Location of libxml Headerfiles changed about 6 month ago.
	
>How-To-Repeat:
	
>Fix:

	

--- scli.diff begins here ---
Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-configure	9 Sep 2002 10:47:55 -0000
@@ -0,0 +1,11 @@
+--- configure.orig	Mon Sep  9 12:46:41 2002
++++ configure	Mon Sep  9 12:46:47 2002
+@@ -1569,7 +1569,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+-#include <xmlversion.h>
++#include <libxml/xmlversion.h>
+ 
+ int 
+ main()
--- scli.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Jim Geovedi <negative@toxic.magnesium.net>
To: Tilman Linneweh <tilman@arved.de>
Cc: FreeBSD-gnats-submit@FreeBSD.org, lyngbol@wheel.dk
Subject: Re: ports/42633: Fix Build net/scli: patch-configure fixes libxml detection
Date: 10 Sep 2002 07:25:07 -0700

 > 	Location of libxml Headerfiles changed about 6 month ago.
 > 	
 
 Fixed in scli-0.2.12. Any reason to keep it out-dated? :-)
 	ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/
 
 -- 
 Jim Geovedi, negative@{,toxic.}magnesium.net
 http://www.magnesium.net/~negative/
Responsible-Changed-From-To: freebsd-ports->dinoex 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Wed Oct 2 07:48:03 PDT 2002 
Responsible-Changed-Why:  
checked with maintainer, fix will be ommited shortly. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42633 
State-Changed-From-To: open->analyzed 
State-Changed-By: dinoex 
State-Changed-When: Wed Oct 2 22:56:16 PDT 2002 
State-Changed-Why:  
A quick and easy fix is: 
CFLAGS+=       -I${LOCALBASE}/include/libxml2/libxml 

Non of this changes will be commited, 
as the next release 0.2.12 has already a fix. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=42633 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dinoex 
State-Changed-When: Sat Oct 5 10:29:53 PDT 2002 
State-Changed-Why:  
update is committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42633 
>Unformatted:
