- Bump devel/utf8cpp consumers after r557813

utf8cpp includes now officially placed under own subdir

Reported by:	jbeich
Pointyhat to:	fluffy
This commit is contained in:
Dima Panov 2020-12-13 08:54:58 +00:00
parent 7dbe503ae3
commit 294927268d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557889
3 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= ledger PORTNAME= ledger
PORTVERSION= 3.2.1 PORTVERSION= 3.2.1
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= finance 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_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 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 \ LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \ libmpfr.so:math/mpfr \
libboost_system.so:devel/boost-libs libboost_system.so:devel/boost-libs

View File

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= blockattack PORTNAME= blockattack
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0 DISTVERSION= 2.6.0
CATEGORIES= games CATEGORIES= games
@ -12,7 +13,7 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= zip:archivers/zip \ 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 \ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libphysfs.so:devel/physfs libphysfs.so:devel/physfs
@ -23,8 +24,10 @@ USE_SDL= image2 mixer2 ttf2
GH_PROJECT= ${PORTNAME}-game GH_PROJECT= ${PORTNAME}-game
SHEBANG_FILES= packdata.sh source/misc/translation/*.sh SHEBANG_FILES= packdata.sh source/misc/translation/*.sh
bash_CMD= /bin/sh bash_CMD= /bin/sh
CFLAGS+= -I${LOCALBASE}/include/utf8cpp
LDFLAGS+= -lintl LDFLAGS+= -lintl
post-patch: post-patch:
# Respect PREFIX when looking for data directories # Respect PREFIX when looking for data directories
@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \

View File

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= rlvm PORTNAME= rlvm
PORTREVISION= 1
DISTVERSIONPREFIX= release- DISTVERSIONPREFIX= release-
DISTVERSION= 0.14-75 DISTVERSION= 0.14-75
DISTVERSIONSUFFIX= -g975e740c 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_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 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 \ LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libvorbisfile.so:audio/libvorbis \ libvorbisfile.so:audio/libvorbis \
libboost_serialization.so:devel/boost-libs \ 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 \ EXCLUDE= GLEW SDL_image SDL_mixer SDL_ttf gmock gtest guichan \
luabind utf8cpp # leaving only pygame, xclannad, *.cpp luabind utf8cpp # leaving only pygame, xclannad, *.cpp
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude vendor/,} EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude vendor/,}
CFLAGS+= -I${LOCALBASE}/include/utf8cpp
LDFLAGS+= -Wl,--as-needed # avoid overlinking (gtk deps) LDFLAGS+= -Wl,--as-needed # avoid overlinking (gtk deps)
MAKE_ARGS= VERBOSE=1 MAKE_ARGS= VERBOSE=1
INSTALLS_ICONS= yes INSTALLS_ICONS= yes