ports/116318: [MAINTAINER] astro/boinc-setiathome-enhanced : fix linkage
Rene Ladan
r.c.ladan at gmail.com
Wed Sep 12 19:40:02 UTC 2007
>Number: 116318
>Category: ports
>Synopsis: [MAINTAINER] astro/boinc-setiathome-enhanced : fix linkage
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 12 19:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Rene Ladan
>Release: 7.0 CURRENT i386
>Organization:
>Environment:
FreeBSD 195-241-214-37.dsl.ip.tiscali.nl 7.0-CURRENT FreeBSD 7.0-CURRENT #22: Wed Sep 5 21:57:41 CEST 2007 root at 195-241-214-37.dsl.ip.tiscali.nl:/usr/obj/usr/src/sys/RENE i386
>Description:
The test utility client/hires_timer_test builds on my box, but fails to build on pointyhat (gohan28.freebsd.org). Since it isn't installed by the port, modify client/Makefile.am to not build the utility.
Changes:
* reroll the distfile
* update distinfo
* increase PORTREVISION (the porters handbook is silent on this?)
* while here fix a typo in a URL
>How-To-Repeat:
See e.g. http://pointyhat.freebsd.org/errorlogs/i386-5-exp-full/boinc-setiathome-enhanced-5.27_1.log
for the build (link) failure.
>Fix:
Patch attached with submission follows:
diff -u Makefile.orig Makefile
--- Makefile.orig 2007-09-12 21:12:21.000000000 +0200
+++ Makefile 2007-09-12 21:20:47.000000000 +0200
@@ -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 @@
.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 @@
CXXFLAGS="${CXXFLAGS}" \
BOINCDIR="${LOCALBASE}"
-BROKEN= Does not compile.
-
# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
BOINC_USER?= boinc
BOINC_GROUP?= nobody
diff -u distinfo.orig distinfo
--- distinfo.orig 2007-09-04 23:47:07.000000000 +0200
+++ distinfo 2007-09-12 21:13:01.000000000 +0200
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list