From owner-freebsd-ports@FreeBSD.ORG Sat Mar 22 14:53:12 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAB35CD9 for ; Sat, 22 Mar 2014 14:53:12 +0000 (UTC) Received: from cerebro.liukuma.net (cerebro.liukuma.net [185.34.0.166]) by mx1.freebsd.org (Postfix) with ESMTP id A4E915F4 for ; Sat, 22 Mar 2014 14:53:12 +0000 (UTC) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id D984E8A0135 for ; Sat, 22 Mar 2014 16:53:04 +0200 (EET) DKIM-Filter: OpenDKIM Filter v2.8.3 cerebro.liukuma.net D984E8A0135 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1395499984; bh=JqpaOmAm5hOE3m8CPFNlUEEBmxtItN98hmmfKv2s5hg=; h=From:To:Subject:Date; b=pIDPp65LnyREwKvPZ3fTXeLxw16I2x3in7BMMBw2HhuCZQz8jIYI036POJhLEl7Iv 6wz0+OJx8HnUwxZT0p34gk3biobw0UfuMF6vY/Xwl426TUVFHeiGLMA7yvOqj+e8Uy WXtIotLJwzLt+Y9WMufr081Y6jvbKAuhuQCYFBlE= X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id 5OSRqP33Q9Wz for ; Sat, 22 Mar 2014 16:53:04 +0200 (EET) Received: from Rivendell (dsl-kmibrasgw1-54f8d4-179.dhcp.inet.fi [84.248.212.179]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id D7BFF8A0126 for ; Sat, 22 Mar 2014 16:53:03 +0200 (EET) DKIM-Filter: OpenDKIM Filter v2.8.3 cerebro.liukuma.net D7BFF8A0126 Message-ID: <83B52DC410AB483F88AF8D3B040A1E5D@Rivendell> From: "Reko Turja" To: Subject: How to build PHP 5.4 without mysqlnd? Date: Sat, 22 Mar 2014 16:52:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 14:53:13 -0000 Greetings! Compiling mysqlnd into PHP is excess baggage for us not using MySQL in any shape or form. Yet it seems that there is no way for disabling in in the php5 building process. Setting WITHOUT_MYSQL=yes in make.conf does not do anything, removing --enable_mysqlnd in Makefile results in staging errors etc. So, any pointers how to make the build complete without mysqlnd, preferably so that I didn't need to manually fix the port files after every update? -Reko