From owner-svn-ports-head@FreeBSD.ORG Tue Dec 23 14:47:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B550C70B; Tue, 23 Dec 2014 14:47:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1EBB66914; Tue, 23 Dec 2014 14:47:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNElXTw067169; Tue, 23 Dec 2014 14:47:33 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNElXYV067167; Tue, 23 Dec 2014 14:47:33 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201412231447.sBNElXYV067167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 23 Dec 2014 14:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375342 - head/graphics/gdtclft X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 14:47:33 -0000 Author: mi Date: Tue Dec 23 14:47:32 2014 New Revision: 375342 URL: https://svnweb.freebsd.org/changeset/ports/375342 QAT: https://qat.redports.org/buildarchive/r375342/ Log: Remove the BROKEN-flag -- the port builds perfectly fine. It has not had a MASTER_SITE for a long time -- relying on FreeBSD's caches only. Some day I'll make a new release myself -- with the patch-improve applied -- which will justify my hosting the tarball on my own server. Modified: head/graphics/gdtclft/Makefile Modified: head/graphics/gdtclft/Makefile ============================================================================== --- head/graphics/gdtclft/Makefile Tue Dec 23 14:44:05 2014 (r375341) +++ head/graphics/gdtclft/Makefile Tue Dec 23 14:47:32 2014 (r375342) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= TCL interface to the Thomas Boutell's Gd library -BROKEN= Missing MASTER_SITES - LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= tcl:84+ uidfix