From owner-svn-ports-all@FreeBSD.ORG Wed Nov 27 15:23:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B69044CA; Wed, 27 Nov 2013 15:23:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BEB42682; Wed, 27 Nov 2013 15:23:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARFNoSu017477; Wed, 27 Nov 2013 15:23:50 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARFNot1017475; Wed, 27 Nov 2013 15:23:50 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311271523.rARFNot1017475@svn.freebsd.org> From: Rene Ladan Date: Wed, 27 Nov 2013 15:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335024 - head/net/boinc-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 15:23:50 -0000 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