svn commit: r335024 - head/net/boinc-client
Rene Ladan
rene at FreeBSD.org
Wed Nov 27 15:23:50 UTC 2013
Author: rene
Date: Wed Nov 27 15:23:49 2013
New Revision: 335024
URL: http://svnweb.freebsd.org/changeset/ports/335024
Log:
- 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]
Modified:
head/net/boinc-client/Makefile
head/net/boinc-client/pkg-plist
Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile Wed Nov 27 15:17:42 2013 (r335023)
+++ head/net/boinc-client/Makefile Wed Nov 27 15:23:49 2013 (r335024)
@@ -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}
Modified: head/net/boinc-client/pkg-plist
==============================================================================
--- head/net/boinc-client/pkg-plist Wed Nov 27 15:17:42 2013 (r335023)
+++ head/net/boinc-client/pkg-plist Wed Nov 27 15:23:49 2013 (r335024)
@@ -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
More information about the svn-ports-head
mailing list