Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2022 09:25:43 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec2cb159a60b - main - devel/libffi321: Fix conflict with libffi33 by not installing a .so symlink.
Message-ID:  <202206010925.2519PhWf031374@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec2cb159a60b1d9e175c522446efd87b8869e32e

commit ec2cb159a60b1d9e175c522446efd87b8869e32e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-06-01 09:24:18 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-06-01 09:25:25 +0000

    devel/libffi321: Fix conflict with libffi33 by not installing a .so symlink.
    
    Reported by:    pkg-fallout
---
 devel/libffi321/Makefile  | 2 +-
 devel/libffi321/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/libffi321/Makefile b/devel/libffi321/Makefile
index 56da03f1715e..084fac824f7b 100644
--- a/devel/libffi321/Makefile
+++ b/devel/libffi321/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	libffi
 PORTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SOURCEWARE/${PORTNAME}
 PKGNAMESUFFIX=	321
diff --git a/devel/libffi321/pkg-plist b/devel/libffi321/pkg-plist
index e305e217fa2d..71917026ee84 100644
--- a/devel/libffi321/pkg-plist
+++ b/devel/libffi321/pkg-plist
@@ -1,3 +1,3 @@
-lib/compat/libffi.so
+@comment lib/compat/libffi.so
 lib/compat/libffi.so.6
 lib/compat/libffi.so.6.0.4



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