From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 23:35:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DF88A6E; Wed, 2 Jul 2014 23:35:07 +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 2BA092F1F; Wed, 2 Jul 2014 23:35:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62NZ7ig067113; Wed, 2 Jul 2014 23:35:07 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62NZ6tX067111; Wed, 2 Jul 2014 23:35:06 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407022335.s62NZ6tX067111@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 2 Jul 2014 23:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360315 - head/graphics/guilib 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: Wed, 02 Jul 2014 23:35:07 -0000 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