Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 11:17:02 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
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
Message-ID:  <201307211117.r6LBH2X8089930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307211117.r6LBH2X8089930>