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:
parent
167cc6f0bc
commit
0420e8bf23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31336
@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z
|
||||
MAINTAINER= sanpei@FreeBSD.org
|
||||
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAN1= xgraph.1
|
||||
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xgraph-11.tar.Z) = 15d78d243f007da88e1732474711e8b9
|
||||
MD5 (xgraph-11.tar.Z) = 63f58a6301a8d04b395cfb5105670297
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user