pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/rar
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 25 21:35:22 UTC 2023
Modified Files:
pkgsrc/archivers/rar: Makefile
Log Message:
rar: fix
This is now x86_64 only; add missing 'base' dependency for emulation
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/archivers/rar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/rar/Makefile
diff -u pkgsrc/archivers/rar/Makefile:1.56 pkgsrc/archivers/rar/Makefile:1.57
--- pkgsrc/archivers/rar/Makefile:1.56 Wed Jan 25 16:59:31 2023
+++ pkgsrc/archivers/rar/Makefile Wed Jan 25 21:35:21 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2023/01/25 16:59:31 vins Exp $
-#
+# $NetBSD: Makefile,v 1.57 2023/01/25 21:35:21 wiz Exp $
DISTNAME= rarlinux${EMUL_PLATFORM:S|linux-x86_64|-x64|:S|linux-i386|-x32|}-${PKGVER:S/.//}
PKGNAME= rar-${PKGVER}
@@ -16,7 +15,8 @@ RESTRICTED= Only unmodified original pa
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-EMUL_PLATFORMS= linux-i386 linux-x86_64
+EMUL_PLATFORMS= linux-x86_64
+EMUL_MODULES.linux= base
NO_BUILD= yes
WRKSRC= ${WRKDIR}/rar
Home |
Main Index |
Thread Index |
Old Index