summaryrefslogtreecommitdiff
path: root/net/docsis/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-06-25 04:12:52 +0000
committergrant <grant@pkgsrc.org>2002-06-25 04:12:52 +0000
commit6f2c929281d0d97bcb2b18f822488bf51508f258 (patch)
tree5f5b5057d22491919143fce4e2e2f8e1a6e13fb6 /net/docsis/patches
parent8575e794b304437622f4d6d63f314580503a6b23 (diff)
downloadpkgsrc-6f2c929281d0d97bcb2b18f822488bf51508f258.tar.gz
Initial import of docsis-0.7.5.
docsis is a small program that can be used to generate binary configuration files for DOCSIS-compliant cable modems. It can be used to implement a cable modem provisioning system, as well as testing of DOCSIS-compliant cable modems.
Diffstat (limited to 'net/docsis/patches')
-rw-r--r--net/docsis/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/docsis/patches/patch-aa b/net/docsis/patches/patch-aa
new file mode 100644
index 00000000000..56cd3d3ab12
--- /dev/null
+++ b/net/docsis/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/06/25 04:12:53 grant Exp $
+
+--- Makefile.orig Tue Jun 25 23:29:11 2002
++++ Makefile Tue Jun 25 23:31:55 2002
+@@ -7,8 +7,8 @@
+ # -lcrypto is OpenSSL.
+ #
+ # CFLAGS = -g -Wall -I/usr/local/include
+-CFLAGS = -g -Wall -I/opt/ucd-snmp-4.2/include
+-LIBS = -L/opt/ucd-snmp-4.2/lib -lsnmp -lcrypto -lnsl -lfl -lm
++CFLAGS = -g -Wall ${CPPFLAGS}
++LIBS = ${LDFLAGS} -lsnmp -lcrypto -lfl -lm
+
+ docsis: Makefile docsis_decode.o docsis_yy.o docsis_main.o md5.o hmac_md5.o docsis_snmp.o ethermac.h ethermac.o version.h docsis_encode.o
+ $(CC) $(CFLAGS) $(DEFS) -g -o docsis docsis_main.o docsis_encode.o docsis_decode.o docsis_yy.o md5.o hmac_md5.o docsis_snmp.o ethermac.o $(LIBS)