diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-08-11 01:30:57 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-08-11 01:30:57 +0000 |
commit | b8bf92b9710868abcfdd3e0765a7ad0fb5f76af9 (patch) | |
tree | 612521a1d54ade3429c1224bc9efec81378e6294 /emulators/sim6811 | |
parent | Factor out all but one of the build switches of the KDE main module ports (diff) |
* Remove the last of the delecrations that were also in <stdio.h>
* Bump PORTREVISION
Diffstat (limited to 'emulators/sim6811')
-rw-r--r-- | emulators/sim6811/Makefile | 2 | ||||
-rw-r--r-- | emulators/sim6811/files/patch-ac | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index 99464ad655c2..45b5d70b60ce 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -7,7 +7,7 @@ PORTNAME= sim6811 PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/ DISTNAME= sim diff --git a/emulators/sim6811/files/patch-ac b/emulators/sim6811/files/patch-ac index 53ec9652e011..4553b0f45d3c 100644 --- a/emulators/sim6811/files/patch-ac +++ b/emulators/sim6811/files/patch-ac @@ -1,18 +1,20 @@ ---- main.c.orig Tue Mar 22 14:16:59 1994 -+++ main.c Thu Oct 16 10:06:27 2003 -@@ -70,11 +70,8 @@ +--- main.c.orig Tue Mar 22 17:16:59 1994 ++++ main.c Tue Aug 10 21:28:07 2004 +@@ -70,13 +70,6 @@ #include <ctype.h> #include "sim.h" -extern int printf(); -extern int fprintf(); - extern int fclose(); - extern int fscanf(); +-extern int fclose(); +-extern int fscanf(); -extern int sscanf(); - extern int fflush(); - +-extern int fflush(); +- /* how to handle all other op codes */ -@@ -323,19 +320,7 @@ + void bad_op(m6811 state) + { +@@ -323,19 +316,7 @@ case '?': /* help */ (void) fgets(line, sizeof(line), stdin); |