Date: Wed, 2 Jul 2014 23:35: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: r360315 - head/graphics/guilib Message-ID: <201407022335.s62NZ6tX067111@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 2 23:35:06 2014 New Revision: 360315 URL: http://svnweb.freebsd.org/changeset/ports/360315 QAT: https://qat.redports.org/buildarchive/r360315/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/guilib/Makefile head/graphics/guilib/pkg-plist Modified: head/graphics/guilib/Makefile ============================================================================== --- head/graphics/guilib/Makefile Wed Jul 2 23:34:09 2014 (r360314) +++ head/graphics/guilib/Makefile Wed Jul 2 23:35:06 2014 (r360315) @@ -3,7 +3,7 @@ PORTNAME= guilib PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} @@ -12,10 +12,10 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Simple GUI framework for use with SDL USE_SDL= sdl -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env +USE_AUTOTOOLS= aclocal:env post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ Modified: head/graphics/guilib/pkg-plist ============================================================================== --- head/graphics/guilib/pkg-plist Wed Jul 2 23:34:09 2014 (r360314) +++ head/graphics/guilib/pkg-plist Wed Jul 2 23:35:06 2014 (r360315) @@ -15,7 +15,7 @@ include/GUI/GUI_widgets.h include/GUI/GUI_output.h include/GUI/GUI_loadimage.h lib/libGUI.a -lib/libGUI.la lib/libGUI.so lib/libGUI.so.0 +lib/libGUI.so.0.0.0 @dirrm include/GUI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022335.s62NZ6tX067111>