summaryrefslogtreecommitdiff
path: root/archivers/xpk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-08-28 20:50:04 +0000
committerdholland <dholland@pkgsrc.org>2011-08-28 20:50:04 +0000
commit70b9b84ebfa99123659b65923b8d1f1fc426dac8 (patch)
tree316eb96432ee0b832e3c8a03dab0bbf0a3097dd9 /archivers/xpk
parentf272a6584cac2a5567be74dafed47b2a9a33d5b0 (diff)
downloadpkgsrc-70b9b84ebfa99123659b65923b8d1f1fc426dac8.tar.gz
void main
Diffstat (limited to 'archivers/xpk')
-rw-r--r--archivers/xpk/distinfo3
-rw-r--r--archivers/xpk/patches/patch-shell_xquery_c15
2 files changed, 17 insertions, 1 deletions
diff --git a/archivers/xpk/distinfo b/archivers/xpk/distinfo
index eee79003de8..2bc59f25d3b 100644
--- a/archivers/xpk/distinfo
+++ b/archivers/xpk/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 14:45:27 agc Exp $
+$NetBSD: distinfo,v 1.3 2011/08/28 20:50:04 dholland Exp $
SHA1 (xpk-0.1.4.tar.gz) = 0732f964516885ddde5ba7a1b88b09a0c6b249e4
RMD160 (xpk-0.1.4.tar.gz) = 63f845edef5d869d816df0e4c6043c265d44fdbb
Size (xpk-0.1.4.tar.gz) = 239341 bytes
+SHA1 (patch-shell_xquery_c) = da8a47fa2f5ac22c404cfbcda3f7b8ce86eb995d
diff --git a/archivers/xpk/patches/patch-shell_xquery_c b/archivers/xpk/patches/patch-shell_xquery_c
new file mode 100644
index 00000000000..ed7ee738a24
--- /dev/null
+++ b/archivers/xpk/patches/patch-shell_xquery_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-shell_xquery_c,v 1.1 2011/08/28 20:50:04 dholland Exp $
+
+fix void main.
+
+--- shell/xQuery.c~ 2000-04-15 00:37:42.000000000 +0000
++++ shell/xQuery.c
+@@ -83,7 +83,7 @@ void packerquery(unsigned int packerid)
+ printf("\n");
+ }
+
+-void main(int argc, char **argv)
++int main(int argc, char **argv)
+ {
+ struct XpkPackerList list;
+ int i;