Date: Sat, 19 Sep 2009 16:41:38 +1000 (EST) From: Peter Jeremy <peterjeremy@acm.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: peter@vk2pj.dyndns.org Subject: ports/138964: [patch] astro/boinc-setiathome-enhanced doesn't install app_info.xml Message-ID: <200909190641.n8J6fcWH097913@server.vk2pj.dyndns.org> Resent-Message-ID: <200909190910.n8J9A2Vn089387@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@server.vk2pj.dyndns.org:/tank/obj/usr/src/sys/server amd64 >Description: If the SETI@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909190641.n8J6fcWH097913>