diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 18:53:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 18:53:03 +0000 |
commit | faf65456ad2318c11b72f18a1b9cbdba567320a4 (patch) | |
tree | 5d640ac85fd8ec939edb585ae09bd6f4bce81c58 /news | |
parent | 220baa6b40fad15357118b4a1efb82993e9c389f (diff) | |
download | pkgsrc-faf65456ad2318c11b72f18a1b9cbdba567320a4.tar.gz |
Remove stuff that was marked for removal after 2005Q4.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/options.mk | 4 | ||||
-rw-r--r-- | news/trn/options.mk | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/news/nntpcache/options.mk b/news/nntpcache/options.mk index 396409fba43..0b06b7d0d58 100644 --- a/news/nntpcache/options.mk +++ b/news/nntpcache/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/12/01 20:10:41 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2006/01/01 18:53:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nntpcache PKG_SUPPORTED_OPTIONS= nntpcache-pgp @@ -7,8 +7,6 @@ PKG_SUPPORTED_OPTIONS= nntpcache-pgp # authinfo_ldap.c:81: error: dereferencing pointer to incomplete type # authinfo_ldap.c:47: warning: unused variable `dom' # PKG_SUPPORTED_OPTIONS+= openldap -# remove after 2005Q4 -PKG_OPTIONS_LEGACY_VARS+= NNTP_USE_PGP:nntpcache-pgp .include "../../mk/bsd.options.mk" diff --git a/news/trn/options.mk b/news/trn/options.mk index c2b990a7b6a..a2522a372ad 100644 --- a/news/trn/options.mk +++ b/news/trn/options.mk @@ -1,11 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2005/12/01 19:45:11 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2006/01/01 18:53:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trn PKG_OPTIONS_REQUIRED_GROUPS= nntpclient PKG_OPTIONS_GROUP.nntpclient= trn-inn trn-nntpclnt PKG_SUGGESTED_OPTIONS+= trn-nntpclnt -# remove after 2005Q4 -PKG_OPTIONS_LEGACY_VARS+= USE_INN:trn-inn .include "../../mk/bsd.options.mk" |