diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/speedtouch/patches/patch-aa | 21 | ||||
-rw-r--r-- | net/speedtouch/patches/patch-ab | 16 |
2 files changed, 0 insertions, 37 deletions
diff --git a/net/speedtouch/patches/patch-aa b/net/speedtouch/patches/patch-aa deleted file mode 100644 index 332f9ae74dd..00000000000 --- a/net/speedtouch/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2002/07/18 00:10:07 abs Exp $ - ---- doc-bsd/Makefile.in.orig Tue Jul 9 23:45:35 2002 -+++ doc-bsd/Makefile.in -@@ -87,13 +87,13 @@ - - install : install-man - @test -d $(datadir)/doc/speedtouch || $(INSTALL) -c -d $(datadir)/doc/speedtouch -- @test -d $(prefix)/etc/rc.d || $(INSTALL) -c -d $(prefix)/etc/rc.d -- $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(prefix)/etc/rc.d -+ @test -d $(datadir)/examples/speedtouch || $(INSTALL) -c -d $(datadir)/examples/speedtouch -+ $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(datadir)/examples/speedtouch/adsl.sh - $(INSTALL) -m 0444 -o $(installuser) INSTALL $(datadir)/doc/speedtouch - $(INSTALL) -m 0444 -o $(installuser) INSTALL-de $(datadir)/doc/speedtouch - $(INSTALL) -m 0444 -o $(installuser) INSTALL-fr $(datadir)/doc/speedtouch - $(INSTALL) -m 0444 -o $(installuser) INSTALL-it $(datadir)/doc/speedtouch -- $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/doc/speedtouch -+ $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/examples/speedtouch/ppp.conf - $(INSTALL) -m 0444 -o $(installuser) FAQ $(datadir)/doc/speedtouch - $(INSTALL) -m 0444 -o $(installuser) FAQ-fr $(datadir)/doc/speedtouch - diff --git a/net/speedtouch/patches/patch-ab b/net/speedtouch/patches/patch-ab deleted file mode 100644 index ea9d82561ce..00000000000 --- a/net/speedtouch/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2002/07/18 00:10:07 abs Exp $ - ---- src/pusb-bsd.c.orig Sat Jun 1 00:34:26 2002 -+++ src/pusb-bsd.c -@@ -40,9 +40,9 @@ - /****************************************************************************** - * Patch USB structures for the change in early 2002 - ******************************************************************************/ --#if ((defined (__FreeBSD__)) && (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001)) || (defined (__NetBSD__) && (__NetBSD_version__ < 105280000)) || (defined (__OpenBSD__)) -+#if ((defined (__FreeBSD__)) && ((__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001))) || (defined (__NetBSD__) && __NetBSD_Version__ < 105280000) || (defined (__OpenBSD__)) - --/* strcut usb_ctl_request */ -+/* struct usb_ctl_request */ - #define ucr_actlen actlen - #define ucr_flags flags - #define ucr_data data |