diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-03 10:16:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-03 10:16:27 +0000 |
commit | 188edfc9a0c83cd8190d5bd92114b919711d09b5 (patch) | |
tree | 7124f49078e576617f484b8f15bc88da24391f0c /print/gv | |
parent | 36dd2cbc04e3498ea0e1f6072a5fba5789b1a2b9 (diff) | |
download | ports-188edfc9a0c83cd8190d5bd92114b919711d09b5.tar.gz ports-188edfc9a0c83cd8190d5bd92114b919711d09b5.zip |
Notes
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 2 | ||||
-rw-r--r-- | print/gv/distinfo | 4 | ||||
-rw-r--r-- | print/gv/files/patch-src-gv_misc_res.dat | 10 | ||||
-rw-r--r-- | print/gv/files/patch-src_callbacks.c | 11 | ||||
-rw-r--r-- | print/gv/files/patch-src_dialog.c | 13 |
5 files changed, 14 insertions, 26 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index e06120366c4a..0a2d10b30233 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gv -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/print/gv/distinfo b/print/gv/distinfo index 2b582e69241d..4e929c227bad 100644 --- a/print/gv/distinfo +++ b/print/gv/distinfo @@ -1,2 +1,2 @@ -SHA256 (gv-3.7.1.tar.gz) = da87e10a4f3c4e9209077eab019ec71ad1bcfc8f19146146207cef4ee5b88114 -SIZE (gv-3.7.1.tar.gz) = 747166 +SHA256 (gv-3.7.2.tar.gz) = 62c28de2ececf94728dee50e18ae3908366a39a5e293aef21c14e87e561e40b2 +SIZE (gv-3.7.2.tar.gz) = 753018 diff --git a/print/gv/files/patch-src-gv_misc_res.dat b/print/gv/files/patch-src-gv_misc_res.dat deleted file mode 100644 index 51c8175ed922..000000000000 --- a/print/gv/files/patch-src-gv_misc_res.dat +++ /dev/null @@ -1,10 +0,0 @@ ---- src/gv_misc_res.dat.orig 2008-07-07 23:05:39.631469696 -0400 -+++ src/gv_misc_res.dat 2008-07-07 23:06:13.945427476 -0400 -@@ -465,7 +465,6 @@ - <Key>BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ - <Key>Insert: GV_Page(page-5) \n\ - <Key>Delete: GV_Page(page+5) \n\ -- <Key>apLineDel: GV_Page(page+5) \n\ - <Key>Home: GV_Page(page=0) \n\ - <Key>End: GV_Page(page=99999) \n\ - <Key>Prior: GV_Page(page-1) \n\ diff --git a/print/gv/files/patch-src_callbacks.c b/print/gv/files/patch-src_callbacks.c new file mode 100644 index 000000000000..af0f781c6036 --- /dev/null +++ b/print/gv/files/patch-src_callbacks.c @@ -0,0 +1,11 @@ +--- src/callbacks.c.orig 2011-05-03 02:52:57.000000000 -0400 ++++ src/callbacks.c 2011-05-03 02:55:24.000000000 -0400 +@@ -1031,7 +1031,7 @@ + XtPointer client_data, call_data; + { + int pid; +- sighandler_t sigold; ++ sig_t sigold; + + BEGINMESSAGE(cb_presentation) + diff --git a/print/gv/files/patch-src_dialog.c b/print/gv/files/patch-src_dialog.c deleted file mode 100644 index a7fb24c058bc..000000000000 --- a/print/gv/files/patch-src_dialog.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/dialog.c.orig 2010-08-05 22:59:56.000000000 -0400 -+++ src/dialog.c 2010-08-05 23:02:34.000000000 -0400 -@@ -292,9 +292,9 @@ - if (!s) {INFMESSAGE(no text) ENDMESSAGE(DialogPopupSetText) return;} - if (!dialogPopupCreated) makeDialogPopup(); - response = XtNameToWidget(DIALOG_POPUP, "*dialog_text"); -+ n=0; - #ifdef HAVE_XAW3D_INTERNATIONAL - vw = (VlistWidget)response; -- n=0; - if( vw->simple.international == True ) { - XtSetArg(args[n], XtNfontSet, &fontset); n++; - } else { |