diff options
author | wiz <wiz> | 2003-10-16 08:12:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-16 08:12:59 +0000 |
commit | b9af67476bb1c80d4d8e2e9c03e4e15f63430a81 (patch) | |
tree | 3ec42ad1a1119dfbc5a99737df167b5587c75c70 /net | |
parent | 60d1d8f6a2070158a43c7be425732f124c902b86 (diff) | |
download | pkgsrc-b9af67476bb1c80d4d8e2e9c03e4e15f63430a81.tar.gz |
It seems it was forgotten to remove these files during the last update.
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 |