1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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)
This commit is contained in:
Li-Wen Hsu 2007-10-06 15:36:57 +00:00
parent 87f213e8bd
commit e4052514a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201001
2 changed files with 12 additions and 8 deletions

View File

@ -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>

View File

@ -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