Date: Fri, 15 Jun 2012 00:30:53 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: Tilman Keskinoz <arved@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/pcsc-lite Makefile Message-ID: <20120614163053.GA37124@bonjour.sunpoet.net> In-Reply-To: <201206081528.q58FSovl055134@repoman.freebsd.org> References: <201206081528.q58FSovl055134@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120614163053.GA37124>
