Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 14:50:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378353 - head/sysutils/uhidd
Message-ID:  <201502031450.t13Eouns089898@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  3 14:50:55 2015
New Revision: 378353
URL: https://svnweb.freebsd.org/changeset/ports/378353
QAT: https://qat.redports.org/buildarchive/r378353/

Log:
  - Remove always false OSVERSION condition

Modified:
  head/sysutils/uhidd/Makefile

Modified: head/sysutils/uhidd/Makefile
==============================================================================
--- head/sysutils/uhidd/Makefile	Tue Feb  3 14:35:36 2015	(r378352)
+++ head/sysutils/uhidd/Makefile	Tue Feb  3 14:50:55 2015	(r378353)
@@ -33,9 +33,7 @@ LIBCUSE=	${LIBDIR}/libcuse4bsd.so
 MAKE_ENV+=	DEBUG_FLAGS='${DEBUG_FLAGS}'
 .endif
 
-.if ${OSVERSION} < 800069
-IGNORE=		does not build with the old USB stack
-.elif ${OSVERSION} > 1000012
+.if ${OSVERSION} > 1000012
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-uhidd-parser.y
 .endif
 



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