From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 15:48:40 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 B550DB3E; Thu, 19 Jun 2014 15:48:40 +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 A2ACA2DA4; Thu, 19 Jun 2014 15:48:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JFmeeM001183; Thu, 19 Jun 2014 15:48:40 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JFme75001182; Thu, 19 Jun 2014 15:48:40 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201406191548.s5JFme75001182@svn.freebsd.org> From: Koop Mast Date: Thu, 19 Jun 2014 15:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358432 - head/graphics/libvisual04-plugins 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: Thu, 19 Jun 2014 15:48:40 -0000 Author: kwm Date: Thu Jun 19 15:48:40 2014 New Revision: 358432 URL: http://svnweb.freebsd.org/changeset/ports/358432 QAT: https://qat.redports.org/buildarchive/r358432/ Log: Stagify. Use new lib_depend syntax and USES=libtool:keepla Approved by: portmgr (general blanket) Modified: head/graphics/libvisual04-plugins/Makefile Modified: head/graphics/libvisual04-plugins/Makefile ============================================================================== --- head/graphics/libvisual04-plugins/Makefile Thu Jun 19 15:34:46 2014 (r358431) +++ head/graphics/libvisual04-plugins/Makefile Thu Jun 19 15:48:40 2014 (r358432) @@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${PKGNAMESUFFIX:C/ MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Set of plugins for the libvisual framework -LIB_DEPENDS= visual-${MAJORMINOR}:${PORTSDIR}/graphics/libvisual04 +LIB_DEPENDS= libvisual-${MAJORMINOR}.so:${PORTSDIR}/graphics/libvisual04 -USES= pkgconfig +USES= libtool:keepla pkgconfig USE_GL= yes USE_XORG= x11 GNU_CONFIGURE= yes @@ -34,7 +34,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}-${P PLIST_SUB= PLUGINS_BASE_DIR=${LOCALBASE}/lib/${PORTNAME}-${MAJORMINOR} \ DATADIR_REL=${DATADIR_REL} -NO_STAGE= yes pre-configure: # /usr/bin/objformat is obsolete, hardcode the object format @${REINPLACE_CMD} -e 's,objformat=.*,objformat=elf,' \