Date: Sat, 17 Jan 2015 01:41:51 +0100 From: Baptiste Daroussin <bapt@freebsd.org> To: Waitman Gobble <gobble.wa@gmail.com> Cc: pgsql@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: postgresql93 port and libedit Message-ID: <20150117004151.GO98528@ivaldir.etoilebsd.net> In-Reply-To: <CAFuo_fxXu05ELWtB3GSjhC0-fk_cjEv8QN4LTgyxdsaC%2BXLXow@mail.gmail.com> References: <CAFuo_fzX5i357NofZ2DFkz_=qDZzdNdGKdT8RfhoTN-wo=YDSA@mail.gmail.com> <20150115160113.GE98528@ivaldir.etoilebsd.net> <CAFuo_fxXu05ELWtB3GSjhC0-fk_cjEv8QN4LTgyxdsaC%2BXLXow@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--2IK6idz0sKKouFF6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 15, 2015 at 08:02:22PM -0800, Waitman Gobble wrote: > On Thu, Jan 15, 2015 at 8:01 AM, Baptiste Daroussin <bapt@freebsd.org> wr= ote: > > On Wed, Jan 14, 2015 at 10:27:14PM -0800, Waitman Gobble wrote: > >> Hi, > >> > >> I noticed that postgresql93-client port pulls in readline, which is GP= Lv3. > >> When I get rid of readline in Makefile 'USES' and also change the > >> bottom of the Makefile in postgresql93-server, > >> > >> ... > >> .include "${.CURDIR}/../postgresql92-server/Makefile" > >> > >> CONFIGURE_ARGS+=3D--with-libedit-preferred > >> > >> > >> It builds without readline and links against libedit in base: > >> > > except that libedit is not really an alternative as it does not supprot= unicode > > (except in head) one solution would be to try linking against the editl= ine port > > which contains the same fixes as libedit in head and see if it works. > > > > Best regards, > > Bapt >=20 > Thanks so much for the feedback. I've considered the options regarding > my project and I think it's more work to handle end-user devices with > a pkg repository if I indeed must manage custom ports built using > customized sources. Distributing the initial appliance isn't the > problem, i'm working out an update strategy for down the road. >=20 https://people.freebsd.org/~bapt/pglibedit.diff This patch works for me and accepts perfectly unicode. Can anyone from the postgresql team test, generalize to other postegresql versions? (please keep it using the port version of libedit). Best regards, Bapt --2IK6idz0sKKouFF6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlS5r8wACgkQ8kTtMUmk6EyVFACgrQQwEYfqiOk86LWxmvpDdSoT EGMAn1h3N5LlOSYYvB5wxUMJ09kPMZYt =M5/Z -----END PGP SIGNATURE----- --2IK6idz0sKKouFF6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150117004151.GO98528>