From owner-svn-ports-all@FreeBSD.ORG Mon Jul 28 20:04:44 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 3E5FC7F2; Mon, 28 Jul 2014 20:04:44 +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 2BAD42B09; Mon, 28 Jul 2014 20:04:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SK4iNh070639; Mon, 28 Jul 2014 20:04:44 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SK4hYX070635; Mon, 28 Jul 2014 20:04:43 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407282004.s6SK4hYX070635@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 28 Jul 2014 20:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363242 - head/graphics/box 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, 28 Jul 2014 20:04:44 -0000 Author: amdmi3 Date: Mon Jul 28 20:04:43 2014 New Revision: 363242 URL: http://svnweb.freebsd.org/changeset/ports/363242 QAT: https://qat.redports.org/buildarchive/r363242/ Log: - Switch to USES=libtool, drop .la files Modified: head/graphics/box/Makefile head/graphics/box/pkg-plist Modified: head/graphics/box/Makefile ============================================================================== --- head/graphics/box/Makefile Mon Jul 28 19:45:27 2014 (r363241) +++ head/graphics/box/Makefile Mon Jul 28 20:04:43 2014 (r363242) @@ -3,7 +3,7 @@ PORTNAME= box PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/ DIST_SUBDIR= box @@ -17,7 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cairo USE_LDCONFIG= yes Modified: head/graphics/box/pkg-plist ============================================================================== --- head/graphics/box/pkg-plist Mon Jul 28 19:45:27 2014 (r363241) +++ head/graphics/box/pkg-plist Mon Jul 28 20:04:43 2014 (r363242) @@ -32,7 +32,6 @@ include/box%%PLIST_VER%%/box/vmstore.h include/box%%PLIST_VER%%/box/vmsym.h include/box%%PLIST_VER%%/box/vmsymstuff.h lib/box%%PLIST_VER%%/lib/libg.a -lib/box%%PLIST_VER%%/lib/libg.la lib/box%%PLIST_VER%%/lib/libg.so lib/box%%PLIST_VER%%/pkg/_arrows.bxh lib/box%%PLIST_VER%%/pkg/_sphere.bxh @@ -93,9 +92,9 @@ lib/box%%PLIST_VER%%/pkg/math.box lib/box%%PLIST_VER%%/pkg/rectangle.box lib/box%%PLIST_VER%%/pkg/tools.bxh lib/libboxcore%%PLIST_VER%%.a -lib/libboxcore%%PLIST_VER%%.la lib/libboxcore%%PLIST_VER%%.so lib/libboxcore%%PLIST_VER%%.so.0 +lib/libboxcore%%PLIST_VER%%.so.0.0.0 man/man1/box.1.gz @dirrm lib/box%%PLIST_VER%%/pkg/g @dirrm lib/box%%PLIST_VER%%/pkg