pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xpaste This time fix build with gcc 3.3.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/58fec345f046
branches: trunk
changeset: 464170:58fec345f046
user: seb <seb%pkgsrc.org@localhost>
date: Thu Dec 04 09:27:01 2003 +0000
description:
This time fix build with gcc 3.3.2.
Bump PKGREVISION.
diffstat:
x11/xpaste/Makefile | 4 ++--
x11/xpaste/distinfo | 3 ++-
x11/xpaste/patches/patch-ab | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (42 lines):
diff -r e4085cb2ef48 -r 58fec345f046 x11/xpaste/Makefile
--- a/x11/xpaste/Makefile Thu Dec 04 09:15:54 2003 +0000
+++ b/x11/xpaste/Makefile Thu Dec 04 09:27:01 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/09/29 09:20:12 seb Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/04 09:27:01 seb Exp $
#
DISTNAME= xpaste-1.1
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
diff -r e4085cb2ef48 -r 58fec345f046 x11/xpaste/distinfo
--- a/x11/xpaste/distinfo Thu Dec 04 09:15:54 2003 +0000
+++ b/x11/xpaste/distinfo Thu Dec 04 09:27:01 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/09/29 09:20:12 seb Exp $
+$NetBSD: distinfo,v 1.4 2003/12/04 09:27:01 seb Exp $
SHA1 (xpaste-1.1.shar.gz) = 15c022ddb3e43bc25721e9185aebe5d5ef8160a2
Size (xpaste-1.1.shar.gz) = 6144 bytes
SHA1 (patch-aa) = 467ecb06be395db5222614beeaba6694eb44c1fc
+SHA1 (patch-ab) = ef12cd1b9a1244fa3193298b1a00783fb984ed43
diff -r e4085cb2ef48 -r 58fec345f046 x11/xpaste/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xpaste/patches/patch-ab Thu Dec 04 09:27:01 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/12/04 09:27:01 seb Exp $
+
+--- xpaste.c.orig 2003-11-18 07:23:53.000000000 +0000
++++ xpaste.c
+@@ -18,7 +18,7 @@ static char rcsid[] = "$Id: xpaste.c,v 1
+ #include <X11/Xaw/AsciiText.h>
+ #include <X11/Xaw/Form.h>
+ #include <X11/Xaw/Command.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include "patchlevel.h"
+
+ #ifndef WIDTHPADDING
Home |
Main Index |
Thread Index |
Old Index