aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-27 15:23:49 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-27 15:23:49 +0000
commit9b49b8e230350fe01216690172d2a52df41542fd (patch)
tree9eee1a1e1d4c8d8f3b1193ba1db9678d34383412 /net/boinc-client
parent64a3560f70ccf49954051a379e261575b4f45097 (diff)
downloadports-9b49b8e230350fe01216690172d2a52df41542fd.tar.gz
ports-9b49b8e230350fe01216690172d2a52df41542fd.zip
- Also install opencl_boinc.h when not using X11, otherwise
astro/boinc-* will break when not using X11 there [1] - Bump PORTREVISION This was not a problem for the default package for net/boinc-client as it is built with X11 on. Submitted by: Oleksii Zolotarov via private mail [1]
Notes
Notes: svn path=/head/; revision=335024
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/Makefile7
-rw-r--r--net/boinc-client/pkg-plist2
2 files changed, 5 insertions, 4 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 2c36a39dd5bf..4d70f96a6fc5 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -3,6 +3,7 @@
PORTNAME= boinc-client
PORTVERSION= 7.2.28
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
@@ -14,7 +15,7 @@ USE_XZ= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
USE_LDCONFIG= yes
-DOS2UNIX_REGEX= .*\.xpm
+DOS2UNIX_GLOB= *.xpm
USERS= boinc
GROUPS= boinc
@@ -154,8 +155,8 @@ post-install:
${COPYTREE_SHARE} Default ${STAGEDIR}${PREFIX}/share/boinc/skins/ )
. endif
.endif
-. for name in config.h project_specific_defines.h api/reduce.h lib/shmem.h \
- lib/std_fixes.h
+. for name in config.h project_specific_defines.h api/reduce.h \
+ lib/opencl_boinc.h lib/shmem.h lib/std_fixes.h
${INSTALL_DATA} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/include/boinc
. endfor
.if ${PORT_OPTIONS:MX11}
diff --git a/net/boinc-client/pkg-plist b/net/boinc-client/pkg-plist
index 06098bc9bd88..159c58123ec0 100644
--- a/net/boinc-client/pkg-plist
+++ b/net/boinc-client/pkg-plist
@@ -35,6 +35,7 @@ include/boinc/miofile.h
include/boinc/msg_log.h
include/boinc/network.h
include/boinc/notice.h
+include/boinc/opencl_boinc.h
include/boinc/parse.h
include/boinc/prefs.h
include/boinc/procinfo.h
@@ -54,7 +55,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/opencl_boinc.h
%%X11%%include/boinc/ttfont.h
lib/libboinc.a
lib/libboinc.la