aboutsummaryrefslogtreecommitdiffstats
path: root/games/blackjack/files/patch-ab
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
committerrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
commitc945ab9477002608dac69f344be7d3f1f1b7d511 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /games/blackjack/files/patch-ab
parent16876857cc4291ce83cf938fde7ea3a988e9a904 (diff)
downloadfreebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'games/blackjack/files/patch-ab')
-rw-r--r--games/blackjack/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/blackjack/files/patch-ab b/games/blackjack/files/patch-ab
deleted file mode 100644
index 9180b300e0b7..000000000000
--- a/games/blackjack/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- bet_option.h.orig Sat Jan 8 23:58:22 2000
-+++ bet_option.h Sat Jan 8 23:53:45 2000
-@@ -63,9 +63,9 @@
- void setInc(float inc);
-
- private slots:
-- minBetPressed(int id);
-- maxBetPressed(int id);
-- betIncPressed(int id);
-+ int minBetPressed(int id);
-+ int maxBetPressed(int id);
-+ int betIncPressed(int id);
- };
-
- #endif