pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/hylafax/patches remove patches which shouldn't b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f2c88abebcb
branches:  trunk
changeset: 461979:7f2c88abebcb
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Sep 25 03:38:30 2003 +0000

description:
remove patches which shouldn't be here (hi, abs!)

diffstat:

 comms/hylafax/patches/patch-as |  13 -------------
 comms/hylafax/patches/patch-at |  13 -------------
 2 files changed, 0 insertions(+), 26 deletions(-)

diffs (34 lines):

diff -r b22c982f83ef -r 7f2c88abebcb comms/hylafax/patches/patch-as
--- a/comms/hylafax/patches/patch-as    Thu Sep 25 03:32:25 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-as,v 1.3 2001/05/10 21:00:34 dmcmahill Exp $
-
-fix type mismatch on 64 bit machines
-
---- faxd/FaxModem.c++.orig     Mon Feb  5 01:32:57 2001
-+++ faxd/FaxModem.c++  Thu May 10 16:48:15 2001
-@@ -815,5 +815,5 @@
- 
- void
--FaxModem::correctPhaseCData(u_char* buf, u_long* pBufSize,
-+FaxModem::correctPhaseCData(u_char* buf, uint32* pBufSize,
-                             u_int fillorder, const Class2Params& params)
- {
diff -r b22c982f83ef -r 7f2c88abebcb comms/hylafax/patches/patch-at
--- a/comms/hylafax/patches/patch-at    Thu Sep 25 03:32:25 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-at,v 1.1 2001/05/10 21:00:34 dmcmahill Exp $
-
-fix type mismatch on 64 bit machines
-
---- faxd/FaxModem.h.orig       Mon Feb  5 01:32:57 2001
-+++ faxd/FaxModem.h    Thu May 10 16:48:05 2001
-@@ -145,5 +145,5 @@
-  * Correct if neccessary Phase C (T.4) data (remove extra RTC etc.)
-  */
--    void        correctPhaseCData(u_char* buf, u_long* pBufSize,
-+    void        correctPhaseCData(u_char* buf, uint32* pBufSize,
-                                   u_int fillorder, const Class2Params& params);
- public:



Home | Main Index | Thread Index | Old Index