- 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:
parent
7dbe503ae3
commit
294927268d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557889
@ -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
|
||||
|
@ -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}&,' \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user