1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

update new tarball

Submitted by:	bento
This commit is contained in:
MIHIRA Sanpei Yoshiro 2000-08-06 14:50:51 +00:00
parent 167cc6f0bc
commit 0420e8bf23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31336
3 changed files with 6 additions and 6 deletions

View File

@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= sanpei@FreeBSD.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= xgraph.1
post-install:

View File

@ -1 +1 @@
MD5 (xgraph-11.tar.Z) = 15d78d243f007da88e1732474711e8b9
MD5 (xgraph-11.tar.Z) = 63f58a6301a8d04b395cfb5105670297

View File

@ -1,6 +1,6 @@
--- hpgl.c.orig Thu Jul 17 03:40:40 1997
+++ hpgl.c Fri Dec 10 03:07:38 1999
@@ -11,10 +11,8 @@
--- hpgl.c.orig Thu Aug 3 03:31:56 2000
+++ hpgl.c Sun Aug 6 23:45:06 2000
@@ -13,9 +13,8 @@
#include "xgout.h"
#include "plotter.h"
#include <stdio.h>
@ -8,7 +8,6 @@
#include <math.h>
-#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) )
-#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) )
-char *malloc();
/* char *malloc(); */
static void hpglText();
static void hpglSeg();