From owner-svn-ports-all@FreeBSD.ORG Mon Mar 24 23:51: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 190D0E9C; Mon, 24 Mar 2014 23:51: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 061AFB48; Mon, 24 Mar 2014 23:51: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 s2ONpB9P064891; Mon, 24 Mar 2014 23:51:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2ONpBaf064890; Mon, 24 Mar 2014 23:51:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403242351.s2ONpBaf064890@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Mar 2014 23:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349099 - head/misc/libsupertone 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.17 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, 24 Mar 2014 23:51:12 -0000 Author: bapt Date: Mon Mar 24 23:51:11 2014 New Revision: 349099 URL: http://svnweb.freebsd.org/changeset/ports/349099 QAT: https://qat.redports.org/buildarchive/r349099/ Log: Support stage Modified: head/misc/libsupertone/Makefile Modified: head/misc/libsupertone/Makefile ============================================================================== --- head/misc/libsupertone/Makefile Mon Mar 24 23:49:46 2014 (r349098) +++ head/misc/libsupertone/Makefile Mon Mar 24 23:51:11 2014 (r349099) @@ -6,7 +6,6 @@ PORTVERSION= 0.0.2 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.soft-switch.org/downloads/unicall/ -EXTRACT_SUFX= .tgz MAINTAINER= fjoe@FreeBSD.org COMMENT= Library for supervisory tone generation and detection @@ -18,6 +17,7 @@ LIB_DEPENDS= libaudiofile.so:${PORTSDIR} libtiff.so:${PORTSDIR}/graphics/tiff \ libxml2.so:${PORTSDIR}/textproc/libxml2 +USES= tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -25,7 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # Add missing dependency in attempt to fix parallel (-jX) builds -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/DEPENDENCIES =/s,$$, $$(lib_LTLIBRARIES),' \ ${WRKSRC}/Makefile.in