From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 04:02:24 2015 Return-Path: Delivered-To: freebsd-ports@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 29074F90; Fri, 16 Jan 2015 04:02:24 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (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 B227DF4F; Fri, 16 Jan 2015 04:02:23 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so18450283wgh.2; Thu, 15 Jan 2015 20:02:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rw4/RNO+BtUlvd9t3poDauxX68d4DoeYRlwO/P8x4uA=; b=Or0qCb2YqcWV6UEhcBftF3MhnVhxb4nFA23MKUdZhcScBNyJ+RijT8Zg4rRxJqA9jd vcT52sz6qkjlfaBIFg5koVHP/C8RL+AxvwKKK+XQDERm/yUdU57urZjtMAvAbecacWcK EhDL7Vjb4q4/fYr9mcSxQnQdhBTxcrm8bSJa4nsmyPOIlIrSuP2NqIe4jXJ2hGGLWZNP 6LtWybmXyWUCdFjsjZUTK4kexL9M2M1PJxKj7a4GKgTT2FGvQRt9tyYxkoNivi0/XQKF M5crS9+8bjUZcQ8N51Q44ZaR4N2FUwfwjqUOVYuu4t7BfvhY2T8h8YeH/PJisG++UwZS AZDQ== MIME-Version: 1.0 X-Received: by 10.180.107.136 with SMTP id hc8mr2163677wib.32.1421380942231; Thu, 15 Jan 2015 20:02:22 -0800 (PST) Received: by 10.27.212.129 with HTTP; Thu, 15 Jan 2015 20:02:22 -0800 (PST) In-Reply-To: <20150115160113.GE98528@ivaldir.etoilebsd.net> References: <20150115160113.GE98528@ivaldir.etoilebsd.net> Date: Thu, 15 Jan 2015 20:02:22 -0800 Message-ID: Subject: Re: postgresql93 port and libedit From: Waitman Gobble To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 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: Fri, 16 Jan 2015 04:02:24 -0000 On Thu, Jan 15, 2015 at 8:01 AM, Baptiste Daroussin wrote: > 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 GPLv3. >> 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+=--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 editline port > which contains the same fixes as libedit in head and see if it works. > > Best regards, > Bapt 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. -- Waitman Gobble Los Altos California USA 510-830-7975