summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2002-01-16 10:15:48 +0000
committerkleink <kleink@pkgsrc.org>2002-01-16 10:15:48 +0000
commitc9ab5d0475f143bd567369f5c6b9200ef56cf409 (patch)
tree6126cb7cc2aaf38b56a4a50ae421db4455c520be /comms
parent503d601cc6828f449543be388b86921283a5df97 (diff)
downloadpkgsrc-c9ab5d0475f143bd567369f5c6b9200ef56cf409.tar.gz
Bump to 0.5.8nb1: initialize a previously uninitialized auto variable.
Diffstat (limited to 'comms')
-rw-r--r--comms/scmxx/Makefile3
-rw-r--r--comms/scmxx/distinfo3
-rw-r--r--comms/scmxx/patches/patch-ab13
3 files changed, 17 insertions, 2 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index f489aa0a0c3..83dfb40da7f 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2002/01/16 10:15:48 kleink Exp $
#
DISTNAME= scmxx-0.5.8
+PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo
index 3bf588371a4..59518653701 100644
--- a/comms/scmxx/distinfo
+++ b/comms/scmxx/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
+$NetBSD: distinfo,v 1.2 2002/01/16 10:15:48 kleink Exp $
SHA1 (scmxx-0.5.8.tar.bz2) = ab874880b4ece30b5ea4b8a75e7f43797fd80d7e
Size (scmxx-0.5.8.tar.bz2) = 55902 bytes
SHA1 (patch-aa) = 6dcb7897f462ee8366d2c411b2326218f4decb1a
+SHA1 (patch-ab) = 62a7e3c5ebe7e5f752692612a35f7cfa0b379f52
diff --git a/comms/scmxx/patches/patch-ab b/comms/scmxx/patches/patch-ab
new file mode 100644
index 00000000000..6036fdff33e
--- /dev/null
+++ b/comms/scmxx/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/01/16 10:15:48 kleink Exp $
+
+--- scmxx.c.orig Fri Jan 4 21:43:54 2002
++++ scmxx.c Wed Jan 16 11:11:25 2002
+@@ -35,7 +35,7 @@
+ char *SMSSLOT_p=SMSSLOT;
+ char *PIN_p=PIN;
+ char *myPIPE_p=myPIPE;
+- int RUN_INFO=0,RUN_SETTIME=0,RUN_SETSMSC;
++ int RUN_INFO=0,RUN_SETTIME=0,RUN_SETSMSC=0;
+ struct option myoptions[]=
+ { {"remove",0,0,'r'},{"send",0,0,'s'},{"get",0,0,'g'},
+ {"bitmap",2,0,'B'},{"midi",2,0,'M'},{"vcal",2,0,'C'},{"vcf",2,0,'F'},