From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 23:56:18 2013 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 ESMTP id 7152E5BA; Thu, 17 Oct 2013 23:56:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0B72BFE; Thu, 17 Oct 2013 23:56:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9HNuIFU034656; Thu, 17 Oct 2013 23:56:18 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9HNuIfl034648; Thu, 17 Oct 2013 23:56:18 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201310172356.r9HNuIfl034648@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 17 Oct 2013 23:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330700 - in head/graphics/devil: . files 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.14 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: Thu, 17 Oct 2013 23:56:18 -0000 Author: amdmi3 Date: Thu Oct 17 23:56:17 2013 New Revision: 330700 URL: http://svnweb.freebsd.org/changeset/ports/330700 Log: - Add patch forgotten in previous commit - Bump PORTREVISION Added: head/graphics/devil/files/patch-configure.ac (contents, props changed) Modified: head/graphics/devil/Makefile Modified: head/graphics/devil/Makefile ============================================================================== --- head/graphics/devil/Makefile Thu Oct 17 23:54:39 2013 (r330699) +++ head/graphics/devil/Makefile Thu Oct 17 23:56:17 2013 (r330700) @@ -4,7 +4,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} Added: head/graphics/devil/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/devil/files/patch-configure.ac Thu Oct 17 23:56:17 2013 (r330700) @@ -0,0 +1,19 @@ +--- configure.ac.orig 2009-03-08 23:43:03.000000000 +0300 ++++ configure.ac 2013-10-17 08:08:52.015773416 +0400 +@@ -330,6 +330,8 @@ + dnl Give users chance to disable check for these two libraries that can't be disabled + dnl by any other means... + dnl ++AC_LANG_PUSH([C++]) ++ + AC_ARG_WITH([libsquish], + [AS_HELP_STRING([--with-squish[[=yes/no]]], + [Do you want to use the squish library if possible? (enables HW accelerated DXT compression, default="yes")]) ], +@@ -346,6 +348,7 @@ + AS_IF([test "x$with_nvtt" = "xyes"], + [DEVIL_CHECK_NVIDIA_TEXTOOLS]) + ++AC_LANG_POP([C++]) + dnl + dnl ILUT APIs library checking + dnl