From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 20:00:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77B6D33E; Fri, 6 Jun 2014 20:00:59 +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 64F27290A; Fri, 6 Jun 2014 20:00:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56K0xBH020517; Fri, 6 Jun 2014 20:00:59 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56K0xQ2020320; Fri, 6 Jun 2014 20:00:59 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201406062000.s56K0xQ2020320@svn.freebsd.org> From: Alex Kozlov Date: Fri, 6 Jun 2014 20:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356839 - in head: devel/tnt games/freedoko 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: Fri, 06 Jun 2014 20:00:59 -0000 Author: ak Date: Fri Jun 6 20:00:58 2014 New Revision: 356839 URL: http://svnweb.freebsd.org/changeset/ports/356839 QAT: https://qat.redports.org/buildarchive/r356839/ Log: - Revert part of r356803, due to issues on 11.x Reported by: swills Modified: head/devel/tnt/Makefile head/games/freedoko/Makefile Modified: head/devel/tnt/Makefile ============================================================================== --- head/devel/tnt/Makefile Fri Jun 6 19:57:57 2014 (r356838) +++ head/devel/tnt/Makefile Fri Jun 6 20:00:58 2014 (r356839) @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erik@bz.bzflag.bz COMMENT= Template Numerical Toolkit -USES= zip +USES= zip:infozip NO_BUILD= yes OPTIONS_DEFINE= DOCS Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Fri Jun 6 19:57:57 2014 (r356838) +++ head/games/freedoko/Makefile Fri Jun 6 20:00:58 2014 (r356839) @@ -17,7 +17,7 @@ LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/ WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src -USES= gmake pkgconfig zip +USES= gmake pkgconfig zip:infozip USE_GNOME= gtkmm24 MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"