aboutsummaryrefslogtreecommitdiffstats
path: root/comms/yaps/files/patch-ab
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-10-09 12:50:07 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-10-09 12:50:07 +0800
commit0e10e73a2fa071dc6712fab694b2b9503e9d48b1 (patch)
tree0b0978621a73c5d42b47f79f9b68214fbbf1f80c /comms/yaps/files/patch-ab
parentbeb41f500adc96aed4f2a7eb6f43223beadeef0b (diff)
downloadfreebsd-ports-gnome-0e10e73a2fa071dc6712fab694b2b9503e9d48b1.tar.gz
freebsd-ports-gnome-0e10e73a2fa071dc6712fab694b2b9503e9d48b1.tar.zst
freebsd-ports-gnome-0e10e73a2fa071dc6712fab694b2b9503e9d48b1.zip
YAPS (Yet Another Pager Software)
Submitted by: Stefan Esser <se@mi.uni-koeln.de>
Diffstat (limited to 'comms/yaps/files/patch-ab')
-rw-r--r--comms/yaps/files/patch-ab102
1 files changed, 102 insertions, 0 deletions
diff --git a/comms/yaps/files/patch-ab b/comms/yaps/files/patch-ab
new file mode 100644
index 000000000000..99b334376fb5
--- /dev/null
+++ b/comms/yaps/files/patch-ab
@@ -0,0 +1,102 @@
+*** config.h.orig Tue Sep 29 15:15:25 1998
+--- config.h Tue Sep 29 15:24:15 1998
+***************
+*** 27,31 ****
+ * in sys/time.h
+ */
+! # define HAVE_SYS_SELECT_H 0
+
+ /*
+--- 27,31 ----
+ * in sys/time.h
+ */
+! # define HAVE_SYS_SELECT_H 1
+
+ /*
+***************
+*** 33,37 ****
+ * conversion/classification
+ */
+! # define HAVE_LOCALE_H 0
+
+ /*
+--- 33,37 ----
+ * conversion/classification
+ */
+! # define HAVE_LOCALE_H 1
+
+ /*
+***************
+*** 39,48 ****
+ * very weak replacement is used to find matching services
+ */
+! # define HAVE_REGEX_H 0
+
+ /*
+ * one of these is required for SysV like lockfiles
+ */
+! # define HAVE_SYS_SYSMACROS_H 1
+ # define HAVE_SYS_MKDEV_H 0
+
+--- 39,48 ----
+ * very weak replacement is used to find matching services
+ */
+! # define HAVE_REGEX_H 1
+
+ /*
+ * one of these is required for SysV like lockfiles
+ */
+! # define HAVE_SYS_SYSMACROS_H 0
+ # define HAVE_SYS_MKDEV_H 0
+
+***************
+*** 62,72 ****
+ * to get valid return values from localtime
+ */
+! # define HAVE_TZSET 0
+
+ /*
+ * If these are not set, chmod()/chown() are used
+ */
+! # define HAVE_FCHMOD 0
+! # define HAVE_FCHOWN 0
+
+ /*
+--- 62,72 ----
+ * to get valid return values from localtime
+ */
+! # define HAVE_TZSET 1
+
+ /*
+ * If these are not set, chmod()/chown() are used
+ */
+! # define HAVE_FCHMOD 1
+! # define HAVE_FCHOWN 1
+
+ /*
+***************
+*** 74,78 ****
+ * longjmp() from the signal handler leads into chaos
+ */
+! # define HAVE_SIGSETJMP 0
+
+ /*
+--- 74,78 ----
+ * longjmp() from the signal handler leads into chaos
+ */
+! # define HAVE_SIGSETJMP 1
+
+ /*
+***************
+*** 106,110 ****
+ * set this to 1, otherwise to 0
+ */
+! # define BROKEN_REALLOC 1
+
+ /* -------------- END OF CHANGEABLE PART ------------------ */
+--- 106,110 ----
+ * set this to 1, otherwise to 0
+ */
+! # define BROKEN_REALLOC 0
+
+ /* -------------- END OF CHANGEABLE PART ------------------ */