diff options
author | mat <mat@FreeBSD.org> | 2018-01-09 15:40:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-09 15:40:55 +0800 |
commit | 9383586309dec014705390cfb7dcbc875260bcd6 (patch) | |
tree | 3a9c2be4469b755e07de4bf2850a1b143ad46e2e /cad/calculix-ccx | |
parent | 90a17f1f9f87aeb37516f266f002228cece17c9f (diff) | |
download | freebsd-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 'cad/calculix-ccx')
-rw-r--r-- | cad/calculix-ccx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cad/calculix-ccx/Makefile b/cad/calculix-ccx/Makefile index d941d1dca0a1..d00c559afa53 100644 --- a/cad/calculix-ccx/Makefile +++ b/cad/calculix-ccx/Makefile @@ -56,9 +56,6 @@ DOCSDIR= ${PREFIX}/share/doc/CalculiX .if $(PORT_OPTIONS:MEXAMPLES) DISTFILES+= ${DIST_EXAMPLES} EXTRACT_ONLY+= ${DIST_EXAMPLES} -PLIST_SUB= PORTEXAMPLES="" -.else -PLIST_SUB= PORTEXAMPLES="@comment " .endif .if ${ARCH} == "sparc64" |