From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 08:06:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85B6BD11; Sat, 28 Jun 2014 08:06:00 +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 72CC52FC9; Sat, 28 Jun 2014 08:06:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5S860FP015276; Sat, 28 Jun 2014 08:06:00 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5S860Ed015275; Sat, 28 Jun 2014 08:06:00 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406280806.s5S860Ed015275@svn.freebsd.org> From: Antoine Brodin Date: Sat, 28 Jun 2014 08:06:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359670 - head/net-im/gtkyahoo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 08:06:00 -0000 Author: antoine Date: Sat Jun 28 08:05:59 2014 New Revision: 359670 URL: http://svnweb.freebsd.org/changeset/ports/359670 QAT: https://qat.redports.org/buildarchive/r359670/ Log: Mark BROKEN: Fails to configure While here, deprecate checking whether the C compiler (cc -I./libyahoo -O2 -pipe -fno-strict-aliasing -std=gnu89 -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -Wall ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. configure: error: ./configure failed for libyahoo ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout With hat: portmgr Modified: head/net-im/gtkyahoo/Makefile Modified: head/net-im/gtkyahoo/Makefile ============================================================================== --- head/net-im/gtkyahoo/Makefile Sat Jun 28 08:00:11 2014 (r359669) +++ head/net-im/gtkyahoo/Makefile Sat Jun 28 08:05:59 2014 (r359670) @@ -10,6 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Yahoo Messenger Client using GTK +BROKEN= Fails to configure +DEPRECATED= Broken, unmaintained, unstaged, gtk12, i386 only +EXPIRATION_DATE= 2014-07-28 + USE_GNOME= gtk12 USES= bison GNU_CONFIGURE= yes