Date: Sun, 10 Jan 2021 17:58:58 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561100 - branches/2021Q1/comms/acfax Message-ID: <202101101758.10AHwwYK078033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Sun Jan 10 17:58:58 2021 New Revision: 561100 URL: https://svnweb.freebsd.org/changeset/ports/561100 Log: MFH: r561096 comms/acfax: fix the build against -CURRENT libgnuregex has been removed in FreeBSD 13.0. The version in base had a number of known or likely bugs associated with it, so just use the newer and more stable port on all supported FreeBSD versions. PR: 252247 Modified: branches/2021Q1/comms/acfax/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/comms/acfax/Makefile ============================================================================== --- branches/2021Q1/comms/acfax/Makefile Sun Jan 10 17:58:29 2021 (r561099) +++ branches/2021Q1/comms/acfax/Makefile Sun Jan 10 17:58:58 2021 (r561100) @@ -3,7 +3,7 @@ PORTNAME= acfax PORTVERSION= 0.981011 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} @@ -13,7 +13,8 @@ COMMENT= Receive faxes using sound card and radio LICENSE= GPLv2 -LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d +LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d \ + libgnuregex.so.6:devel/libgnuregex USES= imake xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101101758.10AHwwYK078033>