diff options
author | rene <rene@FreeBSD.org> | 2013-11-27 23:23:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-11-27 23:23:49 +0800 |
commit | e5c4aac3fea7342fc517569d52934d7b863b0277 (patch) | |
tree | 9eee1a1e1d4c8d8f3b1193ba1db9678d34383412 /net/boinc-client | |
parent | 4bf4f98f86f5980942404d6cc53285745578ebc0 (diff) | |
download | freebsd-ports-gnome-e5c4aac3fea7342fc517569d52934d7b863b0277.tar.gz freebsd-ports-gnome-e5c4aac3fea7342fc517569d52934d7b863b0277.tar.zst freebsd-ports-gnome-e5c4aac3fea7342fc517569d52934d7b863b0277.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]
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 7 | ||||
-rw-r--r-- | net/boinc-client/pkg-plist | 2 |
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 |