diff options
author | sem <sem@FreeBSD.org> | 2005-07-31 20:30:10 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-31 20:30:10 +0800 |
commit | 7cc9cc9b01a211814b75382d7afeefeed029b761 (patch) | |
tree | 94f95a237eca68ad064fb47f963326701ba33413 | |
parent | 7333f217fb76bc27b3b405938b1c78f6b299958b (diff) | |
download | freebsd-ports-gnome-7cc9cc9b01a211814b75382d7afeefeed029b761.tar.gz freebsd-ports-gnome-7cc9cc9b01a211814b75382d7afeefeed029b761.tar.zst freebsd-ports-gnome-7cc9cc9b01a211814b75382d7afeefeed029b761.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)
-rw-r--r-- | www/clearsilver/Makefile | 20 | ||||
-rw-r--r-- | 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 <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 |