Bug 184542 - [maintainer] [patch] add NO_ARCH to my ports
Summary: [maintainer] [patch] add NO_ARCH to my ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 15:30 UTC by Nikolai Lifanov
Modified: 2013-12-09 12:40 UTC (History)
0 users

See Also:


Attachments
patch.txt (808 bytes, text/plain)
2013-12-06 15:30 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2013-12-06 15:30:01 UTC
	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.
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2013-12-06 21:59:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-09 12:38:52 UTC
Author: ak
Date: Mon Dec  9 12:38:45 2013
New Revision: 335975
URL: http://svnweb.freebsd.org/changeset/ports/335975

Log:
  - Mark ports as architecture-neutral (NO_ARCH)
  
  PR:	ports/184542
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

Modified:
  head/games/wtf/Makefile
  head/sysutils/ansible/Makefile

Modified: head/games/wtf/Makefile
==============================================================================
--- head/games/wtf/Makefile	Mon Dec  9 12:32:44 2013	(r335974)
+++ head/games/wtf/Makefile	Mon Dec  9 12:38:45 2013	(r335975)
@@ -10,6 +10,7 @@ MAINTAINER=	lifanov@mail.lifanov.com
 COMMENT=	Translates common Internet acronyms
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf*

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Mon Dec  9 12:32:44 2013	(r335974)
+++ head/sysutils/ansible/Makefile	Mon Dec  9 12:38:45 2013	(r335975)
@@ -14,6 +14,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml
 		${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=		ACCELERATE EXAMPLES
 OPTIONS_DEFAULT=	ACCELERATE
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-12-09 12:39:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!