diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-09 15:40:55 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-09 15:40:55 +0800 |
commit | bb5196a1496272ccd5cd26d76c34926a2c5e1a60 (patch) | |
tree | 3a9c2be4469b755e07de4bf2850a1b143ad46e2e /net/httpry | |
parent | 52353e34b0d1b014946d1c5b38d9970101a2ba00 (diff) | |
download | freebsd-ports-gnome-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.tar.gz freebsd-ports-gnome-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.tar.zst freebsd-ports-gnome-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.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 'net/httpry')
-rw-r--r-- | net/httpry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/httpry/Makefile b/net/httpry/Makefile index 51cf6174cd0d..3389116fe20b 100644 --- a/net/httpry/Makefile +++ b/net/httpry/Makefile @@ -16,12 +16,12 @@ EXTRASCRIPTS_DESC= Install additional scripts .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXTRASCRIPTS} -PLIST_SUB= EXTRASCRIPTS="" +PLIST_SUB+= EXTRASCRIPTS="" USES+= perl5 USE_PERL5= run RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI .else -PLIST_SUB= EXTRASCRIPTS="@comment " +PLIST_SUB+= EXTRASCRIPTS="@comment " .endif do-install: |