From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 18:13:12 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 87991B8F; Mon, 30 Jun 2014 18:13:12 +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 756142488; Mon, 30 Jun 2014 18:13:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UIDCBd039093; Mon, 30 Jun 2014 18:13:12 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UIDC4x039091; Mon, 30 Jun 2014 18:13:12 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406301813.s5UIDC4x039091@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 30 Jun 2014 18:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359895 - head/x11-toolkits/xbae 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: Mon, 30 Jun 2014 18:13:12 -0000 Author: tijl Date: Mon Jun 30 18:13:11 2014 New Revision: 359895 URL: http://svnweb.freebsd.org/changeset/ports/359895 QAT: https://qat.redports.org/buildarchive/r359895/ Log: Convert to USES=libtool. Modified: head/x11-toolkits/xbae/Makefile head/x11-toolkits/xbae/pkg-plist Modified: head/x11-toolkits/xbae/Makefile ============================================================================== --- head/x11-toolkits/xbae/Makefile Mon Jun 30 18:09:47 2014 (r359894) +++ head/x11-toolkits/xbae/Makefile Mon Jun 30 18:13:11 2014 (r359895) @@ -3,7 +3,7 @@ PORTNAME= Xbae PORTVERSION= 4.60.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits math MASTER_SITES= SF DISTNAME= xbae-${PORTVERSION} @@ -11,9 +11,9 @@ DISTNAME= xbae-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Motif-based widget which displays a grid of cells as a spreadsheet -USES= motif -USE_AUTOTOOLS= libtool +USES= libtool motif USE_LDCONFIG= yes -CONFIGURE_ARGS=--enable-production --enable-static +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-production .include Modified: head/x11-toolkits/xbae/pkg-plist ============================================================================== --- head/x11-toolkits/xbae/pkg-plist Mon Jun 30 18:09:47 2014 (r359894) +++ head/x11-toolkits/xbae/pkg-plist Mon Jun 30 18:13:11 2014 (r359895) @@ -7,10 +7,9 @@ include/Xbae/InputP.h include/Xbae/Matrix.h include/Xbae/MatrixP.h include/Xbae/patchlevel.h -lib/libXbae.a -lib/libXbae.la lib/libXbae.so lib/libXbae.so.4 +lib/libXbae.so.4.0.60 man/man3/XbaeCaption.3.gz man/man3/XbaeInput.3.gz man/man3/XbaeMatrix.3.gz