svn commit: r366756 - head/graphics/libGLU
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 31 13:22:37 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list