From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 21 17:59:58 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9AD516A41F; Wed, 21 Sep 2005 17:59:58 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from mail.hamcom.de (mail.hamcom.de [212.37.37.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008A343D45; Wed, 21 Sep 2005 17:59:53 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from adsl-dyn-245-111.heliweb.de ([83.216.245.111] helo=kyuzo.dunkelkammer.void) by mail.hamcom.de with esmtp (Exim 4.43) id 1EI8sp-0007NX-UP; Wed, 21 Sep 2005 19:59:52 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 309DA3928; Wed, 21 Sep 2005 19:59:48 +0200 (CEST) Date: Wed, 21 Sep 2005 19:59:48 +0200 From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050921175948.GB20192@kyuzo.dunkelkammer.void> References: <20050920110139.C05143AC6@kyuzo.dunkelkammer.void> <200509201110.j8KBA3Ju019025@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yNb1oOkm5a9FJOVX" Content-Disposition: inline In-Reply-To: <200509201110.j8KBA3Ju019025@freefall.freebsd.org> Organization: Infinity Approximation Task Force X-PGP-key: http://www.gegenunendlich.de/swalter-rsa.asc X-PGP-fingerprint: 85D8 6A49 22C7 6CD9 B011 5D6A 5691 111B 12B9 E0B3 User-Agent: Mutt/1.5.10i Cc: Subject: Re: ports/86367: [MAINTAINER] graphics/cal3d: update to 0.10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 17:59:58 -0000 --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Updated patch to avoid installing the static version of the library. (Thanks to vs@!) Stefan --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cal3d-0.10.0.patch" Index: Makefile =================================================================== RCS file: /home/cvs/FreeBSD/ports/graphics/cal3d/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 15 Dec 2004 19:04:25 -0000 1.3 +++ Makefile 21 Sep 2005 17:35:54 -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@gegenunendlich.de COMMENT= Skeletal based 3d character animation library written in C++ @@ -17,14 +18,17 @@ USE_BZIP2= yes USE_GNOME= pkgconfig USE_AUTOMAKE_VER= 19 +AUTOMAKE_ARGS= "--add-missing" USE_AUTOHEADER_VER= 259 -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes +CONFIGURE_ARGS+= --disable-static .include -pre-configure: - cd ${WRKSRC} && ${ACLOCAL} +post-patch: + cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal cd ${WRKSRC} && ${AUTOHEADER} + cd ${WRKSRC} && ${LIBTOOLIZE} --automake --force .include Index: distinfo =================================================================== RCS file: /home/cvs/FreeBSD/ports/graphics/cal3d/distinfo,v retrieving revision 1.1 diff -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 -r1.1 pkg-plist --- pkg-plist 13 Jul 2004 08:33:57 -0000 1.1 +++ pkg-plist 21 Sep 2005 17:41:03 -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,6 @@ include/cal3d/tinyxml.h include/cal3d/vector.h @dirrm include/cal3d -lib/libcal3d-0.9.1.so -lib/libcal3d.la 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 - --yNb1oOkm5a9FJOVX--