Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2014 22:10:32 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372240 - head/ports-mgmt/pib
Message-ID:  <201411062210.sA6MAWVB000370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Thu Nov  6 22:10:31 2014
New Revision: 372240
URL: https://svnweb.freebsd.org/changeset/ports/372240
QAT: https://qat.redports.org/buildarchive/r372240/

Log:
  - 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)

Modified:
  head/ports-mgmt/pib/Makefile

Modified: head/ports-mgmt/pib/Makefile
==============================================================================
--- head/ports-mgmt/pib/Makefile	Thu Nov  6 20:51:41 2014	(r372239)
+++ head/ports-mgmt/pib/Makefile	Thu Nov  6 22:10:31 2014	(r372240)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411062210.sA6MAWVB000370>