From owner-svn-ports-all@FreeBSD.ORG Tue Dec 23 22:47:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8904562B; Tue, 23 Dec 2014 22:47:40 +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 7552E1EDD; Tue, 23 Dec 2014 22:47:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNMleHn092572; Tue, 23 Dec 2014 22:47:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNMle3m092571; Tue, 23 Dec 2014 22:47:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412232247.sBNMle3m092571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 23 Dec 2014 22:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375361 - head/astro/xtide 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-1 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: Tue, 23 Dec 2014 22:47:40 -0000 Author: bapt Date: Tue Dec 23 22:47:39 2014 New Revision: 375361 URL: https://svnweb.freebsd.org/changeset/ports/375361 QAT: https://qat.redports.org/buildarchive/r375361/ Log: Fix build in 10+ Remove useless CPPFLAGS Modified: head/astro/xtide/Makefile Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Tue Dec 23 22:40:21 2014 (r375360) +++ head/astro/xtide/Makefile Tue Dec 23 22:47:39 2014 (r375361) @@ -3,7 +3,7 @@ PORTNAME= xtide PORTVERSION= 2.13.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro geography MASTER_SITES= http://www.c-s.li/ports/ \ ftp://ftp.flaterco.com/xtide/ @@ -17,13 +17,12 @@ COMMENT= Harmonic tide clock and tide pr LICENSE= GPLv3 -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 compiler:gcc-c++11-lib GNU_CONFIGURE= yes -USE_GCC= yes -CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations +CPPFLAGS+= -I../${TCD_DISTNAME} LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib TCD_DISTNAME= libtcd-2.2.5