mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade, 3.1.2 -> 3.1.3
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
This commit is contained in:
parent
508422bed4
commit
9cda78b31f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=839
10 changed files with 56 additions and 42 deletions
|
@ -1,13 +1,14 @@
|
|||
# New ports collection makefile for: xfig
|
||||
# Version required: 3.1.2
|
||||
# Version required: 3.1.3
|
||||
# Date created: 4 January 1995
|
||||
# Whom: asami
|
||||
# Original by: roberto
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1995/01/13 13:14:22 jkh Exp $
|
||||
# $Id: Makefile,v 1.3 1995/01/24 05:53:43 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfig.3.1.2
|
||||
DISTNAME= xfig.3.1.3
|
||||
PKGNAME= xfig-3.1.3
|
||||
WRKSRC= ${WRKDIR}/xfig
|
||||
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \
|
||||
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xfig.3.1.2.tar.gz) = 16e442cc0dff231ea6d8201f3b99849c
|
||||
MD5 (xfig.3.1.3.tar.gz) = b340933c3e4a4bc5175a907d3f510360
|
||||
|
|
|
@ -1,15 +1,21 @@
|
|||
diff -c -r1.1 fig.h
|
||||
*** 1.1 1995/01/21 20:05:21
|
||||
--- fig.h 1995/01/21 20:06:39
|
||||
***************
|
||||
*** 233,239 ****
|
||||
--- 233,241 ----
|
||||
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
+ #if (! (defined(BSD) && (BSD >= 199306)))
|
||||
extern char *sys_errlist[];
|
||||
+ #endif
|
||||
extern char *mktemp();
|
||||
|
||||
#include <math.h> /* for sin(), cos() etc */
|
||||
diff -u -r1.1 fig.h
|
||||
--- 1.1 1995/01/25 19:48:10
|
||||
+++ fig.h 1995/01/25 19:58:44
|
||||
@@ -20,6 +20,7 @@
|
||||
/* For the X stuff, include only Xlib.h and Intrinsic.h here -
|
||||
use figx.h for widget stuff */
|
||||
|
||||
+#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(__convex__) && defined(__STDC__)
|
||||
@@ -41,7 +42,9 @@
|
||||
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
+#if (! (defined(BSD) && (BSD >= 199306)))
|
||||
extern char *sys_errlist[];
|
||||
+#endif
|
||||
extern char *mktemp();
|
||||
|
||||
#include <math.h> /* for sin(), cos() etc */
|
||||
|
|
|
@ -1 +1 @@
|
|||
Xfig - A drawing program. Version 3.1.2
|
||||
Xfig - A drawing program. Version 3.1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
XFIG 3.1.2 - Facility for Interactive Generation of figures under X11
|
||||
XFIG 3.1.3 - Facility for Interactive Generation of figures under X11
|
||||
|
||||
Xfig is a menu-driven tool that allows the user to draw and manipulate objects
|
||||
interactively in an X window. The resulting pictures can be saved, printed
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# New ports collection makefile for: xfig
|
||||
# Version required: 3.1.2
|
||||
# Version required: 3.1.3
|
||||
# Date created: 4 January 1995
|
||||
# Whom: asami
|
||||
# Original by: roberto
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1995/01/13 13:14:22 jkh Exp $
|
||||
# $Id: Makefile,v 1.3 1995/01/24 05:53:43 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfig.3.1.2
|
||||
DISTNAME= xfig.3.1.3
|
||||
PKGNAME= xfig-3.1.3
|
||||
WRKSRC= ${WRKDIR}/xfig
|
||||
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \
|
||||
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xfig.3.1.2.tar.gz) = 16e442cc0dff231ea6d8201f3b99849c
|
||||
MD5 (xfig.3.1.3.tar.gz) = b340933c3e4a4bc5175a907d3f510360
|
||||
|
|
|
@ -1,15 +1,21 @@
|
|||
diff -c -r1.1 fig.h
|
||||
*** 1.1 1995/01/21 20:05:21
|
||||
--- fig.h 1995/01/21 20:06:39
|
||||
***************
|
||||
*** 233,239 ****
|
||||
--- 233,241 ----
|
||||
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
+ #if (! (defined(BSD) && (BSD >= 199306)))
|
||||
extern char *sys_errlist[];
|
||||
+ #endif
|
||||
extern char *mktemp();
|
||||
|
||||
#include <math.h> /* for sin(), cos() etc */
|
||||
diff -u -r1.1 fig.h
|
||||
--- 1.1 1995/01/25 19:48:10
|
||||
+++ fig.h 1995/01/25 19:58:44
|
||||
@@ -20,6 +20,7 @@
|
||||
/* For the X stuff, include only Xlib.h and Intrinsic.h here -
|
||||
use figx.h for widget stuff */
|
||||
|
||||
+#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(__convex__) && defined(__STDC__)
|
||||
@@ -41,7 +42,9 @@
|
||||
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
+#if (! (defined(BSD) && (BSD >= 199306)))
|
||||
extern char *sys_errlist[];
|
||||
+#endif
|
||||
extern char *mktemp();
|
||||
|
||||
#include <math.h> /* for sin(), cos() etc */
|
||||
|
|
|
@ -1 +1 @@
|
|||
Xfig - A drawing program. Version 3.1.2
|
||||
Xfig - A drawing program. Version 3.1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
XFIG 3.1.2 - Facility for Interactive Generation of figures under X11
|
||||
XFIG 3.1.3 - Facility for Interactive Generation of figures under X11
|
||||
|
||||
Xfig is a menu-driven tool that allows the user to draw and manipulate objects
|
||||
interactively in an X window. The resulting pictures can be saved, printed
|
||||
|
|
Loading…
Add table
Reference in a new issue