1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/libzmq3/Makefile
Tobias Kortkamp f4c9de68f6 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
2019-03-01 08:08:14 +00:00

37 lines
717 B
Makefile

# $FreeBSD$
PORTNAME= libzmq3
PORTVERSION= 3.2.5
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.zeromq.org/
DISTNAME= zeromq-${DISTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= ZeroMQ core library (Version 3)
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
CONFLICTS= zmq-[0-9]* libzmq[^3]-[0-9]*
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
OPTIONS_DEFINE= DEBUG PGM
OPTIONS_DEFAULT= PGM
PGM_DESC= Reliable multicast transport using PGM via OpenPGM
DEBUG_CONFIGURE_ON= --enable-debug
PGM_CONFIGURE_ON= --with-system-pgm
PGM_LIB_DEPENDS= libpgm.so:net/openpgm
PGM_USES= pkgconfig
MAKE_ENV= V=1
INSTALL_TARGET= install-strip
.include <bsd.port.mk>