From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 16:37:03 2013 Return-Path: Delivered-To: svn-ports-head@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 30E4BA02; Thu, 10 Oct 2013 16:37:03 +0000 (UTC) (envelope-from mva@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 1E345299A; Thu, 10 Oct 2013 16:37:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AGb2uM031782; Thu, 10 Oct 2013 16:37:02 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9AGb2hW031780; Thu, 10 Oct 2013 16:37:02 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201310101637.r9AGb2hW031780@svn.freebsd.org> From: Marcus von Appen Date: Thu, 10 Oct 2013 16:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330016 - in head/graphics/glew: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 10 Oct 2013 16:37:03 -0000 Author: mva Date: Thu Oct 10 16:37:02 2013 New Revision: 330016 URL: http://svnweb.freebsd.org/changeset/ports/330016 Log: - Fix the include path reported by pkg-config --cflags Submitted by: acm@ Modified: head/graphics/glew/Makefile head/graphics/glew/files/patch-Makefile (contents, props changed) Modified: head/graphics/glew/Makefile ============================================================================== --- head/graphics/glew/Makefile Thu Oct 10 16:33:12 2013 (r330015) +++ head/graphics/glew/Makefile Thu Oct 10 16:37:02 2013 (r330016) @@ -3,6 +3,7 @@ PORTNAME= glew PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz Modified: head/graphics/glew/files/patch-Makefile ============================================================================== --- head/graphics/glew/files/patch-Makefile Thu Oct 10 16:33:12 2013 (r330015) +++ head/graphics/glew/files/patch-Makefile Thu Oct 10 16:37:02 2013 (r330016) @@ -1,7 +1,15 @@ -$FreeBSD$ ---- Makefile.orig 2012-10-04 19:45:21.000000000 +0200 -+++ Makefile 2012-10-04 19:45:38.000000000 +0200 -@@ -72,7 +72,7 @@ +--- Makefile.orig 2013-07-22 16:11:22.000000000 +0200 ++++ Makefile 2013-10-03 21:24:28.000000000 +0200 +@@ -40,7 +40,7 @@ + $(error "Platform '$(SYSTEM)' not supported") + endif + +-GLEW_DEST ?= /usr ++GLEW_DEST ?= $(PREFIX) + BINDIR ?= $(GLEW_DEST)/bin + LIBDIR ?= $(GLEW_DEST)/lib + INCDIR ?= $(GLEW_DEST)/include/GL +@@ -71,7 +71,7 @@ OPT = $(POPT) endif INCLUDE = -Iinclude