From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 10 04:00:19 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 EE7661065679 for ; Sat, 10 Oct 2009 04:00:18 +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 C6FE68FC1F for ; Sat, 10 Oct 2009 04:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9A40Hxj051731 for ; Sat, 10 Oct 2009 04:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9A40HiD051730; Sat, 10 Oct 2009 04:00:17 GMT (envelope-from gnats) Resent-Date: Sat, 10 Oct 2009 04:00:17 GMT Resent-Message-Id: <200910100400.n9A40HiD051730@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F3461065670 for ; Sat, 10 Oct 2009 03:59:29 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f197.google.com (mail-yw0-f197.google.com [209.85.211.197]) by mx1.freebsd.org (Postfix) with ESMTP id E4DBD8FC0C for ; Sat, 10 Oct 2009 03:59:28 +0000 (UTC) Received: by ywh35 with SMTP id 35so21256697ywh.7 for ; Fri, 09 Oct 2009 20:59:28 -0700 (PDT) Received: by 10.90.215.9 with SMTP id n9mr1837135agg.98.1255147168108; Fri, 09 Oct 2009 20:59:28 -0700 (PDT) Received: from fbsd9i386.scjamorim.org ([201.47.164.207]) by mx.google.com with ESMTPS id 23sm507130yxe.4.2009.10.09.20.59.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Oct 2009 20:59:27 -0700 (PDT) Received: by fbsd9i386.scjamorim.org (Postfix, from userid 0) id 2E33E244F68; Sat, 10 Oct 2009 00:59:16 -0300 (BRT) Message-Id: <20091010035916.2E33E244F68@fbsd9i386.scjamorim.org> Date: Sat, 10 Oct 2009 00:59:16 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139469: [PATCH] devel/tclxml: update to 3.2. Take maintainership. 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: Sat, 10 Oct 2009 04:00:19 -0000 >Number: 139469 >Category: ports >Synopsis: [PATCH] devel/tclxml: update to 3.2. Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 10 04:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct 2 01:38:34 BRT >Description: - Update to 3.2 - Added support to xml-config and xslt-config - Changed file pkg-plist - Take maintainership. Removed file(s): - files/patch-library-pkgIndex.tcl.in Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- tclxml-3.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/tclxml/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 22 Aug 2009 00:18:38 -0000 1.14 +++ Makefile 10 Oct 2009 03:57:17 -0000 @@ -6,24 +6,27 @@ # PORTNAME= tclxml -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= devel tcl MASTER_SITES= SF/tclxml/TclXML/${PORTVERSION} -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= API for parsing XML documents using Tcl +BUILD_DEPENDS= ${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt RUN_DEPENDS?= dtplite:${PORTSDIR}/devel/tcllib -PORTDOCS= README.html html.xsl nroff.xsl tclxml.html tclxml.xml \ - README.xml man.macros tcldoc-1.0.dtd tclxml.n txt.xsl +PORTDOCS= README.xml html.xsl man.macros nroff.xsl tcldoc-1.0.dtd \ + tcldom.html tcldom.xml tclxml.css tclxml.html tclxml.xml \ + tclxslt.html tclxslt.xml transform.tcl txt.xsl USE_TCL= 82+ +XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} + --with-tclinclude=${TCL_INCLUDEDIR} \ + XML_CONFIG="${XML_CONFIG}" PLIST= ${PKGDIR}${PKGNAMESUFFIX}/pkg-plist PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ PLIST_SUB= VER=${PORTVERSION} @@ -33,7 +36,7 @@ pre-install: .if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR} + @${INSTALL} -d ${DOCSDIR} @cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/tclxml/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 5 May 2008 14:54:25 -0000 1.4 +++ distinfo 10 Oct 2009 03:57:17 -0000 @@ -1,3 +1,3 @@ -MD5 (tclxml-3.1.tar.gz) = 35de63a4ceba7a6fdb85dd1a62f2e881 -SHA256 (tclxml-3.1.tar.gz) = 9b017f29c7a06fa1a57d1658bd1d3867297c26013604bdcc4d7b0ca2333552c9 -SIZE (tclxml-3.1.tar.gz) = 489568 +MD5 (tclxml-3.2.tar.gz) = 9d1605246c899eff7db591bca3c23200 +SHA256 (tclxml-3.2.tar.gz) = f4116b6680b249ce74b856a121762361ca09e6256f0c8ad578d1c661b822cb39 +SIZE (tclxml-3.2.tar.gz) = 757594 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/tclxml/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 5 May 2008 14:54:25 -0000 1.2 +++ pkg-plist 10 Oct 2009 03:57:17 -0000 @@ -1,17 +1,28 @@ -include/tclxml/tclxml.h -include/tclxml/tclxmlDecls.h -lib/TclxmlConfig.sh +include/tclxml/docObj.h +include/tclxml/tcldom-libxml2.h +include/tclxml/tcldom.h +include/tclxml/tclxml-libxml2.h +include/tclxml/tclxslt.h lib/Tclxml%%VER%%/libTclxml%%VER%%.so lib/Tclxml%%VER%%/libTclxmlstub%%VER%%.a lib/Tclxml%%VER%%/pkgIndex.tcl +lib/Tclxml%%VER%%/process.tcl +lib/Tclxml%%VER%%/resources.tcl lib/Tclxml%%VER%%/sgml-8.0.tcl lib/Tclxml%%VER%%/sgml-8.1.tcl lib/Tclxml%%VER%%/sgmlparser.tcl +lib/Tclxml%%VER%%/tcldom-libxml2.tcl lib/Tclxml%%VER%%/tclparser-8.0.tcl lib/Tclxml%%VER%%/tclparser-8.1.tcl -lib/Tclxml%%VER%%/xml__tcl.tcl +lib/Tclxml%%VER%%/tclxslt-libxslt.tcl +lib/Tclxml%%VER%%/utilities.tcl lib/Tclxml%%VER%%/xml-8.0.tcl lib/Tclxml%%VER%%/xml-8.1.tcl +lib/Tclxml%%VER%%/xml__tcl.tcl +lib/Tclxml%%VER%%/xmldep.tcl +lib/Tclxml%%VER%%/xmlswitch.tcl lib/Tclxml%%VER%%/xpath.tcl +lib/Tclxml%%VER%%/xsltcache.tcl +lib/TclxmlConfig.sh @dirrm lib/Tclxml%%VER%% @dirrm include/tclxml Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/devel/tclxml/files/patch-configure,v retrieving revision 1.1 diff -u -u -r1.1 patch-configure --- files/patch-configure 5 May 2008 14:54:25 -0000 1.1 +++ files/patch-configure 10 Oct 2009 03:57:17 -0000 @@ -1,15 +1,11 @@ -Due to the portbuildmechanism, the original TCL_SRC_DIR is not available -at buildtime of this port, but the private headers that we are actually -looking for can also be found in the include directory. - ---- configure.orig 2005-11-04 07:26:33.000000000 +0100 -+++ configure 2008-04-27 23:30:44.000000000 +0200 -@@ -3183,7 +3183,7 @@ +--- configure.orig 2008-12-02 08:55:06.000000000 -0200 ++++ configure 2009-10-09 19:10:25.000000000 -0300 +@@ -6770,6 +6770,8 @@ TCL_INCLUDES=-I\"${INCLUDE_DIR_NATIVE}\" -- + TCL_SRC_DIR=${with_tclinclude} ++ + - echo $ac_n "checking for Tcl private include files""... $ac_c" 1>&6 Index: files/patch-library-pkgIndex.tcl.in =================================================================== RCS file: files/patch-library-pkgIndex.tcl.in diff -N files/patch-library-pkgIndex.tcl.in --- files/patch-library-pkgIndex.tcl.in 5 May 2008 14:54:25 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -No clue what went wrong here.. -This patch just avoids the warning message, it would work without it aswell. - ---- library/pkgIndex.tcl.in.orig 2008-04-27 23:48:07.000000000 +0200 -+++ library/pkgIndex.tcl.in 2008-04-27 23:48:13.000000000 +0200 -@@ -4,7 +4,7 @@ - - package ifneeded xml::c @VERSION@ [list load [file join $dir @Tclxml_LIB_FILE@]] - package ifneeded xml::tcl @VERSION@ [list source [file join $dir xml__tcl.tcl]] --package ifneeded sgmlparser 1.1 [list source [file join $dir sgmlparser.tcl]] -+package ifneeded sgmlparser 1.0 [list source [file join $dir sgmlparser.tcl]] - package ifneeded xpath 1.0 [list source [file join $dir xpath.tcl]] - package ifneeded xmldep 1.0 [list source [file join $dir xmldep.tcl]] - --- tclxml-3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: