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 ... _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"