From owner-svn-ports-all@FreeBSD.ORG Sun Oct 5 19:57:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD89A683; Sun, 5 Oct 2014 19:57:42 +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 A813F1C4; Sun, 5 Oct 2014 19:57:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95JvgK1078907; Sun, 5 Oct 2014 19:57:42 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95JvgAE078905; Sun, 5 Oct 2014 19:57:42 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410051957.s95JvgAE078905@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 19:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370108 - in head/graphics/lib3ds: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 19:57:42 -0000 Author: tijl Date: Sun Oct 5 19:57:41 2014 New Revision: 370108 URL: https://svnweb.freebsd.org/changeset/ports/370108 QAT: https://qat.redports.org/buildarchive/r370108/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Deleted: head/graphics/lib3ds/files/ Modified: head/graphics/lib3ds/Makefile head/graphics/lib3ds/pkg-plist Modified: head/graphics/lib3ds/Makefile ============================================================================== --- head/graphics/lib3ds/Makefile Sun Oct 5 19:29:36 2014 (r370107) +++ head/graphics/lib3ds/Makefile Sun Oct 5 19:57:41 2014 (r370108) @@ -3,7 +3,7 @@ PORTNAME= lib3ds PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -12,12 +12,13 @@ COMMENT= Library for handling 3DS (3D St LICENSE= LGPL21 # (or later) -USES= zip -USE_GL= glut GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool zip +USE_GL= glut USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib .include Modified: head/graphics/lib3ds/pkg-plist ============================================================================== --- head/graphics/lib3ds/pkg-plist Sun Oct 5 19:29:36 2014 (r370107) +++ head/graphics/lib3ds/pkg-plist Sun Oct 5 19:57:41 2014 (r370108) @@ -19,11 +19,10 @@ include/lib3ds/tracks.h include/lib3ds/types.h include/lib3ds/vector.h include/lib3ds/viewport.h -lib/lib3ds-1.so lib/lib3ds-1.so.3 +lib/lib3ds-1.so.3.0.0 lib/lib3ds.a lib/lib3ds.so man/man1/3dsdump.1.gz man/man1/lib3ds-config.1.gz share/aclocal/lib3ds.m4 -@dirrm include/lib3ds