From owner-svn-ports-all@FreeBSD.ORG Tue Jan 27 10:47:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37E24ED1; Tue, 27 Jan 2015 10:47:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A6AD2DF; Tue, 27 Jan 2015 10:47:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0RAlnpF066353; Tue, 27 Jan 2015 10:47:49 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0RAlnUt066351; Tue, 27 Jan 2015 10:47:49 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201501271047.t0RAlnUt066351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 27 Jan 2015 10:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377991 - in head: devel/libhtp security/suricata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 10:47:50 -0000 Author: koobs Date: Tue Jan 27 10:47:48 2015 New Revision: 377991 URL: https://svnweb.freebsd.org/changeset/ports/377991 QAT: https://qat.redports.org/buildarchive/r377991/ Log: devel/libhtp, security/suricata: Use iconv:translit Use translit for USES=iconv, fixing a build error on specific (10-STABLE r???) versions of FreeBSD that dont contain a libiconv implementation with certain features [1] in base. PR: 196720 [1] Reported by: Modified: head/devel/libhtp/Makefile head/security/suricata/Makefile Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Tue Jan 27 10:01:02 2015 (r377990) +++ head/devel/libhtp/Makefile Tue Jan 27 10:47:48 2015 (r377991) @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= OISF GH_COMMIT= 4cb1b99 -USES= autoreconf libtool pkgconfig pathfix iconv +USES= autoreconf iconv:translit libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Tue Jan 27 10:01:02 2015 (r377990) +++ head/security/suricata/Makefile Tue Jan 27 10:47:48 2015 (r377991) @@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve libnet.so:${PORTSDIR}/net/libnet \ libyaml.so:${PORTSDIR}/textproc/libyaml -USES= autoreconf gmake pkgconfig libtool pathfix +USES= autoreconf gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes @@ -52,7 +52,7 @@ HTP_PORT_LIB_DEPENDS= libhtp.so:${PORTS HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp HTP_PORT_CONFLICTS_INSTALL_OFF= libhtp-[0-9]* libhtp-suricata -HTP_PORT_USES_OFF= iconv +HTP_PORT_USES_OFF= iconv:translit IPFW_CONFIGURE_ON= --enable-ipfw