pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat15-extras



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 10 14:24:47 UTC 2021

Modified Files:
        pkgsrc/emulators/compat15-extras: Makefile

Log Message:
emulators/compat15-extras: fix symbolic link

Fix symbolic link for libtermlib.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/compat15-extras/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/compat15-extras/Makefile
diff -u pkgsrc/emulators/compat15-extras/Makefile:1.6 pkgsrc/emulators/compat15-extras/Makefile:1.7
--- pkgsrc/emulators/compat15-extras/Makefile:1.6       Sat Jan 18 23:30:48 2020
+++ pkgsrc/emulators/compat15-extras/Makefile   Mon May 10 14:24:47 2021
@@ -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 @@ NOT_FOR_PLATFORM=     NetBSD-*-${MACHINE_ARC
 
 .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