From owner-svn-ports-all@freebsd.org Fri Mar 11 20:56:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48DA9ACD94B; Fri, 11 Mar 2016 20:56:28 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1961A1355; Fri, 11 Mar 2016 20:56:28 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2BKuROS058756; Fri, 11 Mar 2016 20:56:27 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2BKuRJj058754; Fri, 11 Mar 2016 20:56:27 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201603112056.u2BKuRJj058754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 11 Mar 2016 20:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410840 - in head: net/ldapscripts sysutils/evtviewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 11 Mar 2016 20:56:28 -0000 Author: martymac Date: Fri Mar 11 20:56:26 2016 New Revision: 410840 URL: https://svnweb.freebsd.org/changeset/ports/410840 Log: Set NO_ARCH for my arch-independent ports Modified: head/net/ldapscripts/Makefile head/sysutils/evtviewer/Makefile Modified: head/net/ldapscripts/Makefile ============================================================================== --- head/net/ldapscripts/Makefile Fri Mar 11 20:43:01 2016 (r410839) +++ head/net/ldapscripts/Makefile Fri Mar 11 20:56:26 2016 (r410840) @@ -19,6 +19,7 @@ RUN_DEPENDS= ldapadd:${PORTSDIR}/net/ope ldapmodrdn:${PORTSDIR}/net/openldap${OPENLDAP_VER}-client \ ldappasswd:${PORTSDIR}/net/openldap${OPENLDAP_VER}-client +NO_ARCH= yes USE_OPENLDAP= yes USES= iconv tar:tgz LIBDIR= ${PREFIX}/lib/${PORTNAME} Modified: head/sysutils/evtviewer/Makefile ============================================================================== --- head/sysutils/evtviewer/Makefile Fri Mar 11 20:43:01 2016 (r410839) +++ head/sysutils/evtviewer/Makefile Fri Mar 11 20:56:26 2016 (r410840) @@ -12,6 +12,7 @@ COMMENT= Ms event log viewer LICENSE= GPLv2 +NO_ARCH= yes USES= perl5 shebangfix tar:tgz SHEBANG_FILES= evtViewer NO_BUILD= yes