From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 27 21:00:02 2014 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.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 6604F4C3 for ; Thu, 27 Mar 2014 21:00:02 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 536DC397 for ; Thu, 27 Mar 2014 21:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2RL02qS026918 for ; Thu, 27 Mar 2014 21:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2RL02RR026917; Thu, 27 Mar 2014 21:00:02 GMT (envelope-from gnats) Date: Thu, 27 Mar 2014 21:00:02 GMT Message-Id: <201403272100.s2RL02RR026917@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187273: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 21:00:02 -0000 The following reply was made to PR ports/187273; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187273: commit references a PR Date: Thu, 27 Mar 2014 20:55:24 +0000 (UTC) Author: tijl Date: Thu Mar 27 20:55:20 2014 New Revision: 349362 URL: http://svnweb.freebsd.org/changeset/ports/349362 QAT: https://qat.redports.org/buildarchive/r349362/ Log: Use binutils port on FreeBSD/ia64. PR: ports/187273 Modified: head/multimedia/gstreamer-ffmpeg/Makefile Modified: head/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- head/multimedia/gstreamer-ffmpeg/Makefile Thu Mar 27 20:42:36 2014 (r349361) +++ head/multimedia/gstreamer-ffmpeg/Makefile Thu Mar 27 20:55:20 2014 (r349362) @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-ffmpeg-extra-con .include -.if ${OSVERSION} < 900033 +.if ${OSVERSION} < 900033 || ${ARCH} == ia64 BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"