svn commit: r412072 - head/Mk/Uses

John Marino marino at FreeBSD.org
Mon Mar 28 20:53:57 UTC 2016


Author: marino
Date: Mon Mar 28 20:53:56 2016
New Revision: 412072
URL: https://svnweb.freebsd.org/changeset/ports/412072

Log:
  Mk/Iconv.mk: Remove DragonFly exception
  
  This file has been locally patched in dports for over a year.  The
  exception hasn't been valid since DragonFly 4.0.
  
  Approved by:	erwin@ (portmgr)

Modified:
  head/Mk/Uses/iconv.mk

Modified: head/Mk/Uses/iconv.mk
==============================================================================
--- head/Mk/Uses/iconv.mk	Mon Mar 28 20:18:50 2016	(r412071)
+++ head/Mk/Uses/iconv.mk	Mon Mar 28 20:53:56 2016	(r412072)
@@ -41,7 +41,7 @@ ICONV_CONFIGURE_BASE=
 ICONV_INCLUDE_PATH=	/usr/include
 ICONV_LIB_PATH=		/usr/lib/libc.so
 
-.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \
  || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100069))) \
  || exists(${LOCALBASE}/include/iconv.h)
 BUILD_DEPENDS+=	libiconv>=1.14_9:converters/libiconv


More information about the svn-ports-head mailing list