aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-04-29 15:30:33 +0800
committeralfred <alfred@FreeBSD.org>2002-04-29 15:30:33 +0800
commit744b83cd0d8cca727f93a4bceb05d8a7b9fad250 (patch)
tree176b765435baa90084a5fa58887bb2179ce4877f
parente698eec8b7bb64a7d69fc5ca500f9b488a8bf839 (diff)
downloadfreebsd-ports-gnome-744b83cd0d8cca727f93a4bceb05d8a7b9fad250.tar.gz
freebsd-ports-gnome-744b83cd0d8cca727f93a4bceb05d8a7b9fad250.tar.zst
freebsd-ports-gnome-744b83cd0d8cca727f93a4bceb05d8a7b9fad250.zip
This patch is not needed because of rev 1.65 of the port's makefile.
Pointed out by: Tony Maher <tonym@biolateral.com.au>
-rw-r--r--games/kdegames3/files/patch-wizard.cpp11
-rw-r--r--games/kdegames4/files/patch-wizard.cpp11
2 files changed, 0 insertions, 22 deletions
diff --git a/games/kdegames3/files/patch-wizard.cpp b/games/kdegames3/files/patch-wizard.cpp
deleted file mode 100644
index 89f928104fbc..000000000000
--- a/games/kdegames3/files/patch-wizard.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002
-+++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002
-@@ -24,7 +24,7 @@
- #ifdef __bsdi__
- #define IPPORT_USERRESERVED IPPORT_DYNAMIC
- #endif
--#if defined(__NetBSD__) || defined(__sgi)
-+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi)
- #define IPPORT_USERRESERVED IPPORT_RESERVED
- #endif
- #define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED
diff --git a/games/kdegames4/files/patch-wizard.cpp b/games/kdegames4/files/patch-wizard.cpp
deleted file mode 100644
index 89f928104fbc..000000000000
--- a/games/kdegames4/files/patch-wizard.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002
-+++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002
-@@ -24,7 +24,7 @@
- #ifdef __bsdi__
- #define IPPORT_USERRESERVED IPPORT_DYNAMIC
- #endif
--#if defined(__NetBSD__) || defined(__sgi)
-+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi)
- #define IPPORT_USERRESERVED IPPORT_RESERVED
- #endif
- #define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED