Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 18:46:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346565 - in head: net/ipa_ip6fw net/pppd23 palm/synce-hal
Message-ID:  <201402281846.s1SIkwHD027064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Feb 28 18:46:58 2014
New Revision: 346565
URL: http://svnweb.freebsd.org/changeset/ports/346565
QAT: https://qat.redports.org/buildarchive/r346565/

Log:
  Deprecate and set expiration date for some ports ignored on all supported versions

Modified:
  head/net/ipa_ip6fw/Makefile
  head/net/pppd23/Makefile
  head/palm/synce-hal/Makefile

Modified: head/net/ipa_ip6fw/Makefile
==============================================================================
--- head/net/ipa_ip6fw/Makefile	Fri Feb 28 18:40:45 2014	(r346564)
+++ head/net/ipa_ip6fw/Makefile	Fri Feb 28 18:46:58 2014	(r346565)
@@ -17,11 +17,9 @@ USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700017
 IGNORE=		not supported on your system, as it does not have IPv6 ipfw firewall
-.endif
+DEPRECATED=	Depends on IPv6 ipfw firewall
+EXPIRATION_DATE=	2014-03-14
 
 LOCALINCLUDE?=	${LOCALBASE}/include
 MAKE_ENV+=	DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE}
@@ -38,4 +36,4 @@ do-install:
 	cd ${WRKSRC} && ${MAKE} install
 	cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/pppd23/Makefile
==============================================================================
--- head/net/pppd23/Makefile	Fri Feb 28 18:40:45 2014	(r346564)
+++ head/net/pppd23/Makefile	Fri Feb 28 18:46:58 2014	(r346565)
@@ -17,10 +17,8 @@ MAN8=		pppd.8 pppstats.8 chat.8
 MANCOMPRESSED=	yes
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800045
 IGNORE=		depends on PPPDISC, which is no longer available
-.endif
+DEPRECATED=	Depends on PPPDISC
+EXPIRATION_DATE=	2014-03-14
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/palm/synce-hal/Makefile
==============================================================================
--- head/palm/synce-hal/Makefile	Fri Feb 28 18:40:45 2014	(r346564)
+++ head/palm/synce-hal/Makefile	Fri Feb 28 18:46:58 2014	(r346565)
@@ -25,10 +25,8 @@ CONFIGURE_ARGS+=--with-hal-addon-dir=${P
 			--disable-bluetooth-support
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800074
 IGNORE=		requires pppd
-.endif
+DEPRECATED=	Requires pppd
+EXPIRATION_DATE=	2014-03-14
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281846.s1SIkwHD027064>