Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 15:49:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335398 - in head/graphics/Coin: . files
Message-ID:  <201312011549.rB1Fn29F095445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <Inventor/C/basic.h>
++#include <Inventor/C/errors/debugerror.h>
+ 
+ /* ********************************************************************** */
+ /* 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



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