Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2007 19:34:58 GMT
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116318: [MAINTAINER] astro/boinc-setiathome-enhanced : fix linkage
Message-ID:  <200709121934.l8CJYwW9001454@www.freebsd.org>
Resent-Message-ID: <200709121940.l8CJe1Kq025332@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709121934.l8CJYwW9001454>