Date: Tue, 19 May 2015 19:06:06 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386805 - head/graphics/freeglut Message-ID: <201505191906.t4JJ66bb021716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 19 19:06:05 2015 New Revision: 386805 URL: https://svnweb.freebsd.org/changeset/ports/386805 Log: - Drop .la file - Strip library - Add LICENSE_FILE PR: 196155 Submitted by: amdmi3 Approved by: maintainer timeout (x11, 6 months) Modified: head/graphics/freeglut/Makefile head/graphics/freeglut/pkg-plist Modified: head/graphics/freeglut/Makefile ============================================================================== --- head/graphics/freeglut/Makefile Tue May 19 18:49:31 2015 (r386804) +++ head/graphics/freeglut/Makefile Tue May 19 19:06:05 2015 (r386805) @@ -3,7 +3,7 @@ PORTNAME= freeglut PORTVERSION= 2.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF @@ -11,10 +11,11 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Alternative to the OpenGL Utility Toolkit (GLUT) library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= libglut-[0-9].* -USES= libtool:keepla +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XORG= ice xi xxf86vm xrandr @@ -23,6 +24,7 @@ CONFIGURE_ARGS= --disable-warnings CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lusbhid -lm USE_LDCONFIG= yes +INSTALL_TARGET= install-strip DOCS= download.html freeglut.html freeglut_logo.png \ freeglut_user_interface.html index.html ogl_sm.png \ Modified: head/graphics/freeglut/pkg-plist ============================================================================== --- head/graphics/freeglut/pkg-plist Tue May 19 18:49:31 2015 (r386804) +++ head/graphics/freeglut/pkg-plist Tue May 19 19:06:05 2015 (r386805) @@ -3,7 +3,6 @@ include/GL/freeglut_ext.h include/GL/freeglut_std.h include/GL/glut.h lib/libglut.a -lib/libglut.la lib/libglut.so lib/libglut.so.3 lib/libglut.so.3.9.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505191906.t4JJ66bb021716>