svn commit: r309146 - head/sysutils/hpacucli
Maxim Sobolev
sobomax at FreeBSD.org
Tue Dec 18 07:00:46 UTC 2012
Author: sobomax
Date: Tue Dec 18 07:00:46 2012
New Revision: 309146
URL: http://svnweb.freebsd.org/changeset/ports/309146
Log:
This one should work on latest -current.
Modified:
head/sysutils/hpacucli/Makefile
Modified: head/sysutils/hpacucli/Makefile
==============================================================================
--- head/sysutils/hpacucli/Makefile Tue Dec 18 06:41:26 2012 (r309145)
+++ head/sysutils/hpacucli/Makefile Tue Dec 18 07:00:46 2012 (r309146)
@@ -37,7 +37,9 @@ do-install:
APP_PREFIX= lib/compaq/hpacucli
.if ${ARCH} == amd64
USE_LDCONFIG32= ${PREFIX}/${APP_PREFIX}
+.if ${OSVERSION} < 1000019
BROKEN= currently does not work on amd64 (see ports/128288)
+.endif
.else
USE_LDCONFIG= ${PREFIX}/${APP_PREFIX}
.endif
More information about the svn-ports-head
mailing list