pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/speedtouch/patches It seems it was forgotten to re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6408faaf305b
branches: trunk
changeset: 462840:6408faaf305b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 16 08:12:59 2003 +0000
description:
It seems it was forgotten to remove these files during the last update.
diffstat:
net/speedtouch/patches/patch-aa | 21 ---------------------
net/speedtouch/patches/patch-ab | 16 ----------------
2 files changed, 0 insertions(+), 37 deletions(-)
diffs (45 lines):
diff -r 7279959e9203 -r 6408faaf305b net/speedtouch/patches/patch-aa
--- a/net/speedtouch/patches/patch-aa Thu Oct 16 07:58:32 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 7279959e9203 -r 6408faaf305b net/speedtouch/patches/patch-ab
--- a/net/speedtouch/patches/patch-ab Thu Oct 16 07:58:32 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index