summaryrefslogtreecommitdiff
path: root/devel/cocktail/files/patch-reuse-m2c-SetsDrv.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-04-18 22:25:41 +0000
committerRene Ladan <rene@FreeBSD.org>2011-04-18 22:25:41 +0000
commit48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79 (patch)
tree5509f9ae2d797f02944d429c11a7b43a3c3d2cf3 /devel/cocktail/files/patch-reuse-m2c-SetsDrv.c
parentRepair pkg-plist to remove directories created by NLS option. (diff)
Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
Notes
Notes: svn path=/head/; revision=272897
Diffstat (limited to 'devel/cocktail/files/patch-reuse-m2c-SetsDrv.c')
-rw-r--r--devel/cocktail/files/patch-reuse-m2c-SetsDrv.c139
1 files changed, 0 insertions, 139 deletions
diff --git a/devel/cocktail/files/patch-reuse-m2c-SetsDrv.c b/devel/cocktail/files/patch-reuse-m2c-SetsDrv.c
deleted file mode 100644
index f37667487bc9..000000000000
--- a/devel/cocktail/files/patch-reuse-m2c-SetsDrv.c
+++ /dev/null
@@ -1,139 +0,0 @@
---- /usr/ports/devel/cocktail/work/cocktail-9309//./reuse/m2c/SetsDrv.c Tue Feb 15 14:27:00 1994
-+++ ./reuse/m2c/SetsDrv.c Thu Aug 5 18:49:34 2004
-@@ -25,39 +25,116 @@
- for (i = 2; i <= max; i += 1) {
- Sets_Include(&t, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, t);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&t), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- Sets_AssignEmpty(&s);
- Sets_AssignElmt(&s, 1L);
- Sets_Assign(&u, t);
- Sets_Union(&s, t);
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, t);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&t), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- Sets_AssignEmpty(&t);
- for (i = 0; i <= max; i += 2) {
- Sets_Include(&t, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, t);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&t), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&t), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- Sets_Difference(&s, t);
- for (i = 0; i <= max; i += 3) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 5) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 7) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 11) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 13) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 17) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 19) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 23) {
- Sets_Exclude(&s, i);
- }
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Size(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Minimum(&s), 5L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Maximum(&s), 5L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- for (i = 0; i <= max; i += 29) {
- Sets_Exclude(&s, i);
- }
-@@ -101,7 +178,7 @@
- Sets_Include(&s, 3L);
- Sets_Include(&s, 7L);
- IO_WriteNl((rSystem_tFile)IO_StdOutput);
-- IO_WriteS((rSystem_tFile)IO_StdOutput, (STRING)"enter Size and Set like below! (Size=0 terminates)", 50L);
-+ IO_WriteS((rSystem_tFile)IO_StdOutput, (STRING)"enter MaxSet and Set like below! (Size=0 terminates)", 52L);
- IO_WriteNl((rSystem_tFile)IO_StdOutput);
- IO_WriteS((rSystem_tFile)IO_StdOutput, (STRING)"10 ", 3L);
- Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-@@ -115,6 +192,10 @@
- goto EXIT_1;
- }
- Sets_MakeSet(&s, i);
-+ Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
-+ IO_WriteS((rSystem_tFile)IO_StdOutput, (STRING)" Card = ", 8L);
-+ IO_WriteI((rSystem_tFile)IO_StdOutput, (LONGINT)Sets_Card(&s), 0L);
-+ IO_WriteNl((rSystem_tFile)IO_StdOutput);
- Sets_ReadSet((rSystem_tFile)IO_StdInput, &s);
- Sets_WriteSet((rSystem_tFile)IO_StdOutput, s);
- IO_WriteS((rSystem_tFile)IO_StdOutput, (STRING)" Card = ", 8L);