From owner-svn-ports-head@FreeBSD.ORG Sun Jul 21 11:17:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4B471EB; Sun, 21 Jul 2013 11:17:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C663D2DF; Sun, 21 Jul 2013 11:17:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6LBH2S9089935; Sun, 21 Jul 2013 11:17:02 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6LBH2X8089930; Sun, 21 Jul 2013 11:17:02 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201307211117.r6LBH2X8089930@svn.freebsd.org> From: Rene Ladan Date: Sun, 21 Jul 2013 11:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323373 - in head/astro/boinc-setiathome-v7: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 11:17:02 -0000 Author: rene Date: Sun Jul 21 11:17:02 2013 New Revision: 323373 URL: http://svnweb.freebsd.org/changeset/ports/323373 Log: Make sure that the option to build with graphics is turned off, just as in astro/boinc-setiathome-enhanced. This fixes the build of astro/boinc-astropulse when built against this port. Bump PORTREVISION to make sure that the patched sources are picked up by astro/boinc-astropulse. Added: head/astro/boinc-setiathome-v7/files/patch-sah_config.h (contents, props changed) Modified: head/astro/boinc-setiathome-v7/Makefile Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Sun Jul 21 06:27:00 2013 (r323372) +++ head/astro/boinc-setiathome-v7/Makefile Sun Jul 21 11:17:02 2013 (r323373) @@ -3,6 +3,7 @@ PORTNAME= boinc-setiathome-v7 PORTVERSION= 7.00 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory Added: head/astro/boinc-setiathome-v7/files/patch-sah_config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-setiathome-v7/files/patch-sah_config.h Sun Jul 21 11:17:02 2013 (r323373) @@ -0,0 +1,11 @@ +--- sah_config.h.orig 2012-09-19 00:45:14.000000000 +0200 ++++ sah_config.h 2013-07-19 18:35:22.000000000 +0200 +@@ -21,7 +21,7 @@ + #define AVX_MASKSTORE_TYPECAST(x) reinterpret_cast<__m256i>(x) + + /* Define to 1 to build a graphical application */ +-#define BOINC_APP_GRAPHICS 1 ++/* #undef BOINC_APP_GRAPHICS */ + + /* Define to a string identifying your compiler */ + #define COMPILER_STRING "g++ (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)"