[Bug 233328] [NEW PORT] lang/parser3: Simple and convenient object-oriented language

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 21 15:42:43 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233328

--- Comment #4 from Igor Konov <montblanc at 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+=        --with-mailreceive
.endif

.if ! ${PORT_OPTIONS:MSAFE_MODE}
CONFIGURE_ARGS+=        --disable-safe-mode
.endif

.if ${PORT_OPTIONS:MXML}
CONFIGURE_ARGS+=        --with-xml=${LOCALBASE}
.endif

I am sending a new version in the attachment.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list