diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 17:18:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 17:18:06 +0000 |
commit | ce452499ffd7257235b0a6f13a8cea6f9985b6ef (patch) | |
tree | 75ab02346cdc119a2d689594461fd68b5b977132 /archivers/bitbox/files | |
parent | Add JNetHack 3.4.0-0.6. This port was repocopied from (diff) |
remove bitbox
according to bento's log, it's unfetchable for 1 year
Notes
Notes:
svn path=/head/; revision=62572
Diffstat (limited to 'archivers/bitbox/files')
-rw-r--r-- | archivers/bitbox/files/patch-bitbox.c | 12 | ||||
-rw-r--r-- | archivers/bitbox/files/patch-bitbox.h | 11 | ||||
-rw-r--r-- | archivers/bitbox/files/patch-makefile | 13 |
3 files changed, 0 insertions, 36 deletions
diff --git a/archivers/bitbox/files/patch-bitbox.c b/archivers/bitbox/files/patch-bitbox.c deleted file mode 100644 index 5864460df26b..000000000000 --- a/archivers/bitbox/files/patch-bitbox.c +++ /dev/null @@ -1,12 +0,0 @@ ---- bitbox.c.orig Mon Apr 2 02:26:37 2001 -+++ bitbox.c Mon Apr 9 01:44:53 2001 -@@ -36,7 +36,8 @@ - #include <errno.h> - - /* Needed for the size-invariant integer types, like int32_t. */ --#include <stdint.h> -+/* #include <stdint.h> */ -+#include <sys/types.h> - - /* We're not doing any networking, but we need the endian-swapping - macros, like htonl(). */ diff --git a/archivers/bitbox/files/patch-bitbox.h b/archivers/bitbox/files/patch-bitbox.h deleted file mode 100644 index 72f3916a8b2d..000000000000 --- a/archivers/bitbox/files/patch-bitbox.h +++ /dev/null @@ -1,11 +0,0 @@ ---- bitbox.h.orig Mon Apr 9 01:38:16 2001 -+++ bitbox.h Mon Apr 9 01:38:29 2001 -@@ -1,7 +1,7 @@ - #ifndef __bitbox__ - #define __bitbox__ - --#include <stdint.h> -+/* #include <stdint.h> */ - - /* Serialization/deserialization macros, just to save a few keystrokes. Notice - that they all assume an int named rc is in scope, and that they're sensitive diff --git a/archivers/bitbox/files/patch-makefile b/archivers/bitbox/files/patch-makefile deleted file mode 100644 index 1b688761fe15..000000000000 --- a/archivers/bitbox/files/patch-makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- makefile.orig Mon Apr 9 01:41:48 2001 -+++ makefile Mon Apr 2 02:26:37 2001 -@@ -1,8 +1,8 @@ - bitbox: bitbox.o -- gcc bitbox.o -o bitbox -lz -+ ${CC} ${CFLAGS} bitbox.o -o bitbox -lz -L${LOCALBASE}/lib -lgnugetopt - - bitbox.o: bitbox.c bitbox.h -- gcc -Wall -c bitbox.c -o bitbox.o -+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -c bitbox.c -o bitbox.o - - - |