From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 13:54:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C554F267; Tue, 8 Jul 2014 13:54:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B306025B9; Tue, 8 Jul 2014 13:54:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68DsOua088659; Tue, 8 Jul 2014 13:54:24 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68DsOJ9088657; Tue, 8 Jul 2014 13:54:24 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407081354.s68DsOJ9088657@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 8 Jul 2014 13:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361246 - head/science/liboglappth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 13:54:24 -0000 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 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