Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2016 20:53:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412072 - head/Mk/Uses
Message-ID:  <201603282053.u2SKrukW015405@repo.freebsd.org>

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



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