svn commit: r346565 - in head: net/ipa_ip6fw net/pppd23 palm/synce-hal

Antoine Brodin antoine at FreeBSD.org
Fri Feb 28 18:46:59 UTC 2014


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>


More information about the svn-ports-all mailing list