svn commit: r500582 - head/net/libdnet
Tobias Kortkamp
tobik at FreeBSD.org
Wed May 1 07:31:56 UTC 2019
Author: tobik
Date: Wed May 1 07:31:55 2019
New Revision: 500582
URL: https://svnweb.freebsd.org/changeset/ports/500582
Log:
net/libdnet: Drop bogus libcheck run dependency
It was added in r498511 to fix the build when devel/check is installed
in the environment. It is not used for anything other than building
a couple of tests that are never run or installed. Instead just
pass --without-check to configure to disable use of it.
PR: 237177
Reported by: Christian Ullrich <chris at chrullrich.net>
Modified:
head/net/libdnet/Makefile
Modified: head/net/libdnet/Makefile
==============================================================================
--- head/net/libdnet/Makefile Wed May 1 07:16:57 2019 (r500581)
+++ head/net/libdnet/Makefile Wed May 1 07:31:55 2019 (r500582)
@@ -4,7 +4,7 @@
PORTNAME= libdnet
PORTVERSION= 1.13
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= net
MAINTAINER?= onatan at gmail.com
@@ -13,15 +13,13 @@ COMMENT= Simple interface to low level networking rout
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS?= libcheck.so:devel/check
-
USES?= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= 5u623l20
-GNU_CONFIGURE= yes
-CFLAGS+= -I${LOCALBASE}/include
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-check
.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+= --without-python
More information about the svn-ports-all
mailing list