pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Rename options for vice to have a "vice-" prefix (x64, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa9f212f8d08
branches: trunk
changeset: 420240:fa9f212f8d08
user: rhialto <rhialto%pkgsrc.org@localhost>
date: Wed Jan 01 16:30:37 2020 +0000
description:
Rename options for vice to have a "vice-" prefix (x64, cpuhistory).
diffstat:
emulators/vice/options.mk | 8 ++++----
mk/defaults/options.description | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r e04448989411 -r fa9f212f8d08 emulators/vice/options.mk
--- a/emulators/vice/options.mk Wed Jan 01 16:21:15 2020 +0000
+++ b/emulators/vice/options.mk Wed Jan 01 16:30:37 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2019/12/31 14:42:22 rhialto Exp $
+# $NetBSD: options.mk,v 1.12 2020/01/01 16:30:37 rhialto Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vice
-PKG_SUPPORTED_OPTIONS= ffmpeg x64 cpuhistory
+PKG_SUPPORTED_OPTIONS= ffmpeg vice-x64 vice-cpuhistory
PKG_OPTIONS_REQUIRED_GROUPS= gui
PKG_OPTIONS_GROUP.gui= gtk3 sdl sdl2
PKG_SUGGESTED_OPTIONS= gtk3 ffmpeg
@@ -39,11 +39,11 @@
.endif
# Building x64 is deprecated, in favour of x64sc (but that is slower).
-.if !empty(PKG_OPTIONS:Mx64)
+.if !empty(PKG_OPTIONS:Mvice-x64)
CONFIGURE_ARGS+= --enable-x64
PLIST.x64= yes
.endif
-.if !empty(PKG_OPTIONS:Mcpuhistory)
+.if !empty(PKG_OPTIONS:Mvice-cpuhistory)
CONFIGURE_ARGS+= --enable-cpuhistory
.endif
diff -r e04448989411 -r fa9f212f8d08 mk/defaults/options.description
--- a/mk/defaults/options.description Wed Jan 01 16:21:15 2020 +0000
+++ b/mk/defaults/options.description Wed Jan 01 16:30:37 2020 +0000
@@ -109,7 +109,7 @@
courier-gnutls Support using GNU TLS instead of OpenSSL.
courier-local Local mail delivery.
courier-uucp UUCP mail delivery.
-cpuhistory Enable the 65xx cpu history feature.
+vice-cpuhistory Enable the 65xx cpu history feature.
cups Enable cups (Common UNIX Printing System) support.
curl Enable curl support.
curses Enable curses support.
@@ -856,7 +856,7 @@
x11 Enable X11 support.
x264 Enable x264 support.
x265 Enable x265 support.
-x64 Enable building of the old x64 emulator.
+vice-x64 Enable building of the old x64 emulator.
xapian-flint-backend Enable "Flint" format Xapian database support.
xapian-quartz-backend Enable "Quartz" format Xapian database support.
xatracker Enable XA X Acceleration API support.
Home |
Main Index |
Thread Index |
Old Index