Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 19:57:42 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370108 - in head/graphics/lib3ds: . files
Message-ID:  <201410051957.s95JvgAE078905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051957.s95JvgAE078905>