From owner-freebsd-apache@FreeBSD.ORG Mon Oct 7 20:13:00 2013 Return-Path: Delivered-To: apache@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 ESMTP id CD9177B7 for ; Mon, 7 Oct 2013 20:13:00 +0000 (UTC) (envelope-from John.Bolton@software.dell.com) Received: from alvetxw01.quest.com (alvetxw01.quest.com [12.106.87.93]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB4682F33 for ; Mon, 7 Oct 2013 20:13:00 +0000 (UTC) Received: from ALVHTXW10.prod.quest.corp (10.1.135.22) by alvetxw01.quest.com (10.1.100.93) with Microsoft SMTP Server (TLS) id 14.2.328.9; Mon, 7 Oct 2013 13:10:30 -0700 Received: from ALVMBXW01.prod.quest.corp ([fe80::48dd:e065:86b3:9cee]) by ALVHTXW10.prod.quest.corp ([::1]) with mapi id 14.02.0328.009; Mon, 7 Oct 2013 13:12:57 -0700 From: John Bolton To: olli hauer Subject: RE: FreeBSD Port: devel/apr1 Thread-Topic: FreeBSD Port: devel/apr1 Thread-Index: Ac7DhwoHMxH+aEyxQFWl7h00qKkRuAASQTSAAA2kRcA= Date: Mon, 7 Oct 2013 20:12:57 +0000 Message-ID: References: <52530EB1.4010301@gmx.de> In-Reply-To: <52530EB1.4010301@gmx.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.5.97.100] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "apache@FreeBSD.org" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:13:00 -0000 Thank you Olli.=20 I was able to get this to work: make -D BATCH WITH=3D"LDAP" package Putting a -D before WITH or WITHOUT does not work but perhaps that was a ty= po on your part. ;) John -----Original Message----- From: olli hauer [mailto:ohauer@gmx.de]=20 Sent: Monday, October 07, 2013 12:43 PM To: apache@FreeBSD.org Cc: John Bolton Subject: Re: FreeBSD Port: devel/apr1 On 2013-10-07 20:05, John Bolton wrote: > Hi guys, >=20 > I ran into some trouble building this port on FreeBSD 9.1 x64 using the -= D arguments so the build does not require user interaction. The command lin= e I used is: >=20 > make -D BATCH -D WITH_LDAP package >=20 > Unfortunately, the build proceeds without LDAP support. I noticed the Mak= efule does not contain an OPTIONS_DEFINE line. The build worked as expected= after modifying the Makefile to include this line. The version of apr1 I a= m building is 1.4.8. >=20 > What do you guys thinks about this? >=20 > Regards, >=20 > John Bolton Hello John, I'm not sure if the new OPTIONS framework covers all cases, but the new not= ation is working as expected https://wiki.freebsd.org/Ports/Options/Options= NG > make -D BATCH -D WITH=3DLDAP package also with disabling a default option > make -D BATCH -D WITH=3D"LDAP PGSQL" WITHOUT=3D"GDBM" package -- Regards, olli