From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 12:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 F34032B4 for ; Wed, 18 Dec 2013 12:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 C6BC918B2 for ; Wed, 18 Dec 2013 12:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBICK0LN033489 for ; Wed, 18 Dec 2013 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBICK0xd033487; Wed, 18 Dec 2013 12:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 12:20:00 GMT Resent-Message-Id: <201312181220.rBICK0xd033487@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Cieslak 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 1ECF8E16 for ; Wed, 18 Dec 2013 12:12:13 +0000 (UTC) Received: from l.saper.info (l.saper.info [IPv6:2001:41d0:1:d467::1000]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C35991849 for ; Wed, 18 Dec 2013 12:12:12 +0000 (UTC) Received: from l.saper.info (localhost [127.0.0.1]) by l.saper.info (8.14.6/8.14.6) with ESMTP id rBICC7LQ097883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Dec 2013 12:12:07 GMT (envelope-from saper@saper.info) Received: (from uucp@localhost) by l.saper.info (8.14.6/8.14.6/Submit) with UUCP id rBICC7ED097882; Wed, 18 Dec 2013 12:12:07 GMT (envelope-from saper@saper.info) Received: from radziecki.saper.info (saper@localhost [127.0.0.1]) by radziecki.saper.info (8.14.5/8.14.5) with ESMTP id rBICBnIP015970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Dec 2013 12:11:49 GMT (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.5/8.14.5/Submit) id rBICBnOW015969; Wed, 18 Dec 2013 12:11:49 GMT (envelope-from saper) Message-Id: <201312181211.rBICBnOW015969@radziecki.saper.info> Date: Wed, 18 Dec 2013 12:11:49 GMT From: Marcin Cieslak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184963: [MAINTAINER] audio/Maaate: fix build on 10.x without libstdc++ Cc: saper@saper.info X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 12:20:01 -0000 >Number: 184963 >Category: ports >Synopsis: [MAINTAINER] audio/Maaate: fix build on 10.x without libstdc++ >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 12:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 10.0-CURRENT amd64 >Organization: http://saper.info >Environment: System: FreeBSD radziecki.saper.info 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r241671M: Thu Oct 18 09:38:06 CEST >Description: Port build fails on FreeBSD cluster: http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2013-12-18_01h04m44s/logs/Maaate-0.3.1_3.log probably because of the hardcoded -lstdc++ line even when using clang++ This is no longer necessary. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: when building mate with CC=clang CXX=clang++ -lstdc++ can still be seen added for the libraries. >Fix: --- Maaate-0.3.1_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/Maaate.orig/Makefile /usr/ports/audio/Maaate/Makefile --- /usr/ports/audio/Maaate.orig/Makefile 2010-12-04 08:30:18.000000000 +0100 +++ /usr/ports/audio/Maaate/Makefile 2013-09-20 16:36:35.000000000 +0200 @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: Maaate -# Date created: Fab 12, 2001 -# Whom: Ying-Chieh Liao -# -# $FreeBSD: ports/audio/Maaate/Makefile,v 1.32 2010/12/04 07:30:18 ade Exp $ -# +# Created by: Ying-Chieh Liao +# $FreeBSD: audio/Maaate/Makefile 327706 2013-09-20 14:36:35Z bapt $ PORTNAME= Maaate PORTVERSION= 0.3.1 @@ -15,8 +10,9 @@ MAINTAINER= saper@saper.info COMMENT= MPEG audio analysis toolkit +NO_STAGE= yes +USES= gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff -ruN --exclude=CVS /usr/ports/audio/Maaate.orig/files/patch-configure /usr/ports/audio/Maaate/files/patch-configure --- /usr/ports/audio/Maaate.orig/files/patch-configure 2002-10-06 19:39:01.000000000 +0200 +++ /usr/ports/audio/Maaate/files/patch-configure 2013-12-18 12:38:37.000000000 +0100 @@ -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 --- Maaate-0.3.1_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: