Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 08:54:58 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557889 - in head: finance/ledger games/blockattack games/rlvm
Message-ID:  <202012130854.0BD8swBr016304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun Dec 13 08:54:58 2020
New Revision: 557889
URL: https://svnweb.freebsd.org/changeset/ports/557889

Log:
  - Bump devel/utf8cpp consumers after r557813
  
  utf8cpp includes now officially placed under own subdir
  
  Reported by:	jbeich
  Pointyhat to:	fluffy

Modified:
  head/finance/ledger/Makefile
  head/games/blockattack/Makefile
  head/games/rlvm/Makefile

Modified: head/finance/ledger/Makefile
==============================================================================
--- head/finance/ledger/Makefile	Sun Dec 13 08:44:51 2020	(r557888)
+++ head/finance/ledger/Makefile	Sun Dec 13 08:54:58 2020	(r557889)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ledger
 PORTVERSION=	3.2.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	finance
 
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 BROKEN_FreeBSD_11_powerpc64=	fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results
 BROKEN_FreeBSD_12_powerpc64=	fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results
 
-BUILD_DEPENDS=	${LOCALBASE}/include/utf8.h:devel/utf8cpp
+BUILD_DEPENDS=	${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libboost_system.so:devel/boost-libs

Modified: head/games/blockattack/Makefile
==============================================================================
--- head/games/blockattack/Makefile	Sun Dec 13 08:44:51 2020	(r557888)
+++ head/games/blockattack/Makefile	Sun Dec 13 08:54:58 2020	(r557889)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	blockattack
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.0
 CATEGORIES=	games
@@ -12,7 +13,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	zip:archivers/zip \
-		${LOCALBASE}/include/utf8.h:devel/utf8cpp
+		${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
 		libphysfs.so:devel/physfs
 
@@ -23,7 +24,9 @@ USE_SDL=	image2 mixer2 ttf2
 GH_PROJECT=	${PORTNAME}-game
 SHEBANG_FILES=	packdata.sh source/misc/translation/*.sh
 bash_CMD=	/bin/sh
+CFLAGS+=	-I${LOCALBASE}/include/utf8cpp
 LDFLAGS+=	-lintl
+
 
 post-patch:
 # Respect PREFIX when looking for data directories

Modified: head/games/rlvm/Makefile
==============================================================================
--- head/games/rlvm/Makefile	Sun Dec 13 08:44:51 2020	(r557888)
+++ head/games/rlvm/Makefile	Sun Dec 13 08:54:58 2020	(r557889)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rlvm
+PORTREVISION=	1
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	0.14-75
 DISTVERSIONSUFFIX=	-g975e740c
@@ -15,7 +16,7 @@ LICENSE_COMB=	multi
 BROKEN_FreeBSD_11_powerpc64=	fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception
 BROKEN_FreeBSD_12_powerpc64=	fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception
 
-BUILD_DEPENDS=	${LOCALBASE}/include/utf8.h:devel/utf8cpp
+BUILD_DEPENDS=	${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libvorbisfile.so:audio/libvorbis \
 		libboost_serialization.so:devel/boost-libs \
@@ -32,6 +33,7 @@ USE_SDL=	image mixer ttf
 EXCLUDE=	GLEW SDL_image SDL_mixer SDL_ttf gmock gtest guichan \
 		luabind utf8cpp # leaving only pygame, xclannad, *.cpp
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude vendor/,}
+CFLAGS+=	-I${LOCALBASE}/include/utf8cpp
 LDFLAGS+=	-Wl,--as-needed # avoid overlinking (gtk deps)
 MAKE_ARGS=	VERBOSE=1
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012130854.0BD8swBr016304>