aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-27 01:35:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-27 01:35:50 +0000
commit39afafe0770b053b26abd7ac5859a32ed49ddfaa (patch)
tree16b746708faf08d5830fe583f03ba1ea7b9af040 /games
parentb876eb14b4b7721979494f1eb368dd663ec96dd8 (diff)
downloadports-39afafe0770b053b26abd7ac5859a32ed49ddfaa.tar.gz
ports-39afafe0770b053b26abd7ac5859a32ed49ddfaa.zip
games/pingus: unbreak with boost 1.69
===> pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found PR: 232525
Notes
Notes: svn path=/head/; revision=483089
Diffstat (limited to 'games')
-rw-r--r--games/pingus/Makefile9
-rw-r--r--games/pingus/distinfo3
2 files changed, 9 insertions, 3 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile
index 02aded311564..91b2f578d20c 100644
--- a/games/pingus/Makefile
+++ b/games/pingus/Makefile
@@ -3,18 +3,21 @@
PORTNAME= pingus
PORTVERSION= 0.7.6
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
+PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES= fef8cf6512fa.patch:-p1
+
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Free Lemmings-like game
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpng.so:graphics/png \
- libboost_signals.so:devel/boost-libs
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs
+LIB_DEPENDS= libpng.so:graphics/png
USES= compiler:c++11-lib iconv scons tar:bzip2
USE_GL= gl
diff --git a/games/pingus/distinfo b/games/pingus/distinfo
index e7d13862883d..74b7bcfbbd9c 100644
--- a/games/pingus/distinfo
+++ b/games/pingus/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1324763207
SHA256 (pingus-0.7.6.tar.bz2) = 759c1253075d1e72691bc1e770b24cdd51917041fd1857c1daf85b65a6686460
SIZE (pingus-0.7.6.tar.bz2) = 12622268
+SHA256 (fef8cf6512fa.patch) = cb4788d014fd4c479d95203c442ffb65a8bdb4223219a3cc5e3ab09f9b3a4894
+SIZE (fef8cf6512fa.patch) = 12316