Bug 170628 - net/boinc-client: install ${WRKSRC}/lib/shmem.h for no-X11 Astropulse
Summary: net/boinc-client: install ${WRKSRC}/lib/shmem.h for no-X11 Astropulse
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 09:30 UTC by Rene Ladan
Modified: 2012-08-27 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (999 bytes, patch)
2012-08-14 09:30 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2012-08-14 09:30:15 UTC
- 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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-14 09:30:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2012-08-27 14:23:44 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-27 14:24:27 UTC
Author: pav
Date: Mon Aug 27 13:24:03 2012
New Revision: 303227
URL: http://svn.freebsd.org/changeset/ports/303227

Log:
  - Update to 7.0.28
  
  PR:		ports/169679
  Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
  
  - Install extra headers for astropulse
  
  PR:		ports/170628
  Submitted by:	rene

Modified:
  head/net/boinc-client/Makefile
  head/net/boinc-client/distinfo
  head/net/boinc-client/pkg-plist

Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile	Mon Aug 27 13:15:07 2012	(r303226)
+++ head/net/boinc-client/Makefile	Mon Aug 27 13:24:03 2012	(r303227)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	boinc-client
-PORTVERSION=	7.0.25
-PORTREVISION=	5
+PORTVERSION=	7.0.28
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	pav
@@ -151,9 +150,10 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MMANAGER}
+	${MKDIR} ${PREFIX}/share/boinc
 	${MKDIR} ${LOCALBASE}/share/pixmaps
 . for name in 16 32 48
-	cd ${LOCALBASE}/share/pixmaps ; ${LN} -sf ${PREFIX}/share/boinc/boincmgr.${name}x${name}.png
+	${INSTALL_DATA} ${WRKSRC}/clientgui/res/boincmgr.${name}x${name}.png ${LOCALBASE}/share/pixmaps
 . endfor
 . if ${PORT_OPTIONS:MSKINS}
 	${CP} -R ${WRKSRC}/clientgui/skins ${PREFIX}/share/boinc
@@ -162,9 +162,9 @@ post-install:
 	${CP} -R ${WRKSRC}/clientgui/skins/Default ${PREFIX}/share/boinc/skins
 . endif
 .endif
-	${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/boinc
-	${INSTALL_DATA} ${WRKSRC}/lib/std_fixes.h ${PREFIX}/include/boinc
-	${INSTALL_DATA} ${WRKSRC}/api/reduce.h ${PREFIX}/include/boinc
+. for name in config.h api/reduce.h lib/shmem.h lib/std_fixes.h
+	${INSTALL_DATA} ${WRKSRC}/${name} ${PREFIX}/include/boinc
+. endfor
 .if ${PORT_OPTIONS:MX11}
 . for name in api/boinc_gl.h api/graphics_api.h api/graphics_data.h \
 	api/txf_util.h

Modified: head/net/boinc-client/distinfo
==============================================================================
--- head/net/boinc-client/distinfo	Mon Aug 27 13:15:07 2012	(r303226)
+++ head/net/boinc-client/distinfo	Mon Aug 27 13:24:03 2012	(r303227)
@@ -1,2 +1,2 @@
-SHA256 (boinc-client-7.0.25.tar.xz) = b73dc1ab8e390e7f015964462dd4b02aa01f01ec1bb8dfcfb0faea8c4957bec5
-SIZE (boinc-client-7.0.25.tar.xz) = 4568300
+SHA256 (boinc-client-7.0.28.tar.xz) = a8d208b7145e911e856db4d4cdcfa843e26b445a948c11e40ad03ae3fdd657fa
+SIZE (boinc-client-7.0.28.tar.xz) = 4529336

Modified: head/net/boinc-client/pkg-plist
==============================================================================
--- head/net/boinc-client/pkg-plist	Mon Aug 27 13:15:07 2012	(r303226)
+++ head/net/boinc-client/pkg-plist	Mon Aug 27 13:24:03 2012	(r303227)
@@ -39,6 +39,8 @@ include/boinc/parse.h
 include/boinc/prefs.h
 include/boinc/procinfo.h
 include/boinc/proxy_info.h
+include/boinc/reduce.h
+include/boinc/shmem.h
 include/boinc/stackwalker_imports.h
 include/boinc/stackwalker_win.h
 include/boinc/std_fixes.h
@@ -51,7 +53,6 @@ include/boinc/win_util.h
 %%X11%%include/boinc/boinc_gl.h
 %%X11%%include/boinc/graphics_api.h
 %%X11%%include/boinc/graphics_data.h
-%%X11%%include/boinc/reduce.h
 %%X11%%include/boinc/txf_util.h
 lib/libboinc.a
 lib/libboinc.la
@@ -73,9 +74,6 @@ lib/libboinc_zip.so.7
 %%X11%%lib/libboinc_graphics2.la
 %%X11%%lib/libboinc_graphics2.so
 %%X11%%lib/libboinc_graphics2.so.7
-%%BOINC_MANAGER%%share/boinc/boincmgr.16x16.png
-%%BOINC_MANAGER%%share/boinc/boincmgr.32x32.png
-%%BOINC_MANAGER%%share/boinc/boincmgr.48x48.png
 %%SKINS%%share/boinc/skins/Charity Engine/graphic/arwLeft.png
 %%SKINS%%share/boinc/skins/Charity Engine/graphic/arwLeftClick.png
 %%SKINS%%share/boinc/skins/Charity Engine/graphic/arwRight.png
@@ -135,7 +133,6 @@ lib/libboinc_zip.so.7
 %%BOINC_MANAGER%%share/boinc/skins/Default/workunit_running_image.png
 %%BOINC_MANAGER%%share/boinc/skins/Default/workunit_suspended_image.png
 %%BOINC_MANAGER%%share/boinc/skins/Default/workunit_waiting_image.png
-%%SKINS%%share/boinc/skins/GridRepublic/graphic/Thumbs.db
 %%SKINS%%share/boinc/skins/GridRepublic/graphic/arwLeft.png
 %%SKINS%%share/boinc/skins/GridRepublic/graphic/arwLeftClick.png
 %%SKINS%%share/boinc/skins/GridRepublic/graphic/arwRight.png
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"