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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/hyperic-sigar/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lookupd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-Sys-Utmp/Makefile | 3 | ||||
-rw-r--r-- | sysutils/syslog-ng2/Makefile | 3 | ||||
-rw-r--r-- | sysutils/yawho/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/hyperic-sigar/Makefile b/sysutils/hyperic-sigar/Makefile index 62e50e88c6c4..05c84986022b 100644 --- a/sysutils/hyperic-sigar/Makefile +++ b/sysutils/hyperic-sigar/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= SIGAR - System Information Gatherer and Reporter +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + WRKSRC= ${WRKDIR}/${DISTNAME}/bindings/java/ USES= perl5 diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile index 8fff410853d1..2bf2aac0544f 100644 --- a/sysutils/lookupd/Makefile +++ b/sysutils/lookupd/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://sfedu.ru/~bushman/lookupd/downloads/ MAINTAINER= bushman@rsu.ru COMMENT= Lookupd daemon - IPC nsswitch implementation with system-wide caching +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + USE_LDCONFIG= yes USE_RC_SUBR= lookupd SUB_FILES= pkg-message diff --git a/sysutils/p5-Sys-Utmp/Makefile b/sysutils/p5-Sys-Utmp/Makefile index d88eb211fc7d..4faddc0f2e59 100644 --- a/sysutils/p5-Sys-Utmp/Makefile +++ b/sysutils/p5-Sys-Utmp/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= zaa@ulstu.ru COMMENT= Perl5 module which provides Object(ish) Interface to UTMP files +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + USES= perl5 USE_PERL5= configure diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile index 1c5895347961..2a01ca2d954b 100644 --- a/sysutils/syslog-ng2/Makefile +++ b/sysutils/syslog-ng2/Makefile @@ -11,6 +11,9 @@ PKGNAMESUFFIX= 2 MAINTAINER= ivan.lago@ifom.eu COMMENT= A powerful syslogd replacement +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + LIB_DEPENDS= net:${PORTSDIR}/net/libnet \ evtlog.0:${PORTSDIR}/sysutils/eventlog diff --git a/sysutils/yawho/Makefile b/sysutils/yawho/Makefile index c5da04549069..ce6bf19703e7 100644 --- a/sysutils/yawho/Makefile +++ b/sysutils/yawho/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple 'w'-like program; displays connection type and login shell PID +DEPRECATED= Fails to build with new utmpx +EXPIRATION_DATE= 2014-07-23 + GNU_CONFIGURE= yes PLIST_FILES= bin/yawho |