Date: Wed, 4 Jun 2014 13:06:39 +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: r356485 - head/graphics/quesoglc Message-ID: <201406041306.s54D6dwm093388@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 4 13:06:39 2014 New Revision: 356485 URL: http://svnweb.freebsd.org/changeset/ports/356485 QAT: https://qat.redports.org/buildarchive/r356485/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/graphics/quesoglc/Makefile head/graphics/quesoglc/pkg-plist Modified: head/graphics/quesoglc/Makefile ============================================================================== --- head/graphics/quesoglc/Makefile Wed Jun 4 13:06:28 2014 (r356484) +++ head/graphics/quesoglc/Makefile Wed Jun 4 13:06:39 2014 (r356485) @@ -3,7 +3,7 @@ PORTNAME= quesoglc PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION} @@ -14,9 +14,10 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= tar:bzip2 pathfix gmake +USES= tar:bzip2 pathfix gmake libtool GNU_CONFIGURE= yes USE_GL= gl glu glut +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/quesoglc/pkg-plist ============================================================================== --- head/graphics/quesoglc/pkg-plist Wed Jun 4 13:06:28 2014 (r356484) +++ head/graphics/quesoglc/pkg-plist Wed Jun 4 13:06:39 2014 (r356485) @@ -1,7 +1,7 @@ include/GL/glc.h lib/libGLC.a -lib/libGLC.la lib/libGLC.so lib/libGLC.so.0 +lib/libGLC.so.0.0.7 libdata/pkgconfig/quesoglc.pc @dirrmtry include/GL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406041306.s54D6dwm093388>