Index: head/textproc/libxslt/Makefile =================================================================== --- head/textproc/libxslt/Makefile (revision 161218) +++ head/textproc/libxslt/Makefile (revision 161219) @@ -1,67 +1,66 @@ # New ports collection makefile for: libxslt # Date created: 9th February 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= libxslt -PORTVERSION= 1.1.15 -PORTREVISION= 1 +PORTVERSION= 1.1.16 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= The XSLT C library for GNOME USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GNOME?= gnomehack gnometarget libxml2 USE_REINPLACE= yes CONFIGURE_ARGS?= --with-html-dir=${PREFIX}/share/doc \ --without-python CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(MASTERDIR) _SLAVE_PORT= yes .else MAN3= libexslt.3 libxslt.3 MAN1= xsltproc.1 OPTIONS= MEM_DEBUG "Enable memory debugging" off .endif .include .if defined(WITH_MEM_DEBUG) CONFIGURE_ARGS+= --with-mem-debug .endif .if !defined(_SLAVE_PORT) .if exists(${LOCALBASE}/lib/libgcrypt.so) WITH_GCRYPT= yes .endif .if defined(WITH_GCRYPT) LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Libxslt has the following additional tunables:" @${ECHO_MSG} "" @${ECHO_MSG} " WITH_GCRYPT=yes Turns on libgcrypt support" @${ECHO_MSG} "" .endif post-patch: @${REINPLACE_CMD} -e 's|[$$](bindir)/xsltproc|../xsltproc/xsltproc|g ; \ s|[$$](bindir)/xmllint|../xmllint/xmllint|g' \ ${WRKSRC}/doc/Makefile.in .include Property changes on: head/textproc/libxslt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.74 \ No newline at end of property +1.75 \ No newline at end of property Index: head/textproc/libxslt/distinfo =================================================================== --- head/textproc/libxslt/distinfo (revision 161218) +++ head/textproc/libxslt/distinfo (revision 161219) @@ -1,3 +1,3 @@ -MD5 (gnome2/libxslt-1.1.15.tar.bz2) = 0a48d1a723d5338b246702ab1769e7bf -SHA256 (gnome2/libxslt-1.1.15.tar.bz2) = 6322124f471d6ed4908833cddaba512b247aa169cb8d1ebd87219afe051c6e03 -SIZE (gnome2/libxslt-1.1.15.tar.bz2) = 1822862 +MD5 (gnome2/libxslt-1.1.16.tar.bz2) = 35e1c422b4b222c860dd56445fa51a8b +SHA256 (gnome2/libxslt-1.1.16.tar.bz2) = 9e9840b2bbe4bdc7c0afeba3ee981fdeb4964d2c4109ced127ccc9ef975a9c37 +SIZE (gnome2/libxslt-1.1.16.tar.bz2) = 1861172 Property changes on: head/textproc/libxslt/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.53 \ No newline at end of property +1.54 \ No newline at end of property Index: head/textproc/libxslt/files/patch-libxslt::xslt.h =================================================================== --- head/textproc/libxslt/files/patch-libxslt::xslt.h (revision 161218) +++ head/textproc/libxslt/files/patch-libxslt::xslt.h (nonexistent) @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- libxslt/xslt.h 2001/12/06 12:04:42 1.1 -+++ libxslt/xslt.h 2001/12/06 12:07:32 -@@ -11,6 +11,12 @@ - - #include - -+#if defined(WIN32) && defined(_MSC_VER) -+#include -+#else -+#include -+#endif -+ - #ifdef __cplusplus - extern "C" { - #endif Property changes on: head/textproc/libxslt/files/patch-libxslt::xslt.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/textproc/libxslt/files/patch-libexslt_crypto.c =================================================================== --- head/textproc/libxslt/files/patch-libexslt_crypto.c (revision 161218) +++ head/textproc/libxslt/files/patch-libexslt_crypto.c (nonexistent) @@ -1,11 +0,0 @@ ---- libexslt/crypto.c.orig Mon Jul 5 19:33:58 2004 -+++ libexslt/crypto.c Mon Jul 5 19:35:25 2004 -@@ -315,6 +315,8 @@ - #define PLATFORM_MD5 GCRY_MD_MD5 - #define PLATFORM_SHA1 GCRY_MD_SHA1 - -+#include -+#include - #include /* needed by gcrypt.h 4 Jul 04 */ - #include - Property changes on: head/textproc/libxslt/files/patch-libexslt_crypto.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 Index: head/textproc/libxslt/files/patch-configure =================================================================== --- head/textproc/libxslt/files/patch-configure (nonexistent) +++ head/textproc/libxslt/files/patch-configure (revision 161219) @@ -0,0 +1,29 @@ +--- configure.orig Tue May 2 18:32:39 2006 ++++ configure Tue May 2 18:34:50 2006 +@@ -21701,7 +21701,7 @@ except: print 0"` + -d $with_python/lib/python$PYTHON_VERSION/site-packages + then + PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION +- PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' ++ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages + else + if test -r $prefix/include/python$PYTHON_VERSION/Python.h + then +@@ -21724,7 +21724,7 @@ except: print 0"` + fi + if test "$with_python" != "" + then +- pythondir=$(PYTHON_SITE_PACKAGES) ++ pythondir='$(PYTHON_SITE_PACKAGES)' + else + pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' + fi +@@ -22057,7 +22057,7 @@ fi + + + +-if test "$WITH_MODULES" == "1"; then ++if test "$WITH_MODULES" = "1"; then + WITH_MODULES_TRUE= + WITH_MODULES_FALSE='#' + else Property changes on: head/textproc/libxslt/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.7 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/textproc/py-libxslt/Makefile =================================================================== --- head/textproc/py-libxslt/Makefile (revision 161218) +++ head/textproc/py-libxslt/Makefile (revision 161219) @@ -1,32 +1,33 @@ # New ports collection makefile for: py-libxslt # Date created: 2 Jun 2004 # Whom: Alexander Nedotsukov # # $FreeBSD$ # CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for XSLT C library for GNOME MASTERDIR= ${.CURDIR}/../libxslt BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME= gnomehack lthack gnometarget libxslt USE_PYTHON= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --with-python=${LOCALBASE} DOCSDIR= ${PREFIX}/share/doc/py-libxslt EXAMPLESDIR= ${PREFIX}/share/examples/py-libxslt post-install: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} .include "${MASTERDIR}/Makefile" Property changes on: head/textproc/py-libxslt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property