From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 09:37:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E3F7A4F; Mon, 20 Oct 2014 09:37:19 +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 1B098852; Mon, 20 Oct 2014 09:37:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K9bIX8038522; Mon, 20 Oct 2014 09:37:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9K9bIOk038521; Mon, 20 Oct 2014 09:37:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410200937.s9K9bIOk038521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 20 Oct 2014 09:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371250 - head/multimedia/mlt 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.18-1 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: Mon, 20 Oct 2014 09:37:19 -0000 Author: marino Date: Mon Oct 20 09:37:18 2014 New Revision: 371250 URL: https://svnweb.freebsd.org/changeset/ports/371250 QAT: https://qat.redports.org/buildarchive/r371250/ Log: multimedia/mlt: add USES=alias plus ... USES=alias allows the port to build on DragonFly without patches, but only if --target-os=FreeBSD is also sent to the configure script. This is a no-op for FreeBSD (configure eventually sets target-os to FreeBSD anyway). USES=alias was covered by portmgr blanket. Modified: head/multimedia/mlt/Makefile Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Mon Oct 20 09:37:00 2014 (r371249) +++ head/multimedia/mlt/Makefile Mon Oct 20 09:37:18 2014 (r371250) @@ -21,9 +21,9 @@ CONFLICTS_INSTALL= freeze-[0-9]* USE_GNOME= libxml2 USE_SDL= image -USES= gmake iconv pathfix pkgconfig +USES= alias gmake iconv pathfix pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-gpl --enable-gpl3 +CONFIGURE_ARGS= --enable-gpl --enable-gpl3 --target-os=FreeBSD USE_LDCONFIG= yes .ifndef(WITH_DEBUG)