Summary: | security/chntpw: cleanup | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | buganini | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(buganini) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved, many thanks! A commit references this bug: Author: amdmi3 Date: Tue Sep 15 12:23:20 UTC 2015 New revision: 396956 URL: https://svnweb.freebsd.org/changeset/ports/396956 Log: - Drop ARCH condition for removing -m32 flag: on i386 it's no-op anyway - Drop ONLY_FOR_ARCHS, it builds fine on arm, mips and mips64, however not sure if it's usable there - Switch to options helpers PR: 202870 Submitted by: amdmi3 Approved by: buganini@gmail.com (maintainer) Changes: head/security/chntpw/Makefile |
Created attachment 160672 [details] Patch - Drop ARCH condition for removing -m32 flag: on i386 it's no-op anyway - Drop ONLY_FOR_ARCHS, it builds fine on arm, mips and mips64, however not sure if it's usable there - Switch to options helpers