Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 19:40:10 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567336 - head/textproc/mgdiff
Message-ID:  <202103041940.124JeAde097654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Mar  4 19:40:10 2021
New Revision: 567336
URL: https://svnweb.freebsd.org/changeset/ports/567336

Log:
  textproc/mgdiff: fix the build on -CURRENT
  
  - libgnuregex has been removed in -CURRENT. Switch to using the
    newer version that's provided in ports as of ports r559542
  
  PR:		252257
  Submitted by:	kevans
  Reviewed by:	fernape
  Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)

Modified:
  head/textproc/mgdiff/Makefile

Modified: head/textproc/mgdiff/Makefile
==============================================================================
--- head/textproc/mgdiff/Makefile	Thu Mar  4 19:37:39 2021	(r567335)
+++ head/textproc/mgdiff/Makefile	Thu Mar  4 19:40:10 2021	(r567336)
@@ -13,6 +13,8 @@ COMMENT=	Graphical front end to the UNIX diff command
 
 LICENSE=	MIT
 
+LIB_DEPENDS=	libgnuregex.so:devel/libgnuregex
+
 USES=		imake motif xorg
 USE_XORG=	ice sm x11 xext xmu xt
 



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