Date: Wed, 3 Apr 2002 18:42:17 +0200 (CEST) From: Tilman Linneweh <tilman@arved.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de Subject: ports/36698: Maintainerupdate graphics/vcdimager Message-ID: <200204031642.g33GgHC53783@sauna.arved.de>
next in thread | raw e-mail | index | archive | help
>Number: 36698 >Category: ports >Synopsis: Maintainerupdate graphics/vcdimager >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 08:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Due to changes in xml2-config the XML Frontend is not build with recent libxml2. Bump PORTREVISION to make sure everyone gets the XML Frontend Reported by: bento >How-To-Repeat: Do a make configure and read the final lines. >Fix: diff -ruN vcdimager.orig/Makefile vcdimager/Makefile --- vcdimager.orig/Makefile Sun Jan 27 18:35:29 2002 +++ vcdimager/Makefile Wed Apr 3 18:28:59 2002 @@ -6,6 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.12 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/ diff -ruN vcdimager.orig/files/patch-configure vcdimager/files/patch-configure--- vcdimager.orig/files/patch-configure Thu Jan 1 01:00:00 1970 +++ vcdimager/files/patch-configure Wed Apr 3 18:26:08 2002 @@ -0,0 +1,20 @@ +--- configure.orig Wed Apr 3 18:24:13 2002 ++++ configure Wed Apr 3 18:25:13 2002 +@@ -7790,7 +7790,7 @@ + + #include <stdlib.h> + #include <stdio.h> +-#include <xmlversion.h> ++#include <libxml2/libxml/xmlversion.h> + + int + main() +@@ -7911,7 +7911,7 @@ + #line 7911 "configure" + #include "confdefs.h" + +-#include <xmlversion.h> ++#include <libxml2/libxml/xmlversion.h> + #include <stdio.h> + + #ifdef F77_DUMMY_MAIN >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204031642.g33GgHC53783>