Date: Tue, 14 Aug 2012 08:24:51 GMT From: Rene Ladan <rene@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170628: net/boinc-client: install ${WRKSRC}/lib/shmem.h for no-X11 Astropulse Message-ID: <201208140824.q7E8Opn2080513@red.freebsd.org> Resent-Message-ID: <201208140830.q7E8UFBu096584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170628 >Category: ports >Synopsis: net/boinc-client: install ${WRKSRC}/lib/shmem.h for no-X11 Astropulse >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 14 08:30:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: 8.3-RELEASE i386 >Organization: >Environment: 8.3-RELEASE i386, current ports tree >Description: - install ${WRKSRC}/lib/shmem.h into ${PREFIX}/include/boinc to enable building astro/boinc-astropulse without the X11 code. - bump PORTREVISION This should probably be re-applied for ports/169679 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: pkg-plist =================================================================== --- pkg-plist (revision 302433) +++ pkg-plist (working copy) @@ -39,6 +39,7 @@ include/boinc/prefs.h include/boinc/procinfo.h include/boinc/proxy_info.h +include/boinc/shmem.h include/boinc/stackwalker_imports.h include/boinc/stackwalker_win.h include/boinc/std_fixes.h Index: Makefile =================================================================== --- Makefile (revision 302433) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= boinc-client PORTVERSION= 7.0.25 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -163,6 +163,7 @@ . endif .endif ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/boinc + ${INSTALL_DATA} ${WRKSRC}/lib/shmem.h ${PREFIX}/include/boinc ${INSTALL_DATA} ${WRKSRC}/lib/std_fixes.h ${PREFIX}/include/boinc ${INSTALL_DATA} ${WRKSRC}/api/reduce.h ${PREFIX}/include/boinc .if ${PORT_OPTIONS:MX11} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208140824.q7E8Opn2080513>