Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 13:22:37 +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: r366756 - head/graphics/libGLU
Message-ID:  <201408311322.s7VDMbXD038135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Aug 31 13:22:36 2014
New Revision: 366756
URL: http://svnweb.freebsd.org/changeset/ports/366756
QAT: https://qat.redports.org/buildarchive/r366756/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/graphics/libGLU/Makefile
  head/graphics/libGLU/pkg-plist

Modified: head/graphics/libGLU/Makefile
==============================================================================
--- head/graphics/libGLU/Makefile	Sun Aug 31 13:19:15 2014	(r366755)
+++ head/graphics/libGLU/Makefile	Sun Aug 31 13:22:36 2014	(r366756)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libGLU
 PORTVERSION=	9.0.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glu/
 DISTNAME=	glu-${PORTVERSION}
@@ -10,13 +11,11 @@ DISTNAME=	glu-${PORTVERSION}
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	OpenGL utility library
 
-USES=		pathfix pkgconfig tar:bzip2
-USE_GL=		gl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix pkgconfig tar:bzip2
+USE_GL=		gl
 USE_LDCONFIG=	yes
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLU.so.1
-
 .include <bsd.port.mk>

Modified: head/graphics/libGLU/pkg-plist
==============================================================================
--- head/graphics/libGLU/pkg-plist	Sun Aug 31 13:19:15 2014	(r366755)
+++ head/graphics/libGLU/pkg-plist	Sun Aug 31 13:22:36 2014	(r366756)
@@ -1,6 +1,6 @@
 include/GL/glu.h
 include/GL/glu_mangle.h
-lib/libGLU.la
 lib/libGLU.so
 lib/libGLU.so.1
+lib/libGLU.so.1.3.1
 libdata/pkgconfig/glu.pc



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