Date: Wed, 16 Dec 2009 22:49:46 -0800 From: "Charlie Kester <corky1951@comcast.net>" <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141700: [PATCH] archivers/rpm5: remove version-specific dependency on beecrypt Message-ID: <20091217064752.2FB14106568D@hub.freebsd.org> Resent-Message-ID: <200912170650.nBH6o2aV080665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141700 >Category: ports >Synopsis: [PATCH] archivers/rpm5: remove version-specific dependency on beecrypt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 17 06:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Charlie Kester <corky1951@comcast.net> >Release: FreeBSD 8.0-STABLE i386 >Organization: >Environment: System: FreeBSD bigbox.local 8.0-STABLE FreeBSD 8.0-STABLE #2: Wed Dec 9 01:08:29 PST 2009 root@bigbox.local:/usr/obj/usr/src/sys/FREEBSD8 i386 >Description: See PR 139556, which updates the beecrypt port to version 4.2.1. That version installs beecrypt.so.7, which -- contrary to appearances -- succeeds beecrypt.so.10 from the previous version. The attached patch allows rpm5's dependency on beecrypt to satisfied by any installed version. >How-To-Repeat: >Fix: --- rpm5-5.0.3_5.diff begins here --- diff -ruN /usr/ports/archivers/rpm5/Makefile ./rpm5/Makefile --- /usr/ports/archivers/rpm5/Makefile 2009-10-22 06:27:20.000000000 -0700 +++ ./rpm5/Makefile 2009-12-09 21:27:03.000000000 -0800 @@ -18,7 +18,7 @@ LIB_DEPENDS= db-${DB_VERSION:C/(.)/\1./}:${PORTSDIR}/databases/db${DB_VERSION} \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ popt.0:${PORTSDIR}/devel/popt \ - beecrypt.10:${PORTSDIR}/security/beecrypt \ + beecrypt:${PORTSDIR}/security/beecrypt \ neon.28:${PORTSDIR}/www/neon28 \ magic:${PORTSDIR}/sysutils/file \ xar:${PORTSDIR}/archivers/xar \ --- rpm5-5.0.3_5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091217064752.2FB14106568D>