svn commit: r430879 - head/databases/monetdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 8 16:50:58 UTC 2017


Author: sunpoet
Date: Sun Jan  8 16:50:57 2017
New Revision: 430879
URL: https://svnweb.freebsd.org/changeset/ports/430879

Log:
  Remove outdated OSVERSION check

Modified:
  head/databases/monetdb/Makefile

Modified: head/databases/monetdb/Makefile
==============================================================================
--- head/databases/monetdb/Makefile	Sun Jan  8 16:38:53 2017	(r430878)
+++ head/databases/monetdb/Makefile	Sun Jan  8 16:50:57 2017	(r430879)
@@ -211,13 +211,6 @@ CONFIGURE_ARGS+=	-with-password-backend=
 CONFIGURE_ARGS+=	-with-password-backend=SHA512
 .endif
 
-# Compile chokes with  version of flex on FreeBSD 8 and 9
-# with "unknown flag '-'"
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:textproc/flex
-CONFIGURE_ENV+=	LEX=${LOCALBASE}/bin/flex
-.endif
-
 pre-install:
 	${INSTALL_DATA} ${WRKSRC}/clients/mapilib/monetdb-mapi.pc \
 		${STAGEDIR}${PREFIX}/libdata/pkgconfig


More information about the svn-ports-all mailing list