Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 07:00:46 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309146 - head/sysutils/hpacucli
Message-ID:  <201212180700.qBI70kt1078659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212180700.qBI70kt1078659>