Date: Wed, 21 Nov 2018 15:42:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233328] [NEW PORT] lang/parser3: Simple and convenient object-oriented language Message-ID: <bug-233328-7788-aS805w7fhJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233328-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-233328-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233328 --- Comment #4 from Igor Konov <montblanc@mail.ru> --- The original distribution does not support the following options: --without-gmime, --enable-safe-mode, --without-xml. To explicitly exclude these options, you must leave the following lines in = the file: .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGMIME} CONFIGURE_ARGS+=3D --with-mailreceive .endif .if ! ${PORT_OPTIONS:MSAFE_MODE} CONFIGURE_ARGS+=3D --disable-safe-mode .endif .if ${PORT_OPTIONS:MXML} CONFIGURE_ARGS+=3D --with-xml=3D${LOCALBASE} .endif I am sending a new version in the attachment. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233328-7788-aS805w7fhJ>