From owner-svn-ports-head@FreeBSD.ORG Tue Jan 27 10:49:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBB68FBD; Tue, 27 Jan 2015 10:49:15 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9784E2ED; Tue, 27 Jan 2015 10:49:15 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id ft15so18228462pdb.5; Tue, 27 Jan 2015 02:49:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=1ERr3NF2BMvFfvNXO2CptF8m0jJsBik+aKi2E7NJrwM=; b=NQsXzL0rR8eowMwNcc++rJDzqINREd+LCrLKuv7VnQgjL19bEhfKUe9s7J6RPmnHkI GW5ubJ9/p8WW4r0u3xfemEo/j/JxFTF+YMSYHt4k2Ddh9OLWvatgCE1cTbblz4tI5CgW NfaYLTHj/tGXtbzC5ri877P4ODjy+fA38i6HTkAhOqxvi8eI2T3C8i48CJCiJIerloSM WAf8Ugjp5ntC7yLa2t6CuwB2e3r5Zx7ds/8nv9wsYBvZbywzXqEbR01Is6jLErgdodO5 kJIu1qSkERYHiRZIWY0xsZsUxpuzblHVk/rl5iqeoaLCYN4xYWSy71f3/BhrGXtG2yz5 yp2A== X-Received: by 10.70.102.131 with SMTP id fo3mr1087915pdb.78.1422355755196; Tue, 27 Jan 2015 02:49:15 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id jw8sm1183758pbc.73.2015.01.27.02.49.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 02:49:14 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54C76D24.4050505@FreeBSD.org> Date: Tue, 27 Jan 2015 21:49:08 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r377991 - in head: devel/libhtp security/suricata References: <201501271047.t0RAlnUt066351@svn.freebsd.org> In-Reply-To: <201501271047.t0RAlnUt066351@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 10:49:16 -0000 On 27/01/2015 9:47 PM, Kubilay Kocak wrote: > 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 > > While I'm here: - Sort USES (cc danfe@) ./koobs