From owner-freebsd-ports@FreeBSD.ORG Thu Jan 15 16:01:18 2015 Return-Path: Delivered-To: freebsd-ports@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 ECCA2FA8 for ; Thu, 15 Jan 2015 16:01:18 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (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 7A2C27BD for ; Thu, 15 Jan 2015 16:01:18 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so15797604wgh.6 for ; Thu, 15 Jan 2015 08:01:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=F8zvRRDI4xdqWuCMGjLuBgrgZxlyzTkliNeMO/dPT6s=; b=sFG2CWsl0/gOJRReFez42nddy2CjVUpmQLzf7cmYYpv9c/zJPDeMpl0r2RmRERtPQX SfDANjUMW38ZPLuIruzVJltYMzcj8jIo443vLlcrV3gSIJ2HBQyW2G2Ab1cHuToe5CJS SEiHkjmKPG6Y4k6ZzLVZjHdWIwqzYoaLDJ9fhlzJBl4Fj7+d1yZ32BVudBop0G6hEYKZ GQS9PQH9qIOyPAiuNzw2duG6ubeHO2MSxCeSGxX9t13q/cVv99G5SvDBaNdcQ2HhBAS0 ZULexpkU2mToLVcVVTWID2v8ruHN/UNHzmfw9l70qZbn77JxNANgkQuTrqTzGQwbBA3l 6zjA== X-Received: by 10.180.73.170 with SMTP id m10mr20676513wiv.72.1421337676900; Thu, 15 Jan 2015 08:01:16 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id hl1sm2607019wjc.18.2015.01.15.08.01.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 08:01:15 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 15 Jan 2015 17:01:14 +0100 From: Baptiste Daroussin To: Waitman Gobble Subject: Re: postgresql93 port and libedit Message-ID: <20150115160113.GE98528@ivaldir.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AjmyJqqohANyBN/e" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 16:01:19 -0000 --AjmyJqqohANyBN/e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 14, 2015 at 10:27:14PM -0800, Waitman Gobble wrote: > Hi, >=20 > I noticed that postgresql93-client port pulls in readline, which is GPLv3. > When I get rid of readline in Makefile 'USES' and also change the > bottom of the Makefile in postgresql93-server, >=20 > ... > .include "${.CURDIR}/../postgresql92-server/Makefile" >=20 > CONFIGURE_ARGS+=3D--with-libedit-preferred >=20 >=20 > It builds without readline and links against libedit in base: >=20 except that libedit is not really an alternative as it does not supprot uni= code (except in head) one solution would be to try linking against the editline = port which contains the same fixes as libedit in head and see if it works. Best regards, Bapt --AjmyJqqohANyBN/e Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlS35EcACgkQ8kTtMUmk6Eyr7wCgk6P54/VfB2hXuLoMIVZ4Mb3U 6fQAn2We12yGKverKzMjH9ZZEPsnQFXr =xURf -----END PGP SIGNATURE----- --AjmyJqqohANyBN/e--