From owner-cvs-all@FreeBSD.ORG Fri Oct 22 23:50:58 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFD76106566C; Fri, 22 Oct 2010 23:50:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE3338FC0C; Fri, 22 Oct 2010 23:50:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9MNowxk045778; Fri, 22 Oct 2010 23:50:58 GMT (envelope-from rene@repoman.freebsd.org) Received: (from rene@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9MNowWJ045777; Fri, 22 Oct 2010 23:50:58 GMT (envelope-from rene) Message-Id: <201010222350.o9MNowWJ045777@repoman.freebsd.org> From: Rene Ladan Date: Fri, 22 Oct 2010 23:50:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/boinc-setiathome-enhanced Makefile ports/astro/boinc-setiathome-enhanced/files patch-client_Makefile.am patch-client_vector_hires-timer.cpp patch-m4_optimizations.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 23:50:58 -0000 rene 2010-10-22 23:50:58 UTC FreeBSD ports repository Modified files: astro/boinc-setiathome-enhanced Makefile astro/boinc-setiathome-enhanced/files patch-client_Makefile.am Added files: astro/boinc-setiathome-enhanced/files patch-client_vector_hires-timer.cpp patch-m4_optimizations.m4 Log: - Try to fix build on ia64 by explicitly including sys/types.h before sys/systm.h - Try to fix build on powerpc by turning off altivec optimizations, which the system compiler does not support yet Obtained from: pointyhat error logs Suggested by: kwm Revision Changes Path 1.34 +1 -1 ports/astro/boinc-setiathome-enhanced/Makefile 1.2 +22 -1 ports/astro/boinc-setiathome-enhanced/files/patch-client_Makefile.am 1.1 +10 -0 ports/astro/boinc-setiathome-enhanced/files/patch-client_vector_hires-timer.cpp (new) 1.1 +26 -0 ports/astro/boinc-setiathome-enhanced/files/patch-m4_optimizations.m4 (new)