From owner-svn-ports-head@freebsd.org Sun Jul 28 19:19:34 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD5A3B1F8B; Sun, 28 Jul 2019 19:19:34 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C39007291B; Sun, 28 Jul 2019 19:19:33 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [10.8.0.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 049512F308; Sun, 28 Jul 2019 21:19:15 +0200 (CEST) Date: Sun, 28 Jul 2019 21:19:14 +0200 From: Piotr Kubaj To: Danilo Egea Gondolfo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r507525 - head/editors/nano Message-ID: <20190728191914.GA11240@ThinkPad-X200.g.anongoth.pl> References: <201907281911.x6SJBEe2092059@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="REljHexywcAsiUG+" Content-Disposition: inline In-Reply-To: <201907281911.x6SJBEe2092059@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: C39007291B X-Spamd-Bar: --------- X-Spamd-Result: default: False [-9.47 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.992,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; IP_SCORE(-3.71)[ip: (-9.91), ipnet: 46.248.160.0/19(-4.92), asn: 47544(-3.76), country: PL(0.06)]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; MX_GOOD(-0.01)[mail.anongoth.pl]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; NEURAL_HAM_SHORT(-0.86)[-0.860,0]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 28 Jul 2019 19:19:34 -0000 --REljHexywcAsiUG+ Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline You can just put: NLS_USES= gettext localbase On 19-07-28 19:11:14, Danilo Egea Gondolfo wrote: >Author: danilo >Date: Sun Jul 28 19:11:14 2019 >New Revision: 507525 >URL: https://svnweb.freebsd.org/changeset/ports/507525 > >Log: > - Update to 4.3 > - Re-introduce CPPFLAGS. Without it the configure test for libintl fails and nano crashes when the user selects one of the NLS supported languages > > PR: 239189 > >Modified: > head/editors/nano/Makefile > head/editors/nano/distinfo > >Modified: head/editors/nano/Makefile >============================================================================== >--- head/editors/nano/Makefile Sun Jul 28 19:08:40 2019 (r507524) >+++ head/editors/nano/Makefile Sun Jul 28 19:11:14 2019 (r507525) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nano >-PORTVERSION= 4.2 >+PORTVERSION= 4.3 > CATEGORIES= editors > MASTER_SITES= https://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU > >@@ -29,6 +29,7 @@ OPTIONS_SUB= yes > > NLS_USES= gettext > NLS_CONFIGURE_ENABLE= nls >+NLS_CPPFLAGS= -I${LOCALBASE}/include > > INFO= nano > > >Modified: head/editors/nano/distinfo >============================================================================== >--- head/editors/nano/distinfo Sun Jul 28 19:08:40 2019 (r507524) >+++ head/editors/nano/distinfo Sun Jul 28 19:11:14 2019 (r507525) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1560579916 >-SHA256 (nano-4.2.tar.xz) = 1143defce62e391b241252ffdb6e5c1ded56cfe26d46ee81b796abe0ccc45df9 >-SIZE (nano-4.2.tar.xz) = 1478972 >+TIMESTAMP = 1564338029 >+SHA256 (nano-4.3.tar.xz) = 00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81 >+SIZE (nano-4.3.tar.xz) = 1485776 > --REljHexywcAsiUG+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl099TJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM5 Q0M4ODc4RDkyNDgyODg3M0IyOEEyQjdBNTk5Qjg1MjA4MzlDOUQACgkQelmbhSCD nJ0g/A//UvAPZRygC4FQ8FJsU0WMW8TdCy9m7ENQ03a1iVOv2D1sCc9XAZV+nzBZ EHnhdbKkytswh09c5s/4WiUPi0X+gZnhI79TprWpe2Abulu0RtsSyybbbMevhbUU E16l0jmsGvwlxytWG43drRugao1OJHe/fc0Lh2cYP94MNKl9+HHambdbELkuQn/H qSGi5Mob9QkCsu8fJTeNVzuLHh/cIy0zykRK4+y8mxYC3vbxfbsowwgGwdwjCENN Imu1lMlLhat8IBonj9A5c9X4sY67mlHmxMyz4t3gVkvZf72Rf361oGgWcfdaYNYa zq0WXLJ69AUDvfdx81is3o1gGHcfjbXfUg7Tcny17TCQjWDdNyIW569kEfOa8cnV BCIX6iETKzqxs2ccQht1usZW7hxjXrIfgiiOAigaraQWI1VovzJfEqhwa+VO7gip S6yJu8t5TDmHeApV0Rvd0sZSUNR2rDWXulfpTebbW5IcEvPf8vaDbYfdH6x8+w3J HUbO2DbN2fikoDywPpMQc0QbSqZP0lbCRl/XECzuLys0+a6n/d3U/iis+IS6Izpk MfrogOEAwfc2eMKH9vFi+6gwJSkv2mjYgvrIgOtmH1mt+z9+xyaDnhkKXTmGvqQI k4jrPV14kF1e44OLDzPEvimmgq5p6fzCPRVl1M5mgPQCRnyeWa4= =uoJ8 -----END PGP SIGNATURE----- --REljHexywcAsiUG+--