From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 08:23:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 898DF106566B; Sat, 8 Sep 2012 08:23:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7448C8FC08; Sat, 8 Sep 2012 08:23:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q888NCqv050927; Sat, 8 Sep 2012 08:23:12 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q888NC5k050925; Sat, 8 Sep 2012 08:23:12 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209080823.q888NC5k050925@svn.freebsd.org> From: Mark Linimon Date: Sat, 8 Sep 2012 08:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303879 - head/net/appkonference X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 08:23:12 -0000 Author: linimon Date: Sat Sep 8 08:23:11 2012 New Revision: 303879 URL: http://svn.freebsd.org/changeset/ports/303879 Log: Mark as not yet ported to anything other than x86 and arm. Hat: portmgr Modified: head/net/appkonference/Makefile Modified: head/net/appkonference/Makefile ============================================================================== --- head/net/appkonference/Makefile Sat Sep 8 07:49:05 2012 (r303878) +++ head/net/appkonference/Makefile Sat Sep 8 08:23:11 2012 (r303879) @@ -21,4 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/konferenc PLIST_FILES= lib/asterisk/modules/app_konference.so +ONLY_FOR_ARCHS= amd64 arm i386 ia64 +ONLY_FOR_ARCHS_REASON= not yet ported to this architecture + .include