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

(-)./Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Coin
8
PORTNAME=	Coin
9
PORTVERSION=	3.1.2
9
PORTVERSION=	3.1.3
10
PORTREVISION=	2
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
11
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
13
		ftp://ftp.coin3d.org/pub/coin/src/all/
12
		ftp://ftp.coin3d.org/pub/coin/src/all/
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Coin-3.1.2.tar.gz) = 7282fd27f1b0f70a9d729eae342889d0
1
MD5 (Coin-3.1.3.tar.gz) = 1538682f8d92cdf03e845c786879fbea
2
SHA256 (Coin-3.1.2.tar.gz) = 2b97c7fc738f73cb76e59f72d16013012ef07733d6455c5efa3a897ef7cb0845
2
SHA256 (Coin-3.1.3.tar.gz) = 583478c581317862aa03a19f14c527c3888478a06284b9a46a0155fa5886d417
3
SIZE (Coin-3.1.2.tar.gz) = 5557072
3
SIZE (Coin-3.1.3.tar.gz) = 5981534
(-)./files/patch-Makefile.in (-5 / +5 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	2009-01-21 18:48:08.000000000 -0200
1
--- Makefile.in.orig	2010-03-02 10:20:09.000000000 -0300
2
+++ Makefile.in	2009-01-21 18:48:34.000000000 -0200
2
+++ Makefile.in	2010-03-05 21:39:05.000000000 -0300
3
@@ -1302,7 +1302,7 @@
3
@@ -1399,7 +1399,7 @@
4
 	include/boost/version.hpp \
4
 	include/boost/visit_each.hpp
5
 	include/boost/visit_each.hpp
5
 
6
 
6
 
7
-pkgconfigdir = $(libdir)/pkgconfig
7
-pkgconfigdir = $(libdir)/pkgconfig
8
+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig
8
+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig
9
 pkgconfig_DATA = Coin.pc
9
 pkgconfig_DATA = Coin.pc
10
 
11
 BUILT_SOURCES = \
10
 BUILT_SOURCES = \
11
 	include/Inventor/C/basic.h \
(-)./files/patch-configure (-15 lines)
Lines 1-15 Link Here
1
--- configure.orig	2008-09-12 03:42:55.000000000 -0800
2
+++ configure	2009-01-22 22:29:35.000000000 -0900
3
@@ -28869,9 +28869,9 @@
4
       echo "$as_me:$LINENO: result: yes" >&5
5
 echo "${ECHO_T}yes" >&6
6
 
7
-cat >>confdefs.h <<\_ACEOF
8
-#define HAVE_FTIME 1
9
-_ACEOF
10
+#cat >>confdefs.h <<\_ACEOF
11
+##define HAVE_FTIME 1
12
+#_ACEOF
13
 
14
       ;;
15
   esac
(-)./pkg-plist (-1 / +1 lines)
Lines 668-676 Link Here
668
include/Inventor/nodes/SoIndexedFaceSet.h
668
include/Inventor/nodes/SoIndexedFaceSet.h
669
include/Inventor/nodes/SoIndexedLineSet.h
669
include/Inventor/nodes/SoIndexedLineSet.h
670
include/Inventor/nodes/SoIndexedMarkerSet.h
670
include/Inventor/nodes/SoIndexedMarkerSet.h
671
include/Inventor/nodes/SoIndexedPointSet.h
672
include/Inventor/nodes/SoIndexedNurbsCurve.h
671
include/Inventor/nodes/SoIndexedNurbsCurve.h
673
include/Inventor/nodes/SoIndexedNurbsSurface.h
672
include/Inventor/nodes/SoIndexedNurbsSurface.h
673
include/Inventor/nodes/SoIndexedPointSet.h
674
include/Inventor/nodes/SoIndexedShape.h
674
include/Inventor/nodes/SoIndexedShape.h
675
include/Inventor/nodes/SoIndexedTriangleStripSet.h
675
include/Inventor/nodes/SoIndexedTriangleStripSet.h
676
include/Inventor/nodes/SoInfo.h
676
include/Inventor/nodes/SoInfo.h

Return to bug 144501