pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xskat xskat: remove altenburger option
details: https://anonhg.NetBSD.org/pkgsrc/rev/797bd9cd2b2c
branches: trunk
changeset: 332912:797bd9cd2b2c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 27 11:25:11 2019 +0000
description:
xskat: remove altenburger option
The necessary files are not available any longer due to license reasons.
diffstat:
games/xskat/Makefile | 14 +-------------
games/xskat/distinfo | 5 +----
games/xskat/options.mk | 12 ------------
3 files changed, 2 insertions(+), 29 deletions(-)
diffs (63 lines):
diff -r 41b1ab725e0b -r 797bd9cd2b2c games/xskat/Makefile
--- a/games/xskat/Makefile Sat Apr 27 11:21:26 2019 +0000
+++ b/games/xskat/Makefile Sat Apr 27 11:25:11 2019 +0000
@@ -1,16 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2018/12/09 21:05:33 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/27 11:25:11 wiz Exp $
DISTNAME= xskat-4.0
CATEGORIES= games
MASTER_SITES= http://www.xskat.de/
-
-.include "../../mk/bsd.prefs.mk"
-.include "options.mk"
-
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-.if defined(WITH_ALTENBURGER_CARDS)
-DISTFILES+= xskat-cards.tar.gz
-.endif
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.xskat.de/xskat.html
@@ -26,10 +19,5 @@
MAKE_ENV+= IRC_SERVER=irc.fu-berlin.de
.endif
-.if defined(WITH_ALTENBURGER_CARDS)
-post-extract:
- cp ${WRKDIR}/xskat-cards.c ${WRKSRC}/cards.c
-.endif
-
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 41b1ab725e0b -r 797bd9cd2b2c games/xskat/distinfo
--- a/games/xskat/distinfo Sat Apr 27 11:21:26 2019 +0000
+++ b/games/xskat/distinfo Sat Apr 27 11:25:11 2019 +0000
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 20:57:09 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/04/27 11:25:11 wiz Exp $
SHA1 (xskat-4.0.tar.gz) = b90859742b62369273d2683bd69006713e1e214d
RMD160 (xskat-4.0.tar.gz) = 3a0da1171aff2f638c050114f13b4cfcdf198d4e
SHA512 (xskat-4.0.tar.gz) = 508d83886063be01aef509fa8050110e599e0120025a94747717fcbae38e2196e8db041296b984fe37895c211519f511cf75dfa6b948c5789e6b37064f3d0c0d
Size (xskat-4.0.tar.gz) = 179059 bytes
-SHA1 (xskat-cards.tar.gz) = fda81da8806640cfea7636647b3b2617e84bdc4a
-RMD160 (xskat-cards.tar.gz) = 807ecb990a796cd7bf9852fd4175daef2ea8bc75
-Size (xskat-cards.tar.gz) = 187122 bytes
SHA1 (patch-aa) = 95c42daaa5d713d72514908dfe4af284a774c6c7
diff -r 41b1ab725e0b -r 797bd9cd2b2c games/xskat/options.mk
--- a/games/xskat/options.mk Sat Apr 27 11:21:26 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2018/01/14 17:34:02 rillig Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.xskat
-
-PKG_SUPPORTED_OPTIONS= altenburger_cards
-PKG_SUGGESTED_OPTIONS= # empty
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Maltenburger_cards)
-WITH_ALTENBURGER_CARDS= 1
-.endif
Home |
Main Index |
Thread Index |
Old Index