Date: Tue, 8 Jul 2014 13:54:24 +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: r361246 - head/science/liboglappth Message-ID: <201407081354.s68DsOJ9088657@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Jul 8 13:54:24 2014 New Revision: 361246 URL: http://svnweb.freebsd.org/changeset/ports/361246 QAT: https://qat.redports.org/buildarchive/r361246/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Replace USE_GL=glut with USE_GL=glu Modified: head/science/liboglappth/Makefile head/science/liboglappth/pkg-plist Modified: head/science/liboglappth/Makefile ============================================================================== --- head/science/liboglappth/Makefile Tue Jul 8 13:51:26 2014 (r361245) +++ head/science/liboglappth/Makefile Tue Jul 8 13:54:24 2014 (r361246) @@ -3,7 +3,7 @@ PORTNAME= liboglappth PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current @@ -12,13 +12,10 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Support libraries of science/ghemical port GNU_CONFIGURE= yes - -USE_GL= glut -USES= pathfix +INSTALL_TARGET= install-strip +USES= libtool pathfix +USE_GL= glu CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include -CXXFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk> Modified: head/science/liboglappth/pkg-plist ============================================================================== --- head/science/liboglappth/pkg-plist Tue Jul 8 13:51:26 2014 (r361245) +++ head/science/liboglappth/pkg-plist Tue Jul 8 13:54:24 2014 (r361246) @@ -6,9 +6,9 @@ include/oglappth/ogl_objects.h include/oglappth/ogl_camera.h include/oglappth/ogl_lights.h include/oglappth/transparent.h -lib/liboglappth.so.2 -lib/liboglappth.so -lib/liboglappth.la lib/liboglappth.a +lib/liboglappth.so +lib/liboglappth.so.2 +lib/liboglappth.so.2.0.1 libdata/pkgconfig/liboglappth.pc @dirrm include/oglappth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081354.s68DsOJ9088657>