From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 12:30:11 2011 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 480BD106566B for ; Fri, 12 Aug 2011 12:30:11 +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 06CB58FC16 for ; Fri, 12 Aug 2011 12:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7CCUAPa048040 for ; Fri, 12 Aug 2011 12:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7CCUA5F048037; Fri, 12 Aug 2011 12:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 12 Aug 2011 12:30:10 GMT Resent-Message-Id: <201108121230.p7CCUA5F048037@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, Janos Mohacsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75CA51065670; Fri, 12 Aug 2011 12:23:43 +0000 (UTC) (envelope-from mohacsi@csoki.ki.iif.hu) Received: from csoki.ki.iif.hu (csoki.ki.iif.hu [IPv6:2001:738:0:401::3]) by mx1.freebsd.org (Postfix) with ESMTP id 0D5238FC18; Fri, 12 Aug 2011 12:23:42 +0000 (UTC) Received: from csoki.ki.iif.hu (localhost [127.0.0.1]) by csoki.ki.iif.hu (8.14.4/8.14.4) with ESMTP id p7CCNfT1065085; Fri, 12 Aug 2011 14:23:42 +0200 (CEST) (envelope-from mohacsi@csoki.ki.iif.hu) Received: (from root@localhost) by csoki.ki.iif.hu (8.14.4/8.14.4/Submit) id p7CCNf2j065084; Fri, 12 Aug 2011 14:23:41 +0200 (CEST) (envelope-from mohacsi) Message-Id: <201108121223.p7CCNf2j065084@csoki.ki.iif.hu> Date: Fri, 12 Aug 2011 14:23:41 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: swills@FreeBSD.org Subject: ports/159714: [PATCH] devel/xmltooling: [SUMMARIZE CHANGES] 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: Fri, 12 Aug 2011 12:30:11 -0000 >Number: 159714 >Category: ports >Synopsis: [PATCH] devel/xmltooling: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 12 12:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 7.4-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD csoki.ki.iif.hu 7.4-STABLE FreeBSD 7.4-STABLE #2: Mon May 30 17:17:44 CEST 2011 >Description: update to support xerces-c 3. The upcoming versions of shibboleth won't support xerces-c version 2.x . Port maintainer (swills@FreeBSD.org) is cc'd. I can take back the maintainership, if swills@freebsd.org wants. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xmltooling-1.4.2_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/xmltooling.orig/Makefile /usr/ports/devel/xmltooling/Makefile --- /usr/ports/devel/xmltooling.orig/Makefile 2011-08-08 14:45:16.000000000 +0200 +++ /usr/ports/devel/xmltooling/Makefile 2011-08-12 12:57:48.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= xmltooling PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/2.4.3/ @@ -15,7 +16,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ - xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ + xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xml-security-c.16:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes --- xmltooling-1.4.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: