svn commit: r564880 - head/sysutils/rmlint

Joseph Mingrone jrm at FreeBSD.org
Wed Feb 10 17:09:22 UTC 2021


Author: jrm
Date: Wed Feb 10 17:09:22 2021
New Revision: 564880
URL: https://svnweb.freebsd.org/changeset/ports/564880

Log:
  sysutils/rmlint: Remove library dependency on devel/libelf
  
  rmlint is already linking to base libelf and correctly detecting unstripped
  binaries.

Modified:
  head/sysutils/rmlint/Makefile   (contents, props changed)

Modified: head/sysutils/rmlint/Makefile
==============================================================================
--- head/sysutils/rmlint/Makefile	Wed Feb 10 17:07:44 2021	(r564879)
+++ head/sysutils/rmlint/Makefile	Wed Feb 10 17:09:22 2021	(r564880)
@@ -4,6 +4,7 @@ PORTNAME=	rmlint
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.10.1-11
 DISTVERSIONSUFFIX=	-ga726d0cb
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	jockl at pianojockl.org
@@ -12,8 +13,7 @@ COMMENT=	Remove duplicates and other lint from your fi
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
-LIB_DEPENDS=	libelf.so:devel/libelf \
-		libjson-glib-1.0.so:devel/json-glib
+LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
 
 USES=		gnome pkgconfig python:build scons
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list