diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-24 04:39:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-24 04:39:14 +0800 |
commit | 756c0eceaa31dac659289874f3dc33275aee3c1b (patch) | |
tree | 9d770d0efb5b7c5e938a3fd1212d1b2cf9b95f04 /security | |
parent | 561027563ae5188b2d5a2b2c09c61f92f7ee39df (diff) | |
download | freebsd-ports-gnome-756c0eceaa31dac659289874f3dc33275aee3c1b.tar.gz freebsd-ports-gnome-756c0eceaa31dac659289874f3dc33275aee3c1b.tar.zst freebsd-ports-gnome-756c0eceaa31dac659289874f3dc33275aee3c1b.zip |
Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them
With hat: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/chkrootkit/Makefile | 3 | ||||
-rw-r--r-- | security/openfwtk/Makefile | 3 | ||||
-rw-r--r-- | security/pam_alreadyloggedin/Makefile | 3 | ||||
-rw-r--r-- | security/srp/Makefile | 3 | ||||
-rw-r--r-- | security/sud/Makefile | 3 | ||||
-rw-r--r-- | security/termlog/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 31f000abb30c..668efcb3c2a4 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -16,6 +16,9 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ MAINTAINER= cordeiro@nic.br COMMENT= Tool to locally check for signs of a rootkit +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + OPTIONS_DEFINE= DOCS SCRIPT_FILES= chkrootkit diff --git a/security/openfwtk/Makefile b/security/openfwtk/Makefile index 4a569095cdae..3aba294a3e89 100644 --- a/security/openfwtk/Makefile +++ b/security/openfwtk/Makefile @@ -13,6 +13,9 @@ COMMENT= Application proxy toolkit which inherits the ideology of TIS fwtk LICENSE= BSD +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + OPTIONS_DEFINE= GUI GUI_DESC= Install fw-watch GUI (require TCL/TK!) diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile index 5dde209ce153..97b0332b9e56 100644 --- a/security/pam_alreadyloggedin/Makefile +++ b/security/pam_alreadyloggedin/Makefile @@ -12,6 +12,9 @@ MASTER_SITE_SUBDIR= green MAINTAINER= ports@FreeBSD.org COMMENT= PAM module based on whether a user is already logged in +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + MANCOMPRESSED= yes NO_STAGE= yes diff --git a/security/srp/Makefile b/security/srp/Makefile index f358c0f3b117..9dfd5fcbc27f 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://srp.stanford.edu/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Secure Remote Password protocol library, TELNET, and FTP +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + CONFLICTS= krb4-[0-9]* krb5-[0-9]* krb5-maint-[0-9]* heimdal-[0-9]* GNU_CONFIGURE= yes diff --git a/security/sud/Makefile b/security/sud/Makefile index 776eb02b83de..89bb60630877 100644 --- a/security/sud/Makefile +++ b/security/sud/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Execute processes with special privileges in a nosuid environment +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + GNU_CONFIGURE= yes MAN1= sud.1 suz.1 ilogin.1 diff --git a/security/termlog/Makefile b/security/termlog/Makefile index 7825a4d27160..bbada9a28ddc 100644 --- a/security/termlog/Makefile +++ b/security/termlog/Makefile @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= termlog MAINTAINER= csjp@FreeBSD.org COMMENT= Monitor or log multiple system terminals synchronously +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_RC_SUBR= ${PORTNAME} |