From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 18:25:14 2014 Return-Path: Delivered-To: svn-ports-head@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 7A59988A; Sat, 8 Feb 2014 18:25:14 +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 657921359; Sat, 8 Feb 2014 18:25:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18IPEFA015963; Sat, 8 Feb 2014 18:25:14 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18IPDBN015959; Sat, 8 Feb 2014 18:25:13 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201402081825.s18IPDBN015959@svn.freebsd.org> From: Thomas Zander Date: Sat, 8 Feb 2014 18:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343375 - in head/audio/Maaate: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 18:25:14 -0000 Author: riggs Date: Sat Feb 8 18:25:13 2014 New Revision: 343375 URL: http://svnweb.freebsd.org/changeset/ports/343375 QAT: https://qat.redports.org/buildarchive/r343375/ Log: - Build fix for clang based systems - Add LICENSE - Add OPTION for portdocs - Correct outdated project URL in pkg-descr - Bump PORTREVISION PR: ports/184963 Submitted by: Marcin Cieslak (maintainer) Approved by: thierry (mentor) MFH: 2014Q1 Modified: head/audio/Maaate/Makefile head/audio/Maaate/files/patch-configure head/audio/Maaate/pkg-descr head/audio/Maaate/pkg-plist Modified: head/audio/Maaate/Makefile ============================================================================== --- head/audio/Maaate/Makefile Sat Feb 8 18:10:39 2014 (r343374) +++ head/audio/Maaate/Makefile Sat Feb 8 18:25:13 2014 (r343375) @@ -3,26 +3,36 @@ PORTNAME= Maaate PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= saper@saper.info COMMENT= MPEG audio analysis toolkit +LICENSE= GPLv2 + USES= gmake USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +PORTDOCS= API.html ChangeLog THANKS applications.html + +OPTIONS_DEFINE= DOCS + +.include + post-patch: @${REINPLACE_CMD} -e 's|-ldl||g ; \ s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in post-install: +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in API.html ChangeLog THANKS applications.html - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor +.endif .include Modified: head/audio/Maaate/files/patch-configure ============================================================================== --- head/audio/Maaate/files/patch-configure Sat Feb 8 18:10:39 2014 (r343374) +++ head/audio/Maaate/files/patch-configure Sat Feb 8 18:25:13 2014 (r343375) @@ -1,5 +1,5 @@ ---- configure.orig Thu Sep 5 09:54:07 2002 -+++ configure Mon Sep 30 22:55:21 2002 +--- configure.orig 2002-10-09 03:30:34.000000000 +0200 ++++ configure 2013-12-18 12:38:19.000000000 +0100 @@ -5691,6 +5691,7 @@ # This can be used to rebuild libtool when needed @@ -8,3 +8,11 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5699,7 +5700,6 @@ + + + +-LDFLAGS="$LDFLAGS -lstdc++" + + echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6 + echo "configure:5706: checking for cos in -lm" >&5 Modified: head/audio/Maaate/pkg-descr ============================================================================== --- head/audio/Maaate/pkg-descr Sat Feb 8 18:10:39 2014 (r343374) +++ head/audio/Maaate/pkg-descr Sat Feb 8 18:25:13 2014 (r343375) @@ -9,4 +9,4 @@ parsing of the MPEG audio stream, the se content analysis on the extracted field, and the third tier includes any applications that are based on the extracted content. -WWW: http://www.cmis.csiro.au/maaate/ +WWW: http://maaate.sourceforge.net/ Modified: head/audio/Maaate/pkg-plist ============================================================================== --- head/audio/Maaate/pkg-plist Sat Feb 8 18:10:39 2014 (r343374) +++ head/audio/Maaate/pkg-plist Sat Feb 8 18:25:13 2014 (r343375) @@ -40,10 +40,5 @@ lib/libMaaateP.a lib/libMaaateP.la lib/libMaaateP.so lib/libMaaateP.so.1 -%%PORTDOCS%%%%DOCSDIR%%/API.html -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/applications.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/Maaate @dirrm include/Maaate