From efb166672cedcf2021204bf54752ac260af563f6 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 2 Jul 2014 13:49:44 +0000 Subject: Deprecate all non stage ports with expiration date 2014-08-31 Please note that no ports with a valid PR will be removed! Deprecation will automatically go away as soon as stagification is done Reviewed by: mat --- Mk/bsd.port.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 43a3bed43aa4..452a05b92ab6 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1134,6 +1134,11 @@ MAKE_ENV+= XDG_DATA_HOME=${WRKDIR} \ .include "${PORTSDIR}/Mk/bsd.commands.mk" +.if defined(NO_STAGE) +DEPRECATED?= Not staged +EXPIRATION_DATE?= 2014-08-31 +.endif + .if defined(X_BUILD_FOR) .if defined(NO_STAGE) IGNORE= Cross building is only compatible with stagified ports -- cgit