diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-06 15:36:57 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-06 15:36:57 +0000 |
commit | e4052514a00c01e992180369714fa0b2fe0a6338 (patch) | |
tree | c61bcae004a684f2c231c29e9f7091e1532075c4 /astro/boinc-setiathome-enhanced | |
parent | 87f213e8bdcdf8c7c0a024bd6c81dadcb274cb98 (diff) |
Notes
Diffstat (limited to 'astro/boinc-setiathome-enhanced')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 14 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/distinfo | 6 |
2 files changed, 12 insertions, 8 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index b5c7a07f5ecf..fdf6598b704c 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -6,7 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= 5.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= http://home.tiscali.nl/rladan/distfiles/ @@ -41,7 +41,7 @@ CFLAGS+= -mfpmath=sse .else CFLAGS+= -mfpmath=387 .endif -# From http://www,lb.shuttle.de/apastron/boincDown.shtml : +# From http://www.lb.shuttle.de/apastron/boincDown.shtml : # what about other 64 bit archs (especially S/390, see gcc.info.gz) ? .ifdef ${MACHINE_CPU:Mamd64} CFLAGS+= -m64 @@ -55,8 +55,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \ BOINCDIR="${LOCALBASE}" -BROKEN= Does not compile. - # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile BOINC_USER?= boinc BOINC_GROUP?= nobody @@ -88,4 +86,10 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> diff --git a/astro/boinc-setiathome-enhanced/distinfo b/astro/boinc-setiathome-enhanced/distinfo index cd28bd3599ff..21670b1ce595 100644 --- a/astro/boinc-setiathome-enhanced/distinfo +++ b/astro/boinc-setiathome-enhanced/distinfo @@ -1,3 +1,3 @@ -MD5 (boinc-setiathome-enhanced-5.27.tar.gz) = 12f54b726e284a15c3668ff9f5f23d58 -SHA256 (boinc-setiathome-enhanced-5.27.tar.gz) = 571e1f22c77e1241880dbf229de8675ed4addcf39ae66162e17d22329f01c99f -SIZE (boinc-setiathome-enhanced-5.27.tar.gz) = 647077 +MD5 (boinc-setiathome-enhanced-5.27.tar.gz) = 272bc31ba5aeabcc2f2038764f5b0e97 +SHA256 (boinc-setiathome-enhanced-5.27.tar.gz) = a1f47075acf47a3ff503d4b82443448cafcbb3fda98447a3487829ca73191c4e +SIZE (boinc-setiathome-enhanced-5.27.tar.gz) = 646840 |