ports/138964: [patch] astro/boinc-setiathome-enhanced doesn't install app_info.xml

Peter Jeremy peterjeremy at acm.org
Sat Sep 19 09:10:03 UTC 2009


>Number:         138964
>Category:       ports
>Synopsis:       [patch] astro/boinc-setiathome-enhanced doesn't install app_info.xml
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 19 09:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        FreeBSD 8.0-BETA4 amd64
>Organization:
n/s
>Environment:
System: FreeBSD server.vk2pj.dyndns.org 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Thu Sep 17 09:01:45 EST 2009 root at server.vk2pj.dyndns.org:/tank/obj/usr/src/sys/server amd64

>Description:
	If the SETI at home screensaver is not enabled (which is the default),
	the app_info.xml file (which is necessary to communicate with the
	boinc server) is not installed.
>How-To-Repeat:
	Install astro/boinc-setiathome-enhanced without X11 screensaver
	and attempt to start boinc

>Fix:
Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/astro/boinc-setiathome-enhanced/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	15 Sep 2009 21:37:57 -0000	1.23
+++ Makefile	19 Sep 2009 06:34:19 -0000
@@ -86,8 +86,8 @@
 	${INSTALL_PROGRAM} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKSRC}/client/${SETI_BINARY} ${BOINC_HOME}/projects/${SETI_SITE}/
 .if !defined(WITHOUT_X11)
 	${INSTALL_PROGRAM} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKSRC}/client/seti_graphics ${BOINC_HOME}/projects/${SETI_SITE}/
-	${INSTALL_DATA} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/app_info.xml ${BOINC_HOME}/projects/${SETI_SITE}/
 .endif
+	${INSTALL_DATA} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/app_info.xml ${BOINC_HOME}/projects/${SETI_SITE}/
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list