Index: head/textproc/libxml2/Makefile =================================================================== --- head/textproc/libxml2/Makefile (revision 265248) +++ head/textproc/libxml2/Makefile (revision 265249) @@ -1,80 +1,80 @@ # New ports collection makefile for: libxml2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai # # $FreeBSD$ # # WITHOUT_SCHEMA disable XML schema support # WITHOUT_THREADS disable threads support # WITH_MEM_DEBUG enable memory debugging (DEVELOPERS ONLY!) # WITH_XMLLINT_HIST enable history for xmllint # WITH_THREAD_ALLOC enable per-thread memory (DEVELOPERS ONLY!) # PORTNAME= libxml2 -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ ftp://gd.tuwien.ac.at/pub/libxml/ \ ftp://xmlsoft.org/libxml2/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) USE_CSTD= gnu89 USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_GNOME?= gnomehack gnometarget pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ --without-python CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if !defined(MASTERDIR) MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 MAN3= libxml.3 .endif .if defined(WITHOUT_SCHEMA) CONFIGURE_ARGS+= --without-schemas .endif .if defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --without-threads .endif .if defined(WITH_MEM_DEBUG) CONFIGURE_ARGS+= --with-mem-debug .endif .if defined(WITH_XMLLINT_HIST) CONFIGURE_ARGS+= --with-history .endif .if defined(WITH_THREAD_ALLOC) CONFIGURE_ARGS+= --with-thread-alloc .endif post-patch: .for d in . doc doc/devhelp doc/examples @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ ${WRKSRC}/${d}/Makefile.in .endfor .for f in catalog.c xmlcatalog.c xmllint.c doc/xmllint.1 @${REINPLACE_CMD} -e \ 's|/etc/xml/catalog|${LOCALBASE}/share/xml/catalog|g; \ s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' ${WRKSRC}/${f} .endfor .include .endif Property changes on: head/textproc/libxml2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.166 \ No newline at end of property +1.167 \ No newline at end of property Index: head/textproc/libxml2/distinfo =================================================================== --- head/textproc/libxml2/distinfo (revision 265248) +++ head/textproc/libxml2/distinfo (revision 265249) @@ -1,3 +1,2 @@ -MD5 (gnome2/libxml2-2.7.7.tar.gz) = 9abc9959823ca9ff904f1fbcf21df066 -SHA256 (gnome2/libxml2-2.7.7.tar.gz) = af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68 -SIZE (gnome2/libxml2-2.7.7.tar.gz) = 4868502 +SHA256 (gnome2/libxml2-2.7.8.tar.gz) = cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec +SIZE (gnome2/libxml2-2.7.8.tar.gz) = 4881808 Property changes on: head/textproc/libxml2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.103 \ No newline at end of property +1.104 \ No newline at end of property Index: head/textproc/libxml2/files/patch-python_libxml.c =================================================================== --- head/textproc/libxml2/files/patch-python_libxml.c (revision 265248) +++ head/textproc/libxml2/files/patch-python_libxml.c (nonexistent) @@ -1,11 +0,0 @@ ---- python/libxml.c.orig 2009-09-24 17:31:59.000000000 +0200 -+++ python/libxml.c 2010-10-03 09:34:16.000000000 +0200 -@@ -30,7 +30,7 @@ - - #if (defined(_MSC_VER) || defined(__MINGW32__)) && !defined(vsnprintf) - #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) --#elif defined(WITH_TRIO) -+#elif defined(WITH_TRIO) && !defined(vsnprintf) - #include "trio.h" - #define vsnprintf trio_vsnprintf - #endif Property changes on: head/textproc/libxml2/files/patch-python_libxml.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property