From owner-cvs-all@FreeBSD.ORG Thu Jun 14 16:31:23 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B2A71065799; Thu, 14 Jun 2012 16:31:23 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id F374E8FC0A; Thu, 14 Jun 2012 16:31:22 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WCr193gv4z9DL; Fri, 15 Jun 2012 00:30:53 +0800 (CST) Date: Fri, 15 Jun 2012 00:30:53 +0800 From: Sunpoet Po-Chuan Hsieh To: Tilman Keskinoz Message-ID: <20120614163053.GA37124@bonjour.sunpoet.net> References: <201206081528.q58FSovl055134@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201206081528.q58FSovl055134@repoman.freebsd.org> Organization: The FreeBSD Project User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/pcsc-lite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 16:31:23 -0000 On Fri, Jun 08, 2012 at 03:28:50PM +0000, Tilman Keskinoz wrote: > arved 2012-06-08 15:28:50 UTC > > FreeBSD ports repository > > Modified files: > devel/pcsc-lite Makefile > Log: > Convert WITH_ style option to optionsng > > Revision Changes Path > 1.61 +10 -12 ports/devel/pcsc-lite/Makefile Hi, The transition to new options framework is incorrect. OPTIONS* was processed by bsd.options.mk. Therefore OPTIONS* should be defined before the inclusion of bsd.port.pre.mk. Regards, sunpoet The results on my box (9-STABLE amd64) are as follows: % cd /usr/ports/devel/pcsc-lite/ % make -V PORT_OPTIONS DOCS EXAMPLES NLS USB % make -V CONFIGURE_ARGS --enable-ipcdir=/var/tmp/ --enable-usbdropdir=/usr/local/lib/pcsc/drivers/ --disable-libusb --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} % make -V CONFIGURE_ENV LIBS=" -pthread" SHELL=/bin/sh CONFIG_SHELL=/bin/sh MAKE=gmake lt_cv_sys_max_cmd_len=262144 % make build ... libusb support: no ...