Index: Mk/bsd.options.desc.mk =================================================================== --- Mk/bsd.options.desc.mk +++ Mk/bsd.options.desc.mk @@ -1,4 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: head/Mk/bsd.options.desc.mk 409886 2016-03-01 16:41:13Z +danfe $ # # READ BEFORE EDITING: # - Please keep descriptions sorted alphabetically by variable name. @@ -396,6 +397,7 @@ POPPLER_DESC?= PDF and PS file support via poppler PORTAUDIO_DESC?= PortAudio library support POSTGIS_DESC?= PostGIS geographic support for PostgreSQL +POSIX_REGEX_DESC?= Native regex support PRINT_DESC?= Printer support PROFILE_DESC?= Build with profiling support PROJ_DESC?= PROJ.4 cartographic projections support @@ -415,6 +417,7 @@ RAW_DESC?= RAW format support READLINE_DESC?= Command line editing via libreadline REDIS_DESC?= Redis key-value store database support +REGEX_DESC?= Regular expression support RESIN3_DESC?= Resin 3.x support RTMP_DESC?= RTMP protocol support via librtmp RUBY_DESC?= Ruby bindings or support Index: audio/pms/Makefile =================================================================== --- audio/pms/Makefile +++ audio/pms/Makefile @@ -24,7 +24,6 @@ OPTIONS_DEFINE= REGEX -REGEX_DESC= Support boost regex pattern matching REGEX_LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs REGEX_CONFIGURE_ENABLE= regex Index: mail/perdition/Makefile =================================================================== --- mail/perdition/Makefile +++ mail/perdition/Makefile @@ -36,7 +36,6 @@ DAEMON_MAP_DESC= Daemon Map support GDBM_DESC= GDBM database -POSIX_REGEX_DESC= Native regex support .include Index: security/pam-modules/Makefile =================================================================== --- security/pam-modules/Makefile +++ security/pam-modules/Makefile @@ -37,7 +37,6 @@ SYSLOG_DESC= Build pam_log REGEX_CONFIGURE_ENABLE= regex -REGEX_DESC= Build pam_regex INFO= pam-modules Index: textproc/libucl/Makefile =================================================================== --- textproc/libucl/Makefile +++ textproc/libucl/Makefile @@ -15,7 +15,6 @@ OPTIONS_DEFAULT= REGEX UTILS OPTIONS_SUB= yes -REGEX_DESC= Enable regex checking for schema SIGNATURES_DESC= Enable signatures checking URLS_DESC= Enable fetching URLs UTILS_DESC= Enable tools: ucl_chargen, ucl_ucldump, ucl_tool Index: www/libevhtp/Makefile =================================================================== --- www/libevhtp/Makefile +++ www/libevhtp/Makefile @@ -33,7 +33,6 @@ THREADS_CMAKE_OFF= -DEVHTP_DISABLE_EVTHR:STRING=ON REGEX_CMAKE_ON= -DEVHTP_DISABLE_REGEX:STRING=OFF REGEX_CMAKE_OFF= -DEVHTP_DISABLE_REGEX:STRING=ON -REGEX_DESC= Enable regex support STATIC_CMAKE_ON= -DEVHTP_BUILD_SHARED:STRING=OFF STATIC_CMAKE_OFF= -DEVHTP_BUILD_SHARED:STRING=ON