svn commit: r378626 - head/sysutils/pefs-kmod
Sean Bruno
sbruno at FreeBSD.org
Sat Feb 7 23:46:57 UTC 2015
Author: sbruno
Date: Sat Feb 7 23:46:56 2015
New Revision: 378626
URL: https://svnweb.freebsd.org/changeset/ports/378626
QAT: https://qat.redports.org/buildarchive/r378626/
Log:
Add armv6 to supported ONLY_FOR_ARCHS list.
PR: 197332
Submitted by: egypcio at googlemail.com
Reviewed by: gleb (maintainer)
Approved by: mentor (implicit)
Modified:
head/sysutils/pefs-kmod/Makefile
Modified: head/sysutils/pefs-kmod/Makefile
==============================================================================
--- head/sysutils/pefs-kmod/Makefile Sat Feb 7 23:43:14 2015 (r378625)
+++ head/sysutils/pefs-kmod/Makefile Sat Feb 7 23:46:56 2015 (r378626)
@@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
NO_MANCOMPRESS=
-ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs
+ONLY_FOR_ARCHS= i386 amd64 armv6
+ONLY_FOR_ARCHS_REASON= Untested on any other arch.
USES= kmod uidfix
More information about the svn-ports-head
mailing list