* Update to 1.1.4

* Use OPTIONS where feasible
This commit is contained in:
Joe Marcus Clarke 2004-02-23 18:38:03 +00:00
parent d0f82038bc
commit 976590be1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101882
2 changed files with 9 additions and 6 deletions

View File

@ -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>

View File

@ -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