From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 22:40:48 2014 Return-Path: Delivered-To: svn-ports-head@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 121997B6; Wed, 5 Feb 2014 22:40:48 +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 F016F1327; Wed, 5 Feb 2014 22:40:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15Mel28083906; Wed, 5 Feb 2014 22:40:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15MelqJ083905; Wed, 5 Feb 2014 22:40:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402052240.s15MelqJ083905@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 5 Feb 2014 22:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342881 - head/audio/xmradio 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: Wed, 05 Feb 2014 22:40:48 -0000 Author: bapt Date: Wed Feb 5 22:40:47 2014 New Revision: 342881 URL: http://svnweb.freebsd.org/changeset/ports/342881 QAT: https://qat.redports.org/buildarchive/r342881/ Log: Support stage while here s/ia64/amd64/ as it was probably intended first Modified: head/audio/xmradio/Makefile Modified: head/audio/xmradio/Makefile ============================================================================== --- head/audio/xmradio/Makefile Wed Feb 5 22:40:08 2014 (r342880) +++ head/audio/xmradio/Makefile Wed Feb 5 22:40:47 2014 (r342881) @@ -10,14 +10,9 @@ MASTER_SITES= http://core.de/~coto/radio MAINTAINER= ports@FreeBSD.org COMMENT= Motif based FM tuner (for use with bt848 driver) -# This program does not actually depend on the below, but they are pretty -# useful if you are into digital audio recording and playback. -#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox - USES= imake motif -NO_STAGE= yes USE_XORG= xpm -ONLY_FOR_ARCHS= i386 ia64 +ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio