svn commit: r419559 - head/irc/znc

Bryan Drewery bdrewery at FreeBSD.org
Wed Aug 3 21:56:48 UTC 2016


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)
 #


More information about the svn-ports-all mailing list