From owner-svn-ports-head@FreeBSD.ORG Mon Jul 7 22:37:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 277F8475; Mon, 7 Jul 2014 22:37:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1472E28A6; Mon, 7 Jul 2014 22:37:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67MbPOV047874; Mon, 7 Jul 2014 22:37:25 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67MbPVY047871; Mon, 7 Jul 2014 22:37:25 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407072237.s67MbPVY047871@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 7 Jul 2014 22:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361140 - head/graphics/cal3d-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 22:37:26 -0000 Author: amdmi3 Date: Mon Jul 7 22:37:25 2014 New Revision: 361140 URL: http://svnweb.freebsd.org/changeset/ports/361140 QAT: https://qat.redports.org/buildarchive/r361140/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/graphics/cal3d-devel/Makefile head/graphics/cal3d-devel/pkg-plist Modified: head/graphics/cal3d-devel/Makefile ============================================================================== --- head/graphics/cal3d-devel/Makefile Mon Jul 7 22:37:18 2014 (r361139) +++ head/graphics/cal3d-devel/Makefile Mon Jul 7 22:37:25 2014 (r361140) @@ -3,7 +3,7 @@ PORTNAME= cal3d PORTVERSION= 20060720 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= acm/${PORTNAME} @@ -15,10 +15,9 @@ COMMENT= Skeletal based 3D character ani CONFLICTS= cal3d-[0-9]* -USE_BZIP2= yes -USES= pkgconfig +USES= pkgconfig libtool tar:bzip2 USE_LDCONFIG= yes -USE_AUTOTOOLS= automake autoheader libtool +USE_AUTOTOOLS= automake autoheader libtoolize AUTOMAKE_ARGS= --add-missing post-patch: Modified: head/graphics/cal3d-devel/pkg-plist ============================================================================== --- head/graphics/cal3d-devel/pkg-plist Mon Jul 7 22:37:18 2014 (r361139) +++ head/graphics/cal3d-devel/pkg-plist Mon Jul 7 22:37:25 2014 (r361140) @@ -43,9 +43,9 @@ include/cal3d/submesh.h include/cal3d/tinyxml.h include/cal3d/transform.h include/cal3d/vector.h -lib/libcal3d.so.12 -lib/libcal3d.la lib/libcal3d.so +lib/libcal3d.so.12 +lib/libcal3d.so.12.0.0 libdata/pkgconfig/cal3d.pc man/man1/cal3d_converter.1.gz @dirrm include/cal3d