summaryrefslogtreecommitdiff
path: root/x11/xpostit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-01-20 16:52:59 +0000
committerjoerg <joerg@pkgsrc.org>2012-01-20 16:52:59 +0000
commit6cd42fd000c3cf826b9367d322f1281f204f1243 (patch)
treefbc59266c67cc16148c97565b0c4d759f00b2ca3 /x11/xpostit
parent8c619fdf6c2c97aa2e0c8b2842d7a3cff5c7011e (diff)
downloadpkgsrc-6cd42fd000c3cf826b9367d322f1281f204f1243.tar.gz
Fix return type of main
Diffstat (limited to 'x11/xpostit')
-rw-r--r--x11/xpostit/distinfo4
-rw-r--r--x11/xpostit/patches/patch-ab14
2 files changed, 13 insertions, 5 deletions
diff --git a/x11/xpostit/distinfo b/x11/xpostit/distinfo
index b21ffc3cb12..8d56c8e44cc 100644
--- a/x11/xpostit/distinfo
+++ b/x11/xpostit/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2006/07/29 04:42:08 minskim Exp $
+$NetBSD: distinfo,v 1.5 2012/01/20 16:52:59 joerg Exp $
SHA1 (xpostit3.3.1.tar.Z) = 8ba13bb544d9c99308e36fff2590623ad9a16fef
RMD160 (xpostit3.3.1.tar.Z) = 913ed61908541c65b8f2930c0f066ad2704b7856
Size (xpostit3.3.1.tar.Z) = 53910 bytes
SHA1 (patch-aa) = f958b6cfdf3d6ac269d0a73efb4c483fcba1a273
-SHA1 (patch-ab) = 6a61ec1ed69e0311a98bea7bca30f09a74e386a3
+SHA1 (patch-ab) = cdaa06ffcd4cb2073ff4f5f7f7ca99d8ffadd43c
SHA1 (patch-ac) = ba9db152d764e0ab02aca8e0c2f8bf67ce4d4dc4
diff --git a/x11/xpostit/patches/patch-ab b/x11/xpostit/patches/patch-ab
index 3a7757a15bb..98718266098 100644
--- a/x11/xpostit/patches/patch-ab
+++ b/x11/xpostit/patches/patch-ab
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/04/03 08:16:14 agc Exp $
+$NetBSD: patch-ab,v 1.2 2012/01/20 16:53:00 joerg Exp $
---- xpostit.c.orig Thu Dec 10 09:40:27 1992
+--- xpostit.c.orig 1992-12-10 16:40:27.000000000 +0000
+++ xpostit.c
-@@ -121,7 +121,6 @@
+@@ -114,14 +114,13 @@ Screen *screen; /* pointer to the scree
+ Display *display; /* pointer to the display we're on */
+ XtAppContext appcontext; /* application context */
+
+-void
++int
+ main(argc, argv)
+ char **argv;
+ int argc;
{
Arg args[4];
char *appname;