From owner-svn-ports-all@FreeBSD.ORG Sun Dec 1 15:49:03 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 2D42C3C8; Sun, 1 Dec 2013 15:49:03 +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 0F9761A9A; Sun, 1 Dec 2013 15:49:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1Fn2eH095449; Sun, 1 Dec 2013 15:49:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB1Fn29F095445; Sun, 1 Dec 2013 15:49:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312011549.rB1Fn29F095445@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Dec 2013 15:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335398 - in head/graphics/Coin: . 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-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: Sun, 01 Dec 2013 15:49:03 -0000 Author: sunpoet Date: Sun Dec 1 15:49:02 2013 New Revision: 335398 URL: http://svnweb.freebsd.org/changeset/ports/335398 Log: - Fix build of x11-toolkits/SoXt which depends on graphics/Coin - Add LICENSE - Support STAGEDIR PR: ports/183824 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer (timeout, 21 days) Added: head/graphics/Coin/files/patch-include-Inventor-SbBasic.h (contents, props changed) Modified: head/graphics/Coin/Makefile (contents, props changed) head/graphics/Coin/pkg-plist (contents, props changed) Modified: head/graphics/Coin/Makefile ============================================================================== --- head/graphics/Coin/Makefile Sun Dec 1 15:36:26 2013 (r335397) +++ head/graphics/Coin/Makefile Sun Dec 1 15:49:02 2013 (r335398) @@ -3,7 +3,7 @@ PORTNAME= Coin PORTVERSION= 3.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ @@ -11,7 +11,9 @@ MASTER_SITES= http://ftp.coin3d.org/coin MAINTAINER= cristianorolim@hotmail.com COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API -LIB_DEPENDS= simage.27:${PORTSDIR}/graphics/simage +LICENSE= BSD + +LIB_DEPENDS= libsimage.so:${PORTSDIR}/graphics/simage USE_GCC= any USE_OPENAL= al @@ -24,9 +26,6 @@ CONFIGURE_ARGS= --with-pthread=yes --ena USE_LDCONFIG= yes MAKE_ENV= LANG=C -MAN1= coin-config.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure Added: head/graphics/Coin/files/patch-include-Inventor-SbBasic.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/Coin/files/patch-include-Inventor-SbBasic.h Sun Dec 1 15:49:02 2013 (r335398) @@ -0,0 +1,10 @@ +--- include/Inventor/SbBasic.h.orig 2010-03-02 21:20:09.000000000 +0800 ++++ include/Inventor/SbBasic.h 2013-12-01 05:17:51.275860731 +0800 +@@ -25,6 +25,7 @@ + \**************************************************************************/ + + #include ++#include + + /* ********************************************************************** */ + /* Trap people trying to use Inventor headers while compiling C source code. Modified: head/graphics/Coin/pkg-plist ============================================================================== --- head/graphics/Coin/pkg-plist Sun Dec 1 15:36:26 2013 (r335397) +++ head/graphics/Coin/pkg-plist Sun Dec 1 15:49:02 2013 (r335398) @@ -827,6 +827,7 @@ lib/libCoin.la lib/libCoin.so lib/libCoin.so.61 libdata/pkgconfig/Coin.pc +man/man1/coin-config.1.gz %%DATADIR%%/conf/coin-default.cfg %%DATADIR%%/draggerDefaults/centerballDragger.iv %%DATADIR%%/draggerDefaults/directionalLightDragger.iv