Date: Thu, 3 Jul 2014 17:30:00 +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: r360418 - head/graphics/sage Message-ID: <201407031730.s63HU03W074256@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 3 17:30:00 2014 New Revision: 360418 URL: http://svnweb.freebsd.org/changeset/ports/360418 QAT: https://qat.redports.org/buildarchive/r360418/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/sage/Makefile head/graphics/sage/pkg-plist Modified: head/graphics/sage/Makefile ============================================================================== --- head/graphics/sage/Makefile Thu Jul 3 17:29:41 2014 (r360417) +++ head/graphics/sage/Makefile Thu Jul 3 17:30:00 2014 (r360418) @@ -3,7 +3,7 @@ PORTNAME= sage PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= OpenGL extension library CONFIGURE_ARGS= --program-transform-name= GNU_CONFIGURE= yes USE_GL= yes -USES= pathfix +USES= libtool pathfix USE_LDCONFIG= yes USE_SDL= sdl Modified: head/graphics/sage/pkg-plist ============================================================================== --- head/graphics/sage/pkg-plist Thu Jul 3 17:29:41 2014 (r360417) +++ head/graphics/sage/pkg-plist Thu Jul 3 17:30:00 2014 (r360418) @@ -1,7 +1,7 @@ lib/libsage.a -lib/libsage.la lib/libsage.so lib/libsage.so.2 +lib/libsage.so.2.0.0 include/sage/sage.h include/sage/utility.h include/sage/sage_fptr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031730.s63HU03W074256>