aboutsummaryrefslogtreecommitdiff
path: root/net/openpgm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-03-01 08:08:14 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-03-01 08:08:14 +0000
commitf4c9de68f65edac52f9bd2627e77e6a2bc42e17e (patch)
treea54029c0ac9eeeed406fe5cbe5c9d28ceaa07f28 /net/openpgm
parent59225a203916f05c8b024d3b896db9a74619d044 (diff)
downloadports-f4c9de68f65edac52f9bd2627e77e6a2bc42e17e.tar.gz
ports-f4c9de68f65edac52f9bd2627e77e6a2bc42e17e.zip
net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict compiler flags will fail to build due to this. Here this breaks devel/xeus build after r491260 [1]: CMake Error in CMakeLists.txt: Imported target "cppzmq" includes non-existent path "/usr/local/lib/pgm-5.2/include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide. - Bump revisions of all net/openpgm consumers - Unbreak devel/xeus [1] http://beefy9.nyi.freebsd.org/data/112amd64-default/491532/logs/errors/xeus-0.18.1.log PR: 230575
Notes
Notes: svn path=/head/; revision=494242
Diffstat (limited to 'net/openpgm')
-rw-r--r--net/openpgm/Makefile5
-rw-r--r--net/openpgm/distinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile
index 5aede59aa1ee..023c5f278ca4 100644
--- a/net/openpgm/Makefile
+++ b/net/openpgm/Makefile
@@ -4,9 +4,12 @@
PORTNAME= openpgm
DISTVERSIONPREFIX= release-
DISTVERSION= 5-2-122
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net devel
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch:-p3
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the PGM reliable multicast protocol
diff --git a/net/openpgm/distinfo b/net/openpgm/distinfo
index 731c651ae0f0..0485d8b2470c 100644
--- a/net/openpgm/distinfo
+++ b/net/openpgm/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1474186140
+TIMESTAMP = 1551424949
SHA256 (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66
SIZE (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = 583469
+SHA256 (ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch) = 4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114
+SIZE (ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch) = 990