Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Dec 2013 10:25:33 -0500 (EST)
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184542: [maintainer] [patch] add NO_ARCH to my ports
Message-ID:  <20131206152534.07D9E1A7174@mail.lifanov.com>
Resent-Message-ID: <201312061530.rB6FU1gV086083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131206152534.07D9E1A7174>