svn commit: r438348 - head/java/sigar
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 12 10:27:01 UTC 2017
Author: amdmi3
Date: Wed Apr 12 10:26:59 2017
New Revision: 438348
URL: https://svnweb.freebsd.org/changeset/ports/438348
Log:
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket
Modified:
head/java/sigar/Makefile
Modified: head/java/sigar/Makefile
==============================================================================
--- head/java/sigar/Makefile Wed Apr 12 10:25:28 2017 (r438347)
+++ head/java/sigar/Makefile Wed Apr 12 10:26:59 2017 (r438348)
@@ -33,13 +33,9 @@ ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} $
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
-. if ${OSVERSION} >= 1000000
PLATFORM_VER= 1
-. else
-PLATFORM_VER= 9
-. endif
.else
-BROKEN= ${OPSYS} platform is not supported
+IGNORE= ${OPSYS} platform is not supported
.endif
LIBNAME= libsigar-${ARCH:S,i386,x86,}-${OPSYS:tl}-${PLATFORM_VER}.so
More information about the svn-ports-all
mailing list