bump graphics/xfig from 3.2.6 to 3.2.7

a few patches aren't needed anymore

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/xfig/Makefile,v
retrieving revision 1.53
diff -u -p -u -r1.53 Makefile
--- Makefile    1 Feb 2017 10:09:58 -0000       1.53
+++ Makefile    26 Apr 2018 22:42:27 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       CAD drawing program for X11
 
-DISTNAME=      xfig-3.2.6
+DISTNAME=      xfig-3.2.7
 CATEGORIES=    graphics x11
 
 HOMEPAGE=      http://mcj.sourceforge.net/
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/xfig/distinfo,v
retrieving revision 1.9
diff -u -p -u -r1.9 distinfo
--- distinfo    1 Feb 2017 10:09:58 -0000       1.9
+++ distinfo    26 Apr 2018 22:42:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (xfig-3.2.6.tar.xz) = FEXsjdphpPs13HVpu93EEtMS3tjAodUp3WM/DtqPVgk=
-SIZE (xfig-3.2.6.tar.xz) = 5057024
+SHA256 (xfig-3.2.7.tar.xz) = X+gc5BMrE5Zn+/qs3wSgJvAxOjTTnH9kACTbiUzO1Co=
+SIZE (xfig-3.2.7.tar.xz) = 5056232
cvs server: Diffing patches
Index: patches/patch-e_chop_c
===================================================================
RCS file: patches/patch-e_chop_c
diff -N patches/patch-e_chop_c
--- patches/patch-e_chop_c      1 Feb 2017 10:09:58 -0000       1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-e_chop_c,v 1.4 2017/02/01 10:09:58 kirby Exp $
---- src/e_chop.c.orig  Tue Jun  9 15:09:30 2009
-+++ src/e_chop.c       Tue Jun  9 15:11:06 2009
-@@ -19,7 +19,7 @@
- /* >>>>>>>>>>>>>>>>>>> fixme -- don't forget undo ! <<<<<<<<<<<<<<<< */
- 
- #include <stdlib.h>
--#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
- #include <alloca.h>
- #endif
- #include <math.h>
Index: patches/patch-w_intersect_c
===================================================================
RCS file: patches/patch-w_intersect_c
diff -N patches/patch-w_intersect_c
--- patches/patch-w_intersect_c 1 Feb 2017 10:09:58 -0000       1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-w_intersect_c,v 1.4 2017/02/01 10:09:58 kirby Exp $
---- src/w_intersect.c.orig     Sun Jul 24 00:10:28 2016
-+++ src/w_intersect.c  Thu Dec 22 12:22:20 2016
-@@ -26,7 +26,9 @@
- #include "w_msgpanel.h"
- #include "f_util.h"
- #include "u_quartic.h"
-+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
- #include <alloca.h>
-+#endif
- #include <math.h>
- #undef I
- 
Index: patches/patch-w_keyboard_c
===================================================================
RCS file: /cvs/ports/graphics/xfig/patches/patch-w_keyboard_c,v
retrieving revision 1.4
diff -u -p -u -r1.4 patch-w_keyboard_c
--- patches/patch-w_keyboard_c  1 Feb 2017 10:09:58 -0000       1.4
+++ patches/patch-w_keyboard_c  26 Apr 2018 22:42:27 -0000
@@ -1,14 +1,12 @@
 $OpenBSD: patch-w_keyboard_c,v 1.4 2017/02/01 10:09:58 kirby Exp $
---- src/w_keyboard.c.orig      Sun Jul 24 00:10:28 2016
-+++ src/w_keyboard.c   Thu Dec 22 12:22:20 2016
-@@ -17,8 +17,9 @@
-  */
- 
+Index: src/w_keyboard.c
+--- src/w_keyboard.c.orig
++++ src/w_keyboard.c
+@@ -19,6 +19,7 @@
  #include <sys/types.h>
-+#include <stdlib.h>
  #include <regex.h>
--#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
- #include <alloca.h>
- #endif
  #include <string.h>
++#include <stdlib.h>
+ 
+ #include "fig.h"
+ #include "figx.h"
Index: patches/patch-w_snap_c
===================================================================
RCS file: patches/patch-w_snap_c
diff -N patches/patch-w_snap_c
--- patches/patch-w_snap_c      1 Feb 2017 10:09:58 -0000       1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-w_snap_c,v 1.4 2017/02/01 10:09:58 kirby Exp $
---- src/w_snap.c.orig  Mon Mar 30 17:52:10 2009
-+++ src/w_snap.c       Sun Dec 27 23:07:04 2009
-@@ -32,7 +32,7 @@
- #include "u_search.h"
- #include "f_util.h"
- #include <math.h>
--#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
- #include <alloca.h>
- #endif
- 

Reply via email to