From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 6 15:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 D1AFF9A0 for ; Fri, 6 Dec 2013 15:30:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFDAC16E5 for ; Fri, 6 Dec 2013 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6FU1S9086084 for ; Fri, 6 Dec 2013 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB6FU1gV086083; Fri, 6 Dec 2013 15:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 6 Dec 2013 15:30:01 GMT Resent-Message-Id: <201312061530.rB6FU1gV086083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov 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 42EF03B6 for ; Fri, 6 Dec 2013 15:25:34 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3180816AA for ; Fri, 6 Dec 2013 15:25:34 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id 07D9E1A7174; Fri, 6 Dec 2013 10:25:33 -0500 (EST) Message-Id: <20131206152534.07D9E1A7174@mail.lifanov.com> Date: Fri, 6 Dec 2013 10:25:33 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184542: [maintainer] [patch] add NO_ARCH to my ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 15:30:02 -0000 >Number: 184542 >Category: ports >Synopsis: [maintainer] [patch] add NO_ARCH to my ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 06 15:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I already submitted this as ports/184534, but something weird happened with GNATS and I don't see my entry in either open or closed, so here it is again. Update the ports I maintain which are arch-independent with the new NO_ARCH macro. The patch is attached. >How-To-Repeat: >Fix: --- patch.txt begins here --- Index: games/wtf/Makefile =================================================================== --- games/wtf/Makefile (revision 335731) +++ games/wtf/Makefile (working copy) @@ -10,6 +10,7 @@ COMMENT= Translates common Internet acronyms NO_BUILD= yes +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf* Index: sysutils/ansible/Makefile =================================================================== --- sysutils/ansible/Makefile (revision 335731) +++ sysutils/ansible/Makefile (working copy) @@ -10,6 +10,8 @@ LICENSE= GPLv3 +NO_ARCH= yes + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: