diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-05-03 01:13:00 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-05-03 01:13:00 +0000 |
commit | e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b (patch) | |
tree | 4acd4b6a43e210047e51b7330ce06185b1d92981 /comms/gnokii/files | |
parent | dfe74543ca3758251908a0d614457c32fe83673e (diff) | |
download | ports-e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b.tar.gz ports-e0a29a5353dd3999ad38eabbf6cbcaa03e3c891b.zip |
Notes
Diffstat (limited to 'comms/gnokii/files')
-rw-r--r-- | comms/gnokii/files/patch-Makefile.global.in | 11 | ||||
-rw-r--r-- | comms/gnokii/files/patch-aa | 23 | ||||
-rw-r--r-- | comms/gnokii/files/patch-ab | 29 | ||||
-rw-r--r-- | comms/gnokii/files/patch-ac | 29 | ||||
-rw-r--r-- | comms/gnokii/files/patch-configure.in | 10 | ||||
-rw-r--r-- | comms/gnokii/files/patch-gnokiirc | 11 |
6 files changed, 32 insertions, 81 deletions
diff --git a/comms/gnokii/files/patch-Makefile.global.in b/comms/gnokii/files/patch-Makefile.global.in new file mode 100644 index 000000000000..132bd593b3c5 --- /dev/null +++ b/comms/gnokii/files/patch-Makefile.global.in @@ -0,0 +1,11 @@ +--- Makefile.global.in.orig Tue May 1 21:42:36 2001 ++++ Makefile.global.in Tue May 1 21:42:46 2001 +@@ -27,7 +27,7 @@ + libdir = @libdir@/${PACKAGE} + xgnokii_libdir = @XGNOKIIDIR@/@XPACKAGE@ + mandir = @mandir@/man1/ +-docdir = ${prefix}/doc/${PACKAGE} ++docdir = ${prefix}/share/doc/${PACKAGE} + locdir = @datadir@/locale + + BIN_MODE = 0755 diff --git a/comms/gnokii/files/patch-aa b/comms/gnokii/files/patch-aa deleted file mode 100644 index e9c6b1b9b060..000000000000 --- a/comms/gnokii/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -*** Makefile.orig Fri Mar 5 00:21:14 1999 ---- Makefile Wed Mar 17 00:02:57 1999 -*************** -*** 7,15 **** - CC = gcc - - # Set up compilation/linking flags. -! CFLAGS = -D_REENTRANT -Wall -g -O0 -pthread - -! LDFLAGS = -lpthread - - GNOKII_OBJS = gnokii.o gsm-api.o fbus-3810.o fbus-6110.o - ---- 7,15 ---- - CC = gcc - - # Set up compilation/linking flags. -! CFLAGS = -D_THREAD_SAFE -Wall -g -O0 -pthread - -! LDFLAGS = -pthread - - GNOKII_OBJS = gnokii.o gsm-api.o fbus-3810.o fbus-6110.o - diff --git a/comms/gnokii/files/patch-ab b/comms/gnokii/files/patch-ab deleted file mode 100644 index 2f64bb02ed49..000000000000 --- a/comms/gnokii/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ -*** fbus-3810.c.orig Wed Mar 17 00:02:05 1999 ---- fbus-3810.c Wed Mar 17 00:04:20 1999 -*************** -*** 24,30 **** - #include <unistd.h> - #include <fcntl.h> - #include <ctype.h> -! #include <sys/signal.h> - #include <sys/types.h> - #include <sys/time.h> - #include <string.h> ---- 24,30 ---- - #include <unistd.h> - #include <fcntl.h> - #include <ctype.h> -! #include <signal.h> - #include <sys/types.h> - #include <sys/time.h> - #include <string.h> -*************** -*** 537,543 **** - /* Set up and install handler before enabling async IO on port. */ - sig_io.sa_handler = FB38_SigHandler; - sig_io.sa_flags = 0; -- sig_io.sa_restorer = NULL; - sigaction (SIGIO, &sig_io, NULL); - - /* Allow process/thread to receive SIGIO */ ---- 537,542 ---- diff --git a/comms/gnokii/files/patch-ac b/comms/gnokii/files/patch-ac deleted file mode 100644 index 8d15b10032d3..000000000000 --- a/comms/gnokii/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ -*** fbus-6110.c.orig Wed Mar 17 00:05:17 1999 ---- fbus-6110.c Wed Mar 17 00:05:09 1999 -*************** -*** 24,30 **** - #include <unistd.h> - #include <fcntl.h> - #include <ctype.h> -! #include <sys/signal.h> - #include <sys/types.h> - #include <sys/time.h> - #include <string.h> ---- 24,30 ---- - #include <unistd.h> - #include <fcntl.h> - #include <ctype.h> -! #include <signal.h> - #include <sys/types.h> - #include <sys/time.h> - #include <string.h> -*************** -*** 218,224 **** - /* Set up and install handler before enabling async IO on port. */ - sig_io.sa_handler = FB61_SigHandler; - sig_io.sa_flags = 0; -- sig_io.sa_restorer = NULL; - sigaction (SIGIO, &sig_io, NULL); - - /* Allow process/thread to receive SIGIO */ ---- 218,223 ---- diff --git a/comms/gnokii/files/patch-configure.in b/comms/gnokii/files/patch-configure.in new file mode 100644 index 000000000000..0705db5b2ad9 --- /dev/null +++ b/comms/gnokii/files/patch-configure.in @@ -0,0 +1,10 @@ +--- configure.in.orig Sun Apr 15 14:35:18 2001 ++++ configure.in Tue May 1 22:50:59 2001 +@@ -15,7 +15,6 @@ + AC_PREFIX_DEFAULT("/usr/local") + + dnl ======================== Default setting +-CFLAGS="-O2 -Wall" + ALL_LINGUAS="cs de et fi nl sk pl it" + + dnl ======================== Checks for programs. diff --git a/comms/gnokii/files/patch-gnokiirc b/comms/gnokii/files/patch-gnokiirc new file mode 100644 index 000000000000..95967271e571 --- /dev/null +++ b/comms/gnokii/files/patch-gnokiirc @@ -0,0 +1,11 @@ +--- Docs/sample/gnokiirc.orig Thu May 3 00:55:27 2001 ++++ Docs/sample/gnokiirc Thu May 3 00:55:36 2001 +@@ -5,7 +5,7 @@ + [global] + + # Set port to the physical serial port used to connect to your phone +-port = /dev/ttyS0 ++port = /dev/cuaa0 + + # Set model to the model number of your phone + model = 6110 |