From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 19:24:13 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 41807F6C; Wed, 4 Sep 2013 19:24:13 +0000 (UTC) (envelope-from thierry@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 2EFA72DE0; Wed, 4 Sep 2013 19:24:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84JOCov094822; Wed, 4 Sep 2013 19:24:12 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84JOCeX094820; Wed, 4 Sep 2013 19:24:12 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309041924.r84JOCeX094820@svn.freebsd.org> From: Thierry Thomas Date: Wed, 4 Sep 2013 19:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326314 - in head/graphics/cimg: . 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: Wed, 04 Sep 2013 19:24:13 -0000 Author: thierry Date: Wed Sep 4 19:24:12 2013 New Revision: 326314 URL: http://svnweb.freebsd.org/changeset/ports/326314 Log: Re-add the missing CFLAGS and LDFLAGS. Reported by: pkg-fallout Modified: head/graphics/cimg/Makefile head/graphics/cimg/files/patch-examples::Makefile Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Wed Sep 4 19:17:14 2013 (r326313) +++ head/graphics/cimg/Makefile Wed Sep 4 19:24:12 2013 (r326314) @@ -3,6 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.6 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ Modified: head/graphics/cimg/files/patch-examples::Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples::Makefile Wed Sep 4 19:17:14 2013 (r326313) +++ head/graphics/cimg/files/patch-examples::Makefile Wed Sep 4 19:24:12 2013 (r326314) @@ -1,5 +1,5 @@ --- examples/Makefile.orig 2013-07-04 17:26:45.000000000 +0200 -+++ examples/Makefile 2013-07-04 23:45:47.000000000 +0200 ++++ examples/Makefile 2013-09-04 21:02:00.000000000 +0200 @@ -84,8 +84,8 @@ # Set correct variables and paths #--------------------------------- @@ -11,6 +11,17 @@ EXEPFX = CCVER = $(CC) ifeq ($(CC),g++) +@@ -99,8 +99,8 @@ + CFLAGS = -I.. + LDFLAGS = + else +-CFLAGS = -I.. -Wall -W +-LDFLAGS = -lm ++CFLAGS = -I.. -Wall -W $(CPPFLAGS) ++LDFLAGS += -lm + endif + + #-------------------------------------------------- @@ -125,7 +125,7 @@ ifeq ($(CC),icc) CIMG_OPT_CFLAGS = -O3 -ipo -no-prec-div