X-Original-To: alpine-aports@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id 526BA5C43DD for ; Wed, 1 Mar 2017 16:04:56 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 727F05A1232; Wed, 1 Mar 2017 16:04:55 +0000 (GMT) Date: Wed, 1 Mar 2017 17:04:49 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/php7.1: do not build fileinfo with system magic file Message-ID: <20170301170449.1ef9a5f0@ncopa-desktop.copa.dup.pw> In-Reply-To: <20170301091223.29158-1-valery.kartel@gmail.com> References: <20170301091223.29158-1-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.28; 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 Wed, 1 Mar 2017 11:12:23 +0200 Valery Kartel wrote: > -- > because its buggy is php buggy or system magic file? Do we want fix system magic? -nc > --- > testing/php7.1/APKBUILD | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > > diff --git a/testing/php7.1/APKBUILD b/testing/php7.1/APKBUILD > index 717daa1c96..74a4e3ce6e 100644 > --- a/testing/php7.1/APKBUILD > +++ b/testing/php7.1/APKBUILD > @@ -2,7 +2,7 @@ > # Maintainer: Valery Kartel > pkgname=php7.1 > pkgver=7.1.2 > -pkgrel=3 > +pkgrel=4 > _apiver=20160303 > _suffix=${pkgname#php} > _pkgreal=${pkgname%$_suffix} > @@ -19,7 +19,7 @@ makedepends="autoconf bison re2c apache2-dev libxml2-dev libxslt-dev libzip-dev > aspell-dev enchant-dev expat-dev pcre-dev curl-dev gmp-dev icu-dev imap-dev gd-dev > libical-dev libressl-dev openldap-dev net-snmp-dev db-dev krb5-dev gdbm-dev sqlite-dev > freetds-dev mariadb-dev postgresql-dev unixodbc-dev freetype-dev tidyhtml-dev libwebp-dev > - libpng-dev libjpeg-turbo-dev libmcrypt-dev recode-dev libedit-dev gettext-dev file-dev > + libpng-dev libjpeg-turbo-dev libmcrypt-dev recode-dev libedit-dev gettext-dev > " > source="http://php.net/distributions/$_pkgreal-$pkgver.tar.bz2 > $pkgname-module.conf > @@ -168,10 +168,6 @@ build() { > --with-litespeed \ > --with-imap=shared --with-imap-ssl \ > || return 1 > - # rebuild fileinfo with current /usr/share/misc/magic.mgc > - sapi/cli/php -n ext/fileinfo/create_data_file.php \ > - /usr/share/misc/magic.mgc > ext/fileinfo/data_file.c || return 1 > - make > } > > check() { --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---