mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to calc-2.16.1.3
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
COMMENT= C-style arbitrary precision calculator
|
||||
|
||||
V= 2.16.1.2
|
||||
V= 2.16.1.3
|
||||
DISTNAME= calc-$V
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (calc-2.16.1.2.tar.bz2) = as8iTORGwi4mLOsZKgUe95+xIbiCzSximVXxhLMOn1E=
|
||||
SIZE (calc-2.16.1.2.tar.bz2) = 1045465
|
||||
SHA256 (calc-2.16.1.3.tar.bz2) = KXW0ZCuDmunJLzL4GP78f/q1aDiCxJv6vTdVS8/5mWE=
|
||||
SIZE (calc-2.16.1.3.tar.bz2) = 1046014
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
Index: custom/u_pfe.c
|
||||
--- custom/u_pfe.c.orig
|
||||
+++ custom/u_pfe.c
|
||||
@@ -53,7 +53,7 @@ int u_pfe_allowed = 0; /* CUSTOM undefined */
|
||||
|
||||
# include <sys/wait.h>
|
||||
# include <sys/time.h>
|
||||
-# include <sys/errno.h>
|
||||
+# include <errno.h>
|
||||
# include <sys/param.h> /* MAXPATHLEN attow */
|
||||
# include <sys/types.h>
|
||||
# include <sys/wait.h>
|
||||
@@ -1,12 +0,0 @@
|
||||
Index: help.c
|
||||
--- help.c.orig
|
||||
+++ help.c
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
-#include <sys/errno.h>
|
||||
+#include <errno.h>
|
||||
|
||||
#include "calc.h"
|
||||
#include "conf.h"
|
||||
Reference in New Issue
Block a user