aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-28 18:46:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-28 18:46:58 +0000
commit0c1cb07dbec6370136a31648770c064121217a6c (patch)
treeb4bc39dc8e6e642cb744fae969c717fb5164d5e6
parenta0e8c76058810121085f1349c547365f9d35b179 (diff)
downloadports-0c1cb07dbec6370136a31648770c064121217a6c.tar.gz
ports-0c1cb07dbec6370136a31648770c064121217a6c.zip
Notes
-rw-r--r--net/ipa_ip6fw/Makefile8
-rw-r--r--net/pppd23/Makefile8
-rw-r--r--palm/synce-hal/Makefile8
3 files changed, 9 insertions, 15 deletions
diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile
index 646a4ff7e6d0..e48c381ba602 100644
--- a/net/ipa_ip6fw/Makefile
+++ b/net/ipa_ip6fw/Makefile
@@ -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>
diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile
index e15638727100..42f21b7b8955 100644
--- a/net/pppd23/Makefile
+++ b/net/pppd23/Makefile
@@ -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>
diff --git a/palm/synce-hal/Makefile b/palm/synce-hal/Makefile
index 24a4c78c25ce..6c558c06ed83 100644
--- a/palm/synce-hal/Makefile
+++ b/palm/synce-hal/Makefile
@@ -25,10 +25,8 @@ CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \
--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>