diff options
author | joerg <joerg@pkgsrc.org> | 2010-09-10 20:00:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-09-10 20:00:45 +0000 |
commit | 6c2c2882ae18c9ba0ee17e4b6de51c33881b731e (patch) | |
tree | ab74d5c02c7c2bf8b0e411607e1f619de6d91cf0 /x11 | |
parent | ccc20a9c919590b57c437a37349a3b2dc1924898 (diff) | |
download | pkgsrc-6c2c2882ae18c9ba0ee17e4b6de51c33881b731e.tar.gz |
Update to xmore-1.0.2: Remove xprint support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmore/Makefile | 5 | ||||
-rw-r--r-- | x11/xmore/distinfo | 9 | ||||
-rw-r--r-- | x11/xmore/patches/patch-aa | 24 |
3 files changed, 6 insertions, 32 deletions
diff --git a/x11/xmore/Makefile b/x11/xmore/Makefile index 42f55349a6b..927e053e47e 100644 --- a/x11/xmore/Makefile +++ b/x11/xmore/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/04/17 01:07:29 dsainty Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/10 20:00:45 joerg Exp $ # -DISTNAME= xmore-1.0.1 -PKGREVISION= 3 +DISTNAME= xmore-1.0.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xmore/distinfo b/x11/xmore/distinfo index 4f421f70a7a..5635524bfc2 100644 --- a/x11/xmore/distinfo +++ b/x11/xmore/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/04/17 01:07:29 dsainty Exp $ +$NetBSD: distinfo,v 1.3 2010/09/10 20:00:45 joerg Exp $ -SHA1 (xmore-1.0.1.tar.bz2) = abd0b926fc11c9d8c886f91b0b6a4834512cb0ba -RMD160 (xmore-1.0.1.tar.bz2) = 98c437125fb5c7cb384bb78b536ef69d4ca363f2 -Size (xmore-1.0.1.tar.bz2) = 92060 bytes -SHA1 (patch-aa) = 57b764a06f364898035130be8f2688e904288781 +SHA1 (xmore-1.0.2.tar.bz2) = 7db4e5feb82d5d05038722d3af00d28e103bed18 +RMD160 (xmore-1.0.2.tar.bz2) = d92615867445f60229c991d9dc59b8a99a60815d +Size (xmore-1.0.2.tar.bz2) = 107340 bytes diff --git a/x11/xmore/patches/patch-aa b/x11/xmore/patches/patch-aa deleted file mode 100644 index 0c87a8f2350..00000000000 --- a/x11/xmore/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2009/04/17 01:07:30 dsainty Exp $ - -XawPrintDialogClosePrinterConnection isn't available if USE_XPRINT isn't -defined. - ---- xmore.c.orig 2009-04-16 15:00:34.037637683 +1200 -+++ xmore.c 2009-04-16 15:01:03.532901704 +1200 -@@ -147,14 +147,14 @@ - XtCallActionProc(w, "quit", NULL, NULL, 0); - } - -+#ifdef USE_XPRINT -+ - static void - printshellDestroyXtProc(Widget w, XtPointer client_data, XtPointer callData) - { - XawPrintDialogClosePrinterConnection(printdialog, False); - } - --#ifdef USE_XPRINT -- - static void - printOKXtProc(Widget w, XtPointer client_data, XtPointer callData) - { |