Date: Sun, 3 Jan 2021 20:30:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560243 - head/misc/colortail Message-ID: <202101032030.103KU30F028366@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 3 20:30:02 2021 New Revision: 560243 URL: https://svnweb.freebsd.org/changeset/ports/560243 Log: Use libgnuregex from ports tree instead of base system - Bump PORTREVISION for dependency change libgnuregex has been removed from -CURRENT. PR: 252254 Submitted by: kevans Modified: head/misc/colortail/Makefile Modified: head/misc/colortail/Makefile ============================================================================== --- head/misc/colortail/Makefile Sun Jan 3 20:29:58 2021 (r560242) +++ head/misc/colortail/Makefile Sun Jan 3 20:30:02 2021 (r560243) @@ -3,6 +3,7 @@ PORTNAME= colortail PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://github.com/joakim666/colortail/releases/download/${PORTVERSION}/ @@ -12,7 +13,12 @@ COMMENT= tail(1) replacement with color support LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex + +USES= localbase:ldflags + GNU_CONFIGURE= yes +LIBS+= -lgnuregex OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101032030.103KU30F028366>