summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-estic.cc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-06 09:34:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-06 09:34:47 +0000
commitf6d73036cdaa1d34f06f33156fe1b9447c1d30ae (patch)
tree2e0f0f366c4b98c43589ad6c9f84c2e971e0dc23 /misc/estic/files/patch-estic.cc
parentPartly revert the changes to MASTER_SITE_QT. Either the mirror changed (diff)
- update to 1.61
- allow pipes as input - fixed build with X11 - fixed option WITHOUT_X11 - new option WITH_ESTIC_DTR_OFF - honor NOPORTDOCS Submitted by: Peter Much & Dirk Meyer
Diffstat (limited to 'misc/estic/files/patch-estic.cc')
-rw-r--r--misc/estic/files/patch-estic.cc22
1 files changed, 11 insertions, 11 deletions
diff --git a/misc/estic/files/patch-estic.cc b/misc/estic/files/patch-estic.cc
index 3fdd9369e53e..26c0582bcec0 100644
--- a/misc/estic/files/patch-estic.cc
+++ b/misc/estic/files/patch-estic.cc
@@ -1,15 +1,15 @@
---- estic/estic.cc.orig Sat Feb 26 18:28:17 2000
-+++ estic/estic.cc Sat Feb 26 18:28:51 2000
-@@ -75,9 +75,9 @@
+--- estic/estic.cc.orig Wed Mar 5 21:20:42 1997
++++ estic/estic.cc Tue Sep 6 09:54:21 2005
+@@ -80,9 +80,9 @@
// Diag mode update
--static const duOff = 0;
--static const duOn = 1;
--static const duAuto = 2; // Update if version <= 1.93
-+static const int duOff = 0;
-+static const int duOn = 1;
-+static const int duAuto = 2; // Update if version <= 1.93
+-static const duOff = 0;
+-static const duOn = 1;
+-static const duAuto = 2; // Update if version <= 1.93
++static const int duOff = 0;
++static const int duOn = 1;
++static const int duAuto = 2; // Update if version <= 1.93
- static const char VersionStr [] = "1.30"; // Also valid for 1.40
- static const char VersionID [] = "ESTIC-Version";
+ static const char VersionStr [] = "1.50";
+ static const char VersionID [] = "ESTIC-Version";