diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 70d5387e81c9..235e78f7482d 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -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 diff --git a/games/blockattack/Makefile b/games/blockattack/Makefile index 2bd99763e0ce..e64e4f0f7b0b 100644 --- a/games/blockattack/Makefile +++ b/games/blockattack/Makefile @@ -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,8 +24,10 @@ 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 @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile index 7f457e169035..06a9b5a69a58 100644 --- a/games/rlvm/Makefile +++ b/games/rlvm/Makefile @@ -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