From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 10 22:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 902191065678 for ; Tue, 10 Feb 2009 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69F548FC17 for ; Tue, 10 Feb 2009 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1AMA3GC039215 for ; Tue, 10 Feb 2009 22:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1AMA3fh039214; Tue, 10 Feb 2009 22:10:03 GMT (envelope-from gnats) Resent-Date: Tue, 10 Feb 2009 22:10:03 GMT Resent-Message-Id: <200902102210.n1AMA3fh039214@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, José García Juanino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A9371065674 for ; Tue, 10 Feb 2009 22:08:16 +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 EB95E8FC16 for ; Tue, 10 Feb 2009 22:08:15 +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 n1AM8FSf079358 for ; Tue, 10 Feb 2009 22:08:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1AM8FDM079337; Tue, 10 Feb 2009 22:08:15 GMT (envelope-from nobody) Message-Id: <200902102208.n1AM8FDM079337@www.freebsd.org> Date: Tue, 10 Feb 2009 22:08:15 GMT From: José García Juanino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131574: [maintainer update] fix build errors on editors/xmlcopyeditor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 22:10:04 -0000 >Number: 131574 >Category: ports >Synopsis: [maintainer update] fix build errors on editors/xmlcopyeditor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 10 22:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: José García Juanino >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD banach.altran.es 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #0: Sat Jan 10 16:01:59 CET 2009 root@banach.altran.es:/usr/obj/usr/src/sys/MK2009Ene10 i386 >Description: Dear FreeBSD commiter: After update texproc/libxml2 from from 2.7.2 to 2.7.3, editors/xmlcopyeditor port fails to build: http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xmlcopyeditor-1.2.0.log In order to fix this build error, apply the submitted patch: # cd /usr/ports/editors/xmlcopyeditor # patch -p1 < /tmp/xmlcopyeditor.diff # rm *.orig files/*.orig Best regards >How-To-Repeat: >Fix: Patch attached with submission follows: diff -uNr xmlcopyeditor.orig/Makefile xmlcopyeditor/Makefile --- xmlcopyeditor.orig/Makefile 2009-02-10 22:38:31.000000000 +0100 +++ xmlcopyeditor/Makefile 2009-02-10 22:40:25.000000000 +0100 @@ -7,6 +7,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=-2 CATEGORIES= editors MASTER_SITES= SF diff -uNr xmlcopyeditor.orig/files/patch-src_wraplibxml.cpp.diff xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff --- xmlcopyeditor.orig/files/patch-src_wraplibxml.cpp.diff 1970-01-01 01:00:00.000000000 +0100 +++ xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff 2009-02-10 22:20:51.000000000 +0100 @@ -0,0 +1,14 @@ +--- src/wraplibxml.cpp.orig ++++ src/wraplibxml.cpp +@@ -20,6 +20,11 @@ + #include "wraplibxml.h" + #include + #include ++ ++#ifdef ATTRIBUTE_PRINTF ++#undef ATTRIBUTE_PRINTF ++#endif ++ + #include + + WrapLibxml::WrapLibxml ( bool netAccessParameter, const std::string& catalogPathParameter ) >Release-Note: >Audit-Trail: >Unformatted: