| Summary: | [maintainer] [patch] add NO_ARCH to my ports | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Nikolai Lifanov <lifanov> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Nikolai Lifanov
2013-12-06 15:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. 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" State Changed From-To: open->closed Committed. Thanks! |