From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 10:35:45 2014 Return-Path: Delivered-To: svn-ports-head@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 63314136; Fri, 21 Feb 2014 10:35:45 +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 2F6891B9B; Fri, 21 Feb 2014 10:35:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LAZj4T087309; Fri, 21 Feb 2014 10:35:45 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LAZiDw087306; Fri, 21 Feb 2014 10:35:44 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402211035.s1LAZiDw087306@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 21 Feb 2014 10:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345364 - in head/math/rapid: . 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.17 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: Fri, 21 Feb 2014 10:35:45 -0000 Author: ehaupt Date: Fri Feb 21 10:35:44 2014 New Revision: 345364 URL: http://svnweb.freebsd.org/changeset/ports/345364 QAT: https://qat.redports.org/buildarchive/r345364/ Log: - Support staging - Fix build with a modern clang Added: head/math/rapid/files/patch-sample_client.C (contents, props changed) Modified: head/math/rapid/Makefile head/math/rapid/pkg-plist Modified: head/math/rapid/Makefile ============================================================================== --- head/math/rapid/Makefile Fri Feb 21 10:29:52 2014 (r345363) +++ head/math/rapid/Makefile Fri Feb 21 10:35:44 2014 (r345364) @@ -19,21 +19,17 @@ PKGMESSAGE= ${WRKDIR}/pkg-message ALL_TARGET= MAKE_JOBS_UNSAFE= yes -MAN1= rapid.1 +MAKE_ENV+= V=1 -NO_STAGE= yes .include post-extract: ${REINPLACE_CMD} -E "s/friend RAPID_Collide/friend int RAPID_Collide/" ${WRKSRC}/RAPID_private.H do-install: - ${MKDIR} ${PREFIX}/include/RAPID - ${INSTALL_DATA} ${WRKSRC}/*.H ${PREFIX}/include/RAPID - ${INSTALL_DATA} ${WRKSRC}/libRAPID.a ${PREFIX}/lib - ${INSTALL_MAN} ${FILESDIR}/rapid.1 ${MANPREFIX}/man/man1 - -post-install: - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${PREFIX}/include/RAPID + ${INSTALL_DATA} ${WRKSRC}/*.H ${STAGEDIR}${PREFIX}/include/RAPID + ${INSTALL_DATA} ${WRKSRC}/libRAPID.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_MAN} ${FILESDIR}/rapid.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Added: head/math/rapid/files/patch-sample_client.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/rapid/files/patch-sample_client.C Fri Feb 21 10:35:44 2014 (r345364) @@ -0,0 +1,11 @@ +--- ./sample_client.C.orig 2014-02-21 11:34:06.215654443 +0100 ++++ ./sample_client.C 2014-02-21 11:34:17.068652509 +0100 +@@ -42,7 +42,7 @@ + #define LISTS 0 + + +-main() ++int main() + { + // first, get a couple of boxes in which to put our models + Modified: head/math/rapid/pkg-plist ============================================================================== --- head/math/rapid/pkg-plist Fri Feb 21 10:29:52 2014 (r345363) +++ head/math/rapid/pkg-plist Fri Feb 21 10:35:44 2014 (r345364) @@ -6,4 +6,5 @@ include/RAPID/moments.H include/RAPID/obb.H include/RAPID/overlap.H lib/libRAPID.a +man/man1/rapid.1.gz @dirrm include/RAPID