From owner-cvs-all@FreeBSD.ORG Mon May 28 21:07:30 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 218071065674; Mon, 28 May 2012 21:07:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E97FA8FC15; Mon, 28 May 2012 21:07:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4SL7T4w036409; Mon, 28 May 2012 21:07:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4SL7TBf036408; Mon, 28 May 2012 21:07:29 GMT (envelope-from pav) Message-Id: <201205282107.q4SL7TBf036408@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 28 May 2012 21:07:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/visionworkbench Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 21:07:30 -0000 pav 2012-05-28 21:07:29 UTC FreeBSD ports repository Modified files: graphics/visionworkbench Makefile Log: - Mark BROKEN: does not compile In file included from /work/a/ports/graphics/visionworkbench/work/VisionWorkbench-2.2.0/src/vw/FileIO/GdalIO.h:14:0, from DiskImageResourceGDAL.cc:25: /usr/local/include/gdal_priv.h:245:71: error: declaration of C function 'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with /usr/local/include/gdal_priv.h:242:14: error: previous declaration 'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' here /usr/local/include/gdal_priv.h:255:108: error: declaration of C function 'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' conflicts with /usr/local/include/gdal_priv.h:244:14: error: previous declaration 'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' here /usr/local/include/gdal_priv.h:257:82: error: declaration of C function 'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with /usr/local/include/gdal_priv.h:255:25: error: previous declaration 'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' here *** Error code 1 Reported by: pointyhat Revision Changes Path 1.8 +2 -0 ports/graphics/visionworkbench/Makefile