diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-08 05:20:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-08 05:20:05 +0000 |
commit | 1f3ce2f54aa6f5af76ddc37fbdd687c923d78be5 (patch) | |
tree | 3b2a218d766ef2d0c524b9d7a85ec34611d70b75 /textproc/libxslt | |
parent | 17b63cde997166d5b110c5199ebc6b0c74008c92 (diff) | |
download | ports-1f3ce2f54aa6f5af76ddc37fbdd687c923d78be5.tar.gz ports-1f3ce2f54aa6f5af76ddc37fbdd687c923d78be5.zip |
Notes
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-aa | 28 | ||||
-rw-r--r-- | textproc/libxslt/pkg-plist | 2 |
4 files changed, 15 insertions, 21 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 67e4717bacd0..811aad1e23ad 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.0.20 +PORTVERSION= 1.0.21 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -20,6 +20,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 62b76bf7467c..2c3dcd7b88ec 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxslt-1.0.20.tar.bz2) = 625fe50ff1c41f88f48b0f219f2022a1 +MD5 (gnome2/libxslt-1.0.21.tar.bz2) = 26ce0d132cea8d3beceb6ff7bab3b107 diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index 491313ec15dc..3b6e73087588 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,35 +1,25 @@ - -$FreeBSD$ - ---- Makefile.in.orig Mon Feb 11 20:57:11 2002 -+++ Makefile.in Tue Feb 26 20:53:28 2002 -@@ -122,17 +122,15 @@ +--- Makefile.in.orig Thu Sep 26 14:59:25 2002 ++++ Makefile.in Tue Oct 8 01:09:21 2002 +@@ -123,19 +123,17 @@ @WITH_DEBUGGER_TRUE@ libexslt \ @WITH_DEBUGGER_TRUE@ xsltproc \ @WITH_DEBUGGER_TRUE@ doc \ --@WITH_DEBUGGER_TRUE@ python \ +-@WITH_DEBUGGER_TRUE@ @PYTHON_SUBDIR@ \ -@WITH_DEBUGGER_TRUE@ tests -+@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ python ++@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ \ @WITH_DEBUGGER_FALSE@SUBDIRS = @WITH_DEBUGGER_FALSE@\ @WITH_DEBUGGER_FALSE@ libxslt \ @WITH_DEBUGGER_FALSE@ libexslt \ @WITH_DEBUGGER_FALSE@ xsltproc \ @WITH_DEBUGGER_FALSE@ doc \ --@WITH_DEBUGGER_FALSE@ python \ +-@WITH_DEBUGGER_FALSE@ @PYTHON_SUBDIR@ \ -@WITH_DEBUGGER_FALSE@ tests -+@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ python ++@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ + + DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config -@@ -143,7 +141,7 @@ - win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp - - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libxslt.pc - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist index 048020fa980a..0a7b362857f1 100644 --- a/textproc/libxslt/pkg-plist +++ b/textproc/libxslt/pkg-plist @@ -52,6 +52,8 @@ share/doc/libxslt/html/APIfiles.html share/doc/libxslt/html/APIfunctions.html share/doc/libxslt/html/APIsymbols.html share/doc/libxslt/html/FAQ.html +share/doc/libxslt/html/Libxslt-Logo-180x168.gif +share/doc/libxslt/html/Libxslt-Logo-90x34.gif share/doc/libxslt/html/book1.html share/doc/libxslt/html/bugs.html share/doc/libxslt/html/contexts.gif |