aboutsummaryrefslogtreecommitdiff
path: root/comms/qpage/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-06-04 03:54:38 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-06-04 03:54:38 +0000
commit0a52ab20d3989c31f2919ee2eac58bdedffde37b (patch)
treee032a70a1f5a39a95cb6ceed8fd4cf709e1efcc4 /comms/qpage/files
parent89a6823d85ae260b73fb8c21f56071c08f2b1d57 (diff)
downloadports-0a52ab20d3989c31f2919ee2eac58bdedffde37b.tar.gz
ports-0a52ab20d3989c31f2919ee2eac58bdedffde37b.zip
Notes
Diffstat (limited to 'comms/qpage/files')
-rw-r--r--comms/qpage/files/patch-aa31
-rw-r--r--comms/qpage/files/patch-ab11
2 files changed, 29 insertions, 13 deletions
diff --git a/comms/qpage/files/patch-aa b/comms/qpage/files/patch-aa
index 8a0b53e4a5eb..962b47191173 100644
--- a/comms/qpage/files/patch-aa
+++ b/comms/qpage/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.orig Sat Aug 2 21:02:24 1997
-+++ Makefile Sun Aug 3 21:38:37 1997
-@@ -16,14 +16,16 @@
+--- Makefile.orig Fri Jun 27 14:43:10 1997
++++ Makefile Thu Jun 4 09:10:31 1998
+@@ -16,11 +16,13 @@
# NEED_STRERROR - your system does NOT support strerror()
#
@@ -12,24 +12,29 @@
-CFLAGS= -mr $(DEBUG) $(CCENV)
-LDLIBS= -lsocket -lnsl
+#CFLAGS= -mr $(DEBUG) $(CCENV)
-+CFLAGS= -g $(DEBUG) $(CCENV)
++CFLAGS+= $(CCENV)
+#LDLIBS= -lsocket -lnsl
#CC=cc
--#CC=gcc
-+CC=gcc
- RM= /bin/rm -f
-
-
-@@ -53,6 +55,11 @@
- all: $(PROG)
+ #CC=gcc
+@@ -54,9 +56,19 @@
$(OBJS): $(INCL)
-+
+
+install: all
+ ${BSD_INSTALL_PROGRAM} qpage ${PREFIX}/bin
+ ${BSD_INSTALL_MAN} qpage.man ${PREFIX}/man/man1/qpage.1
+ ${BSD_INSTALL_DATA} example-qpage.cf ${PREFIX}/etc
-
++ if [ ! -d /var/spool/qpage ]; then \
++ mkdir /var/spool/qpage; \
++ chown root.dialer /var/spool/qpage; \
++ chmod 0775 /var/spool/qpage; \
++ fi
++
$(PROG): $(OBJS)
$(RM) $(PROG)
+- $(CC) -o $(PROG) $(OBJS) $(LDFLAGS) $(LDLIBS)
++ $(CC) -o $(PROG) $(OBJS) $(LDFLAGS)
+
+ client:
+ @$(MAKE) CCENV='-DCLIENT_ONLY $(CCENV)' OBJS="$(CLNTOBJS)"
diff --git a/comms/qpage/files/patch-ab b/comms/qpage/files/patch-ab
new file mode 100644
index 000000000000..5c0cd4007fb6
--- /dev/null
+++ b/comms/qpage/files/patch-ab
@@ -0,0 +1,11 @@
+--- qpage.doc.orig Wed Jun 3 23:40:13 1998
++++ qpage.doc Wed Jun 3 23:40:35 1998
+@@ -608,7 +608,7 @@
+ when it's safe to send dial commands to the modem.
+
+ FILES
+- /etc/qpage.cf
++ /usr/local/etc/qpage.cf
+
+ SEE ALSO
+ RFC-1861