From 7cc9cc9b01a211814b75382d7afeefeed029b761 Mon Sep 17 00:00:00 2001 From: sem Date: Sun, 31 Jul 2005 12:30:10 +0000 Subject: - Update to 0.9.14 - Fix build on !i386 - Pass maintainership to Tobias Roth PR: ports/82825 Submitted by: Vivek Khera Tobias Roth Approved by: maintainer timeout (1 month) --- www/clearsilver/Makefile | 20 +++++++------------- www/clearsilver/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 73fa956842f9..de67b5438f4e 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -7,12 +7,12 @@ # PORTNAME= clearsilver -PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTVERSION= 0.9.14 CATEGORIES= www -MASTER_SITES= http://www.clearsilver.net/downloads/ +MASTER_SITES= http://www.clearsilver.net/downloads/ \ + http://depot.fsck.ch/mirror/distfiles/ -MAINTAINER= thinker@branda.to +MAINTAINER= ports@fsck.ch COMMENT= A fast, powerful, and language-neutral template system GNU_CONFIGURE= yes @@ -64,19 +64,13 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \ .include -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (missing -fPIC from shared libraries)" -.endif - post-patch: @# Remove CFLAGS when building the python module, pydistfile is used @# and will do the right thing. @${REINPLACE_CMD} -E 's,(\$$\(PYTHON\)),CFLAGS="" \1,g' ${WRKSRC}/python/Makefile - @# Avoid rebuiling man pages + @# insert -fPIC into CFLAGS to fix non-i386 builds + @${REINPLACE_CMD} -e 's|= @CFLAGS@|= @CFLAGS@ -fPIC|g' ${WRKSRC}/rules.mk.in + @# Avoid rebuilding man pages @${REINPLACE_CMD} -e 's,all man,all,g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|`$$python_bin -c "import site; print site.sitedirs\[0\]"`|"${PYTHON_SITELIBDIR}"|' ${WRKSRC}/configure diff --git a/www/clearsilver/distinfo b/www/clearsilver/distinfo index db9aa3b6c81c..1f43c2d8ff34 100644 --- a/www/clearsilver/distinfo +++ b/www/clearsilver/distinfo @@ -1,2 +1,2 @@ -MD5 (clearsilver-0.9.13.tar.gz) = 6f4946d92eca41e17c9fc0373aee096a -SIZE (clearsilver-0.9.13.tar.gz) = 365908 +MD5 (clearsilver-0.9.14.tar.gz) = 2161936b7828e8cbdc4f45812d15e3f6 +SIZE (clearsilver-0.9.14.tar.gz) = 366041 -- cgit