X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id A7EDC5C589E for ; Thu, 25 Oct 2018 09:32:36 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 7DEE79E1E47; Thu, 25 Oct 2018 09:32:36 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id AE6959E00F8; Thu, 25 Oct 2018 09:32:35 +0000 (GMT) Date: Thu, 25 Oct 2018 11:32:31 +0200 From: Natanael Copa To: Alex Raschi Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 1/3] main/tiff: enable c++ support Message-ID: <20181025113231.5416b267@ncopa-desktop.copa.dup.pw> In-Reply-To: <20181025102911.6e090deb@ncopa-desktop.copa.dup.pw> References: <20181024181153.8526-1-raschi.alex@gmail.com> <20181025102911.6e090deb@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 25 Oct 2018 10:29:11 +0200 Natanael Copa wrote: > On Wed, 24 Oct 2018 20:11:51 +0200 > Alex Raschi wrote: > > > * needed for nomacs 3.12 > > --- > > main/tiff/APKBUILD | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD > > index 8a663f6540..d90bacd682 100644 > > --- a/main/tiff/APKBUILD > > +++ b/main/tiff/APKBUILD > > @@ -3,7 +3,7 @@ > > # Maintainer: Michael Mason > > pkgname=tiff > > pkgver=4.0.9 > > -pkgrel=6 > > +pkgrel=7 > > pkgdesc="Provides support for the Tag Image File Format or TIFF" > > url="http://www.libtiff.org" > > arch="all" > > @@ -69,8 +69,7 @@ build() { > > --prefix=/usr \ > > --sysconfdir=/etc \ > > --mandir=/usr/share/man \ > > - --infodir=/usr/share/info \ > > - --disable-cxx > > I'd like to change it to `--enable-cxx`, to make it more visible. We > may also want to move the c++ support to a separate subpackage. I applied your patch and spliited out libtiffxx. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---