aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-01-09 15:40:55 +0800
committermat <mat@FreeBSD.org>2018-01-09 15:40:55 +0800
commit9383586309dec014705390cfb7dcbc875260bcd6 (patch)
tree3a9c2be4469b755e07de4bf2850a1b143ad46e2e /chinese
parent90a17f1f9f87aeb37516f266f002228cece17c9f (diff)
downloadfreebsd-ports-gnome-9383586309dec014705390cfb7dcbc875260bcd6.tar.gz
freebsd-ports-gnome-9383586309dec014705390cfb7dcbc875260bcd6.tar.zst
freebsd-ports-gnome-9383586309dec014705390cfb7dcbc875260bcd6.zip
Remove support for variables that have been deprecated for a while.
variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490
Diffstat (limited to 'chinese')
-rw-r--r--chinese/libtabe/Makefile11
-rw-r--r--chinese/p5-Lingua-ZH-TaBE/Makefile14
2 files changed, 0 insertions, 25 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
index 885be5d6dd59..5eceae209063 100644
--- a/chinese/libtabe/Makefile
+++ b/chinese/libtabe/Makefile
@@ -35,17 +35,6 @@ X11_CONFIGURE_WITH= x
.include <bsd.port.options.mk>
-pre-everything::
-.if defined(WITH_BDB_VER)
-pre-everything::
- @${ECHO_CMD} ""
- @${ECHO_CMD} "WARNING:"
- @${ECHO_CMD} " You have defined WITH_BDB_VER. Make sure you use the same"
- @${ECHO_CMD} " db version for all ports that use libtabe, such as xcin."
- @${ECHO_CMD} " Otherwise, ports that use libtabe may not work correctly."
- @${ECHO_CMD} ""
-.endif
-
post-patch-X11-off:
${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' \
${WRKSRC}/src/Makefile.in
diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile
index 1eaf6b1977cc..01ff1d1e918a 100644
--- a/chinese/p5-Lingua-ZH-TaBE/Makefile
+++ b/chinese/p5-Lingua-ZH-TaBE/Makefile
@@ -20,18 +20,4 @@ OBSOLETE_BDB_VAR= WITH_DB
CONFIGURE_ARGS= DB="${BDB_LIB_NAME}"
-pre-everything::
- @${ECHO_CMD} ""
- @${ECHO_CMD} "You may specify db version to use:"
- @${ECHO_CMD} ""
- @${ECHO_CMD} " WITH_BDB_VER=version (Default 41)"
-.if defined(WITH_BDB_VER)
- @${ECHO_CMD} ""
- @${ECHO_CMD} "WARNING:"
- @${ECHO_CMD} " You have defined WITH_BDB_VER. Make sure you use the same"
- @${ECHO_CMD} " db version that libtabe uses. Otherwise, this port may"
- @${ECHO_CMD} " not work correctly."
-.endif
- @${ECHO_CMD} ""
-
.include <bsd.port.mk>