Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 21:56:47 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419559 - head/irc/znc
Message-ID:  <201608032156.u73LulOB089107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Aug  3 21:56:47 2016
New Revision: 419559
URL: https://svnweb.freebsd.org/changeset/ports/419559

Log:
  Remove unneeded iconv hack.
  
  This would still be needed with 10+ after the removal of const
  on iconv(3) in src r281550, but now with the use of ICU in
  1.6 it is no longer using iconv(3).

Modified:
  head/irc/znc/Makefile

Modified: head/irc/znc/Makefile
==============================================================================
--- head/irc/znc/Makefile	Wed Aug  3 21:17:51 2016	(r419558)
+++ head/irc/znc/Makefile	Wed Aug  3 21:56:47 2016	(r419559)
@@ -54,13 +54,6 @@ TCL_USES=	tcl
 
 PORTDOCS=	README.md
 
-pre-configure:
-# No need to cast to char** in AM_ICONV, fixes charset/iconv detection
-# and by extension, successfully builds charset module
-	@${REINPLACE_CMD} -e \
-		's#(char \*\*)##g' \
-		${WRKSRC}/configure
-
 # Instead of using bundled swig generated files, delete them to force
 # regeneration using swig 2.0.11+ (fixes port compilation using clang)
 #



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