Received: by mail.netbsd.org (Postfix, from userid 605) id BC0AC84D43; Sun, 7 Mar 2021 15:08:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E79FA84D2E for ; Sun, 7 Mar 2021 15:08:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9Zj3V_unYTkP for ; Sun, 7 Mar 2021 15:08:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4AF5584CE3 for ; Sun, 7 Mar 2021 15:08:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 448F2FA95; Sun, 7 Mar 2021 15:08:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615129716214520" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 15:08:36 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/php80 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210307150836.448F2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615129716214520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 7 15:08:36 UTC 2021 Modified Files: pkgsrc/lang/php80: Makefile.common Log Message: lang/php80: remove unused code Remove (maybe) unused code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php80/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615129716214520 Content-Disposition: inline Content-Length: 813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php80/Makefile.common diff -u pkgsrc/lang/php80/Makefile.common:1.1 pkgsrc/lang/php80/Makefile.common:1.2 --- pkgsrc/lang/php80/Makefile.common:1.1 Sun Mar 7 13:41:36 2021 +++ pkgsrc/lang/php80/Makefile.common Sun Mar 7 15:08:36 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2021/03/07 13:41:36 taca Exp $ +# $NetBSD: Makefile.common,v 1.2 2021/03/07 15:08:36 taca Exp $ # used by lang/php80/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php80-extensions/Makefile @@ -12,9 +12,6 @@ MAINTAINER?= pkgsrc-users@NetBSD.org USE_TOOLS+= pkg-config -# needed due to (broken?) configure checks in php-xmlrpc and php5-dom -CONFIGURE_ENV+= PHP_LIBXML_SHARED="1" - .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= ax_cv_have_func_attribute_ifunc=no .endif --_----------=_1615129716214520--