pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/compat15-extras emulators/compat15-extras: f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f92364adf0c2
branches:  trunk
changeset: 452443:f92364adf0c2
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 10 14:24:47 2021 +0000

description:
emulators/compat15-extras: fix symbolic link

Fix symbolic link for libtermlib.

Bump PKGREVISION.

diffstat:

 emulators/compat15-extras/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 51136eb33d69 -r f92364adf0c2 emulators/compat15-extras/Makefile
--- a/emulators/compat15-extras/Makefile        Mon May 10 14:23:19 2021 +0000
+++ b/emulators/compat15-extras/Makefile        Mon May 10 14:24:47 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:48 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/10 14:24:47 taca Exp $
 
 COMPAT_PKG=            compat15        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                1.5
-PKGREVISION=           1
+PKGREVISION=           2
 
 HOMEPAGE=              https://www.NetBSD.org/releases/formal-1.5/index.html
 COMMENT=               Additional shared libraries for NetBSD 1.5 compatibility
@@ -24,7 +24,8 @@
 
 .if ${EMUL_ARCH} == "i386"
 post-extract:
-       cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4
+       cd ${WRKSRC}/usr/lib && rm -f libtermlib.so.0.0 && \
+               ln -fs libtermcap.so.0.4 libtermlib.so.0.4
 .endif
 
 CHECK_RELRO_SKIP+=     *



Home | Main Index | Thread Index | Old Index