aboutsummaryrefslogtreecommitdiff
path: root/misc/estic
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-06 08:38:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-06 08:38:32 +0000
commit0ccc29e81c5ca92dece3cbca352e8f4460e7378c (patch)
tree3e43451d78c5e9757e7e213eca37356b048ec27d /misc/estic
parent86c4400d2bdfe70d1f8d72d8ff76002f7315ddf0 (diff)
downloadports-0ccc29e81c5ca92dece3cbca352e8f4460e7378c.tar.gz
ports-0ccc29e81c5ca92dece3cbca352e8f4460e7378c.zip
- rename and merge patches
(for better CVS tracking of next updates)
Notes
Notes: svn path=/head/; revision=142066
Diffstat (limited to 'misc/estic')
-rw-r--r--misc/estic/files/patch-ae13
-rw-r--r--misc/estic/files/patch-check.cc (renamed from misc/estic/files/patch-spunk_check.cc)0
-rw-r--r--misc/estic/files/patch-check.h (renamed from misc/estic/files/patch-spunk_check.h)0
-rw-r--r--misc/estic/files/patch-coll.h (renamed from misc/estic/files/patch-spunk_coll.h)13
-rw-r--r--misc/estic/files/patch-console.cc (renamed from misc/estic/files/patch-ag)0
-rw-r--r--misc/estic/files/patch-delay.cc (renamed from misc/estic/files/patch-ah)0
-rw-r--r--misc/estic/files/patch-estic-freebsd-x.mak (renamed from misc/estic/files/patch-aa)0
-rw-r--r--misc/estic/files/patch-estic-freebsd.mak (renamed from misc/estic/files/patch-ab)0
-rw-r--r--misc/estic/files/patch-estic.cc (renamed from misc/estic/files/patch-av)0
-rw-r--r--misc/estic/files/patch-filepath.h (renamed from misc/estic/files/patch-ak)0
-rw-r--r--misc/estic/files/patch-filesys.cc (renamed from misc/estic/files/patch-al)0
-rw-r--r--misc/estic/files/patch-filesys.h (renamed from misc/estic/files/patch-ai)0
-rw-r--r--misc/estic/files/patch-icbaseed.cc (renamed from misc/estic/files/patch-aw)0
-rw-r--r--misc/estic/files/patch-icdevs.cc (renamed from misc/estic/files/patch-ax)0
-rw-r--r--misc/estic/files/patch-icfile.cc (renamed from misc/estic/files/patch-ac)0
-rw-r--r--misc/estic/files/patch-imon.cc (renamed from misc/estic/files/patch-ay)0
-rw-r--r--misc/estic/files/patch-menue.cc (renamed from misc/estic/files/patch-am)0
-rw-r--r--misc/estic/files/patch-palette.h (renamed from misc/estic/files/patch-aj)0
-rw-r--r--misc/estic/files/patch-password.cc (renamed from misc/estic/files/patch-an)0
-rw-r--r--misc/estic/files/patch-resitem.cc (renamed from misc/estic/files/patch-at)0
-rw-r--r--misc/estic/files/patch-sercom.h (renamed from misc/estic/files/patch-ao)0
-rw-r--r--misc/estic/files/patch-spunk-freebsd-x.mak (renamed from misc/estic/files/patch-au)0
-rw-r--r--misc/estic/files/patch-stream.cc (renamed from misc/estic/files/patch-ap)0
-rw-r--r--misc/estic/files/patch-stream.h (renamed from misc/estic/files/patch-af)0
-rw-r--r--misc/estic/files/patch-syserror.cc (renamed from misc/estic/files/patch-aq)0
-rw-r--r--misc/estic/files/patch-textstrm.cc (renamed from misc/estic/files/patch-ar)0
-rw-r--r--misc/estic/files/patch-window.cc (renamed from misc/estic/files/patch-as)0
27 files changed, 13 insertions, 13 deletions
diff --git a/misc/estic/files/patch-ae b/misc/estic/files/patch-ae
deleted file mode 100644
index 862a176ccc34..000000000000
--- a/misc/estic/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
---- spunk/coll.h.orig Sat Feb 26 17:44:32 2000
-+++ spunk/coll.h Sat Feb 26 17:45:58 2000
-@@ -33,8 +33,8 @@
-
-
-
--static const coIndexError = 1; // Index out of range
--static const coOverflowError = 2; // Collection overflow
-+static const int coIndexError = 1; // Index out of range
-+static const int coOverflowError = 2; // Collection overflow
-
-
-
diff --git a/misc/estic/files/patch-spunk_check.cc b/misc/estic/files/patch-check.cc
index c62be9001a20..c62be9001a20 100644
--- a/misc/estic/files/patch-spunk_check.cc
+++ b/misc/estic/files/patch-check.cc
diff --git a/misc/estic/files/patch-spunk_check.h b/misc/estic/files/patch-check.h
index 6b112002607c..6b112002607c 100644
--- a/misc/estic/files/patch-spunk_check.h
+++ b/misc/estic/files/patch-check.h
diff --git a/misc/estic/files/patch-spunk_coll.h b/misc/estic/files/patch-coll.h
index 30ab6b294e21..3b35317799fa 100644
--- a/misc/estic/files/patch-spunk_coll.h
+++ b/misc/estic/files/patch-coll.h
@@ -1,3 +1,16 @@
+--- spunk/coll.h.orig Sat Feb 26 17:44:32 2000
++++ spunk/coll.h Sat Feb 26 17:45:58 2000
+@@ -33,8 +33,8 @@
+
+
+
+-static const coIndexError = 1; // Index out of range
+-static const coOverflowError = 2; // Collection overflow
++static const int coIndexError = 1; // Index out of range
++static const int coOverflowError = 2; // Collection overflow
+
+
+
--- spunk/coll.h.orig Thu Dec 23 20:58:57 2004
+++ spunk/coll.h Thu Dec 23 20:50:11 2004
@@ -418,15 +418,15 @@
diff --git a/misc/estic/files/patch-ag b/misc/estic/files/patch-console.cc
index a99ac0dc7444..a99ac0dc7444 100644
--- a/misc/estic/files/patch-ag
+++ b/misc/estic/files/patch-console.cc
diff --git a/misc/estic/files/patch-ah b/misc/estic/files/patch-delay.cc
index acdbfb29b3fe..acdbfb29b3fe 100644
--- a/misc/estic/files/patch-ah
+++ b/misc/estic/files/patch-delay.cc
diff --git a/misc/estic/files/patch-aa b/misc/estic/files/patch-estic-freebsd-x.mak
index 5da664d178bf..5da664d178bf 100644
--- a/misc/estic/files/patch-aa
+++ b/misc/estic/files/patch-estic-freebsd-x.mak
diff --git a/misc/estic/files/patch-ab b/misc/estic/files/patch-estic-freebsd.mak
index 07436f2a2027..07436f2a2027 100644
--- a/misc/estic/files/patch-ab
+++ b/misc/estic/files/patch-estic-freebsd.mak
diff --git a/misc/estic/files/patch-av b/misc/estic/files/patch-estic.cc
index 3fdd9369e53e..3fdd9369e53e 100644
--- a/misc/estic/files/patch-av
+++ b/misc/estic/files/patch-estic.cc
diff --git a/misc/estic/files/patch-ak b/misc/estic/files/patch-filepath.h
index afe9739d61f9..afe9739d61f9 100644
--- a/misc/estic/files/patch-ak
+++ b/misc/estic/files/patch-filepath.h
diff --git a/misc/estic/files/patch-al b/misc/estic/files/patch-filesys.cc
index a131bd552eb1..a131bd552eb1 100644
--- a/misc/estic/files/patch-al
+++ b/misc/estic/files/patch-filesys.cc
diff --git a/misc/estic/files/patch-ai b/misc/estic/files/patch-filesys.h
index 92dd800ebfb1..92dd800ebfb1 100644
--- a/misc/estic/files/patch-ai
+++ b/misc/estic/files/patch-filesys.h
diff --git a/misc/estic/files/patch-aw b/misc/estic/files/patch-icbaseed.cc
index 5abfd37ee8a3..5abfd37ee8a3 100644
--- a/misc/estic/files/patch-aw
+++ b/misc/estic/files/patch-icbaseed.cc
diff --git a/misc/estic/files/patch-ax b/misc/estic/files/patch-icdevs.cc
index 80eaa7dbd172..80eaa7dbd172 100644
--- a/misc/estic/files/patch-ax
+++ b/misc/estic/files/patch-icdevs.cc
diff --git a/misc/estic/files/patch-ac b/misc/estic/files/patch-icfile.cc
index 5b9a65ac60ec..5b9a65ac60ec 100644
--- a/misc/estic/files/patch-ac
+++ b/misc/estic/files/patch-icfile.cc
diff --git a/misc/estic/files/patch-ay b/misc/estic/files/patch-imon.cc
index 8d0552ee962c..8d0552ee962c 100644
--- a/misc/estic/files/patch-ay
+++ b/misc/estic/files/patch-imon.cc
diff --git a/misc/estic/files/patch-am b/misc/estic/files/patch-menue.cc
index a3243e2cb5b7..a3243e2cb5b7 100644
--- a/misc/estic/files/patch-am
+++ b/misc/estic/files/patch-menue.cc
diff --git a/misc/estic/files/patch-aj b/misc/estic/files/patch-palette.h
index 27efe1f6cf66..27efe1f6cf66 100644
--- a/misc/estic/files/patch-aj
+++ b/misc/estic/files/patch-palette.h
diff --git a/misc/estic/files/patch-an b/misc/estic/files/patch-password.cc
index 77354ad3aaa9..77354ad3aaa9 100644
--- a/misc/estic/files/patch-an
+++ b/misc/estic/files/patch-password.cc
diff --git a/misc/estic/files/patch-at b/misc/estic/files/patch-resitem.cc
index 087de120ca56..087de120ca56 100644
--- a/misc/estic/files/patch-at
+++ b/misc/estic/files/patch-resitem.cc
diff --git a/misc/estic/files/patch-ao b/misc/estic/files/patch-sercom.h
index 260735ff12e8..260735ff12e8 100644
--- a/misc/estic/files/patch-ao
+++ b/misc/estic/files/patch-sercom.h
diff --git a/misc/estic/files/patch-au b/misc/estic/files/patch-spunk-freebsd-x.mak
index aa2a0569ab32..aa2a0569ab32 100644
--- a/misc/estic/files/patch-au
+++ b/misc/estic/files/patch-spunk-freebsd-x.mak
diff --git a/misc/estic/files/patch-ap b/misc/estic/files/patch-stream.cc
index 61060394a628..61060394a628 100644
--- a/misc/estic/files/patch-ap
+++ b/misc/estic/files/patch-stream.cc
diff --git a/misc/estic/files/patch-af b/misc/estic/files/patch-stream.h
index c05e9f3c89ec..c05e9f3c89ec 100644
--- a/misc/estic/files/patch-af
+++ b/misc/estic/files/patch-stream.h
diff --git a/misc/estic/files/patch-aq b/misc/estic/files/patch-syserror.cc
index 1759c799acf5..1759c799acf5 100644
--- a/misc/estic/files/patch-aq
+++ b/misc/estic/files/patch-syserror.cc
diff --git a/misc/estic/files/patch-ar b/misc/estic/files/patch-textstrm.cc
index 71d1464a4424..71d1464a4424 100644
--- a/misc/estic/files/patch-ar
+++ b/misc/estic/files/patch-textstrm.cc
diff --git a/misc/estic/files/patch-as b/misc/estic/files/patch-window.cc
index e422f6f8cb1a..e422f6f8cb1a 100644
--- a/misc/estic/files/patch-as
+++ b/misc/estic/files/patch-window.cc