diff options
author | ak <ak@FreeBSD.org> | 2014-11-07 06:10:31 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-11-07 06:10:31 +0800 |
commit | 937c90d7364cdec79457f64053a2ee12bd8c4468 (patch) | |
tree | 53cfa5fda1cb9f14917bc588856928d3c78c1478 | |
parent | 57c3300e5a560102340dbc60212d776528c7aa62 (diff) | |
download | freebsd-ports-gnome-937c90d7364cdec79457f64053a2ee12bd8c4468.tar.gz freebsd-ports-gnome-937c90d7364cdec79457f64053a2ee12bd8c4468.tar.zst freebsd-ports-gnome-937c90d7364cdec79457f64053a2ee12bd8c4468.zip |
- Deprecate and set expiration date to 2014-12-06: Does not work with tcl/tk 8.4+, does not support pkgng
Error message at start:
Error in startup script: command returned bad code: 46169808
while executing "main"
(file "/usr/local/bin/pib" line 2357)
-rw-r--r-- | ports-mgmt/pib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index c47620ddbff7..abbb24a580ab 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= msmith MAINTAINER= ports@FreeBSD.org COMMENT= GUI Ports Collection management tool +DEPRECATED= Does not work with tcl/tk 8.4+, does not support pkgng +EXPIRATION_DATE= 2014-12-06 + USES= tk:build .include <bsd.port.pre.mk> |