aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-23 18:38:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-23 18:38:03 +0000
commit976590be1a64acf621eda28fd826fd90a0f7d1e8 (patch)
tree69beb28c9e9767dd2d5dbf90460583010569a6a3 /textproc/libxslt
parentd0f82038bc26781e14a647ca125cb551003d5397 (diff)
downloadports-976590be1a64acf621eda28fd826fd90a0f7d1e8.tar.gz
ports-976590be1a64acf621eda28fd826fd90a0f7d1e8.zip
Notes
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile11
-rw-r--r--textproc/libxslt/distinfo4
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 500f69af435a..ba3a9950ba24 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxslt
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.4
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
@@ -27,6 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN3= libexslt.3 libxslt.3
MAN1= xsltproc.1
+OPTIONS= MEM_DEBUG "Enable memory debugging" off
+
.if !defined(WITHOUT_PYTHON)
USE_PYTHON= yes
PLIST_SUB+= PYTHON:=""
@@ -37,16 +39,17 @@ PLIST_SUB+= PYTHON:="@comment "
PKGNAMESUFFIX= -nopython
.endif
+.include <bsd.port.pre.mk>
+
.if defined(WITH_MEM_DEBUG)
CONFIGURE_ARGS+= --with-mem-debug
.endif
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} "libxslt has several tunables:"
+ @${ECHO_MSG} "Libxslt has the following additional tunables:"
@${ECHO_MSG} ""
@${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off python support"
- @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging"
@${ECHO_MSG} ""
post-patch:
@@ -60,4 +63,4 @@ post-install:
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index c779f5a2a676..79cb2798b40c 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libxslt-1.1.3.tar.bz2) = 1eb31a7c0933f438365ce6bf99e95234
-SIZE (gnome2/libxslt-1.1.3.tar.bz2) = 1717022
+MD5 (gnome2/libxslt-1.1.4.tar.bz2) = 1fcbbb28a34b83c0ea18147574b011a0
+SIZE (gnome2/libxslt-1.1.4.tar.bz2) = 1717707