svn commit: r483089 - head/games/pingus
Jan Beich
jbeich at FreeBSD.org
Sat Oct 27 01:35:51 UTC 2018
Author: jbeich
Date: Sat Oct 27 01:35:50 2018
New Revision: 483089
URL: https://svnweb.freebsd.org/changeset/ports/483089
Log:
games/pingus: unbreak with boost 1.69
===> pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found
PR: 232525
Modified:
head/games/pingus/Makefile (contents, props changed)
head/games/pingus/distinfo (contents, props changed)
Modified: head/games/pingus/Makefile
==============================================================================
--- head/games/pingus/Makefile Sat Oct 27 01:35:39 2018 (r483088)
+++ head/games/pingus/Makefile Sat Oct 27 01:35:50 2018 (r483089)
@@ -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 at 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
Modified: head/games/pingus/distinfo
==============================================================================
--- head/games/pingus/distinfo Sat Oct 27 01:35:39 2018 (r483088)
+++ head/games/pingus/distinfo Sat Oct 27 01:35:50 2018 (r483089)
@@ -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
More information about the svn-ports-all
mailing list