aboutsummaryrefslogtreecommitdiff
path: root/www/clearsilver
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-31 12:30:10 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-31 12:30:10 +0000
commit6cf7030030f851d2eda5a2b71012d087d371d108 (patch)
treede977829919780914a7252004011a26c5b4a65f0 /www/clearsilver
parent00c1139c96b688be48fd368f97cc56824f520ad0 (diff)
downloadports-6cf7030030f851d2eda5a2b71012d087d371d108.tar.gz
ports-6cf7030030f851d2eda5a2b71012d087d371d108.zip
- Update to 0.9.14
- Fix build on !i386 - Pass maintainership to Tobias Roth <ports@fsck.ch> PR: ports/82825 Submitted by: Vivek Khera <vivek@khera.org> Tobias Roth <ports@fsck.ch> Approved by: maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=140553
Diffstat (limited to 'www/clearsilver')
-rw-r--r--www/clearsilver/Makefile20
-rw-r--r--www/clearsilver/distinfo4
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 <bsd.port.pre.mk>
-.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