Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2019 07:31:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500582 - head/net/libdnet
Message-ID:  <201905010731.x417Vt14024178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905010731.x417Vt14024178>