ports/86367: [MAINTAINER] graphics/cal3d: update to 0.10.0

Stefan Walter sw at gegenunendlich.de
Tue Sep 20 11:10:05 UTC 2005


>Number:         86367
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/cal3d: update to 0.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 20 11:10:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 31 13:11:39 CEST 2005
>Description:
- Update to 0.10.0

Removed file(s):
- files/patch-src_cal3d_Makefile.am

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- cal3d-0.10.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/cvs/FreeBSD/ports/graphics/cal3d/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	15 Dec 2004 19:04:25 -0000	1.3
+++ Makefile	17 Sep 2005 12:06:20 -0000
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	cal3d
-PORTVERSION=	0.9.1
+PORTVERSION=	0.10.0
 CATEGORIES=	graphics devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTFILES=	${PORTNAME}-full-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	sw at gegenunendlich.de
 COMMENT=	Skeletal based 3d character animation library written in C++
@@ -17,6 +18,7 @@
 USE_BZIP2=		yes
 USE_GNOME=		pkgconfig
 USE_AUTOMAKE_VER=	19
+AUTOMAKE_ARGS=		"--add-missing"
 USE_AUTOHEADER_VER=	259
 USE_LIBTOOL_VER=	15
 INSTALLS_SHLIB=		yes
@@ -24,7 +26,8 @@
 .include <bsd.port.pre.mk>
 
 pre-configure:
-	cd ${WRKSRC} && ${ACLOCAL}
+	cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
 	cd ${WRKSRC} && ${AUTOHEADER}
+	cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/FreeBSD/ports/graphics/cal3d/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	13 Jul 2004 08:33:57 -0000	1.1
+++ distinfo	15 Sep 2005 16:00:18 -0000
@@ -1,2 +1,2 @@
-MD5 (cal3d-0.9.1.tar.bz2) = 55023cf5b4063990f355629c57a175af
-SIZE (cal3d-0.9.1.tar.bz2) = 2871094
+MD5 (cal3d-full-0.10.0.tar.bz2) = 47b3b72c6adcf5351f0884639d606d05
+SIZE (cal3d-full-0.10.0.tar.bz2) = 2995348
Index: pkg-plist
===================================================================
RCS file: /home/cvs/FreeBSD/ports/graphics/cal3d/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	13 Jul 2004 08:33:57 -0000	1.1
+++ pkg-plist	17 Sep 2005 12:20:59 -0000
@@ -1,6 +1,7 @@
 include/cal3d/animation.h
 include/cal3d/animation_action.h
 include/cal3d/animation_cycle.h
+include/cal3d/animcallback.h
 include/cal3d/bone.h
 include/cal3d/buffersource.h
 include/cal3d/cal3d.h
@@ -19,6 +20,7 @@
 include/cal3d/datasource.h
 include/cal3d/error.h
 include/cal3d/global.h
+include/cal3d/hardwaremodel.h
 include/cal3d/loader.h
 include/cal3d/matrix.h
 include/cal3d/mesh.h
@@ -39,7 +41,7 @@
 include/cal3d/tinyxml.h
 include/cal3d/vector.h
 @dirrm include/cal3d
-lib/libcal3d-0.9.1.so
-lib/libcal3d.la
+lib/libcal3d.a
 lib/libcal3d.so
+lib/libcal3d.so.11
 libdata/pkgconfig/cal3d.pc
Index: files/patch-src_cal3d_Makefile.am
===================================================================
RCS file: files/patch-src_cal3d_Makefile.am
diff -N files/patch-src_cal3d_Makefile.am
--- files/patch-src_cal3d_Makefile.am	13 Jul 2004 08:33:57 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
---- src/cal3d/Makefile.am.orig	Mon Jul 12 17:34:29 2004
-+++ src/cal3d/Makefile.am	Mon Jul 12 17:35:04 2004
-@@ -13,7 +13,8 @@
- INCLUDES = $(all_includes) -I$(top_srcdir)/src
- 
- all_libraries = @all_libraries@
--LDFLAGS = @LDFLAGS@
-+#LDFLAGS = @LDFLAGS@
-+AM_LDFLAGS = @AM_LDFLAGS@
- 
- EXTRA_DIST = cal3d.rc cal3d.dsp SConscript
- 
--- cal3d-0.10.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list