diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-10-06 23:36:57 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-10-06 23:36:57 +0800 |
commit | 50fcfeb9834fffbbb7c9103c58476184e5c9f311 (patch) | |
tree | 7dd51341edb1896904f1c468f19a492c94145f40 /astro | |
parent | 07d3571abc26fdc0b3a2886a969f4c8a84d4dbda (diff) | |
download | freebsd-ports-graphics-50fcfeb9834fffbbb7c9103c58476184e5c9f311.tar.gz freebsd-ports-graphics-50fcfeb9834fffbbb7c9103c58476184e5c9f311.tar.zst freebsd-ports-graphics-50fcfeb9834fffbbb7c9103c58476184e5c9f311.zip |
- Unbroken, except on amd64 (temporarily, fixing is on going)
Changes:
* reroll the distfile
(the generated Makefile in work/boinc-setiathome-5.27/client contained
rules to compile the uninstalled test utility hires_timer_test,
for which the linkage failed on pointyhat. Remove these rules and
reroll the distfile.)
* update distinfo
* increase PORTREVISION
* while here fix a typo in a URL
PR: ports/116318
Submitted by: Rene Ladan <r.c.ladan AT gmail.com> (maintainer)
Diffstat (limited to 'astro')
-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 b5c7a07f5ec..fdf6598b704 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 cd28bd3599f..21670b1ce59 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 |