View | Details | Raw Unified | Return to bug 183824
Collapse All | Expand All

(-)./Makefile (-6 / +5 lines)
Lines 1-9 Link Here
1
# Created by: roland.jesse@gmx.net
1
# Created by: roland.jesse@gmx.net
2
# $FreeBSD: graphics/Coin/Makefile 327733 2013-09-20 18:35:44Z bapt $
2
# $FreeBSD: head/graphics/Coin/Makefile 327733 2013-09-20 18:35:44Z bapt $
3
3
4
PORTNAME=	Coin
4
PORTNAME=	Coin
5
PORTVERSION=	3.1.3
5
PORTVERSION=	3.1.3
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
8
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
9
		ftp://ftp.coin3d.org/pub/coin/src/all/
9
		ftp://ftp.coin3d.org/pub/coin/src/all/
Lines 11-17 Link Here
11
MAINTAINER=	cristianorolim@hotmail.com
11
MAINTAINER=	cristianorolim@hotmail.com
12
COMMENT=	C++ 3D graphics library based on the Open Inventor 2.1 API
12
COMMENT=	C++ 3D graphics library based on the Open Inventor 2.1 API
13
13
14
LIB_DEPENDS=	simage.27:${PORTSDIR}/graphics/simage
14
LICENSE=	BSD
15
16
LIB_DEPENDS=	simage:${PORTSDIR}/graphics/simage
15
17
16
USE_GCC=	any
18
USE_GCC=	any
17
USE_OPENAL=	al
19
USE_OPENAL=	al
Lines 24-32 Link Here
24
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
25
MAKE_ENV=	LANG=C
27
MAKE_ENV=	LANG=C
26
28
27
MAN1=		coin-config.1
28
29
NO_STAGE=	yes
30
post-patch:
29
post-patch:
31
	@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
30
	@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
32
	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
31
	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
(-)./files/patch-include-Inventor-SbBasic.h (+10 lines)
Line 0 Link Here
1
--- include/Inventor/SbBasic.h.orig	2013-11-09 19:57:50.000000000 +0600
2
+++ include/Inventor/SbBasic.h	2013-11-09 19:58:10.000000000 +0600
3
@@ -25,6 +25,7 @@
4
 \**************************************************************************/
5
 
6
 #include <Inventor/C/basic.h>
7
+#include <Inventor/C/errors/debugerror.h>
8
 
9
 /* ********************************************************************** */
10
 /* Trap people trying to use Inventor headers while compiling C source code.
(-)./pkg-plist (+1 lines)
Lines 827-832 Link Here
827
lib/libCoin.so
827
lib/libCoin.so
828
lib/libCoin.so.61
828
lib/libCoin.so.61
829
libdata/pkgconfig/Coin.pc
829
libdata/pkgconfig/Coin.pc
830
man/man1/coin-config.1.gz
830
%%DATADIR%%/conf/coin-default.cfg
831
%%DATADIR%%/conf/coin-default.cfg
831
%%DATADIR%%/draggerDefaults/centerballDragger.iv
832
%%DATADIR%%/draggerDefaults/centerballDragger.iv
832
%%DATADIR%%/draggerDefaults/directionalLightDragger.iv
833
%%DATADIR%%/draggerDefaults/directionalLightDragger.iv

Return to bug 183824