mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.19
This commit is contained in:
parent
3057b9dd9a
commit
859614d5a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254728
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tardy
|
||||
PORTVERSION= 1.17
|
||||
PORTVERSION= 1.19
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tardy-1.17.tar.gz) = e20efbf1854269e620b7e052c09c19d5
|
||||
SHA256 (tardy-1.17.tar.gz) = b2058a1b43cd5060299dcd3bfc3f6240679b85419ee182af5160ae3d6aa09108
|
||||
SIZE (tardy-1.17.tar.gz) = 1693148
|
||||
MD5 (tardy-1.19.tar.gz) = 6f527b43df81e83713bcdb39860db3fa
|
||||
SHA256 (tardy-1.19.tar.gz) = 8e75cbc0bff738fa37862a1f41a80db439722d5b5dd44d80f38ab045563fb675
|
||||
SIZE (tardy-1.19.tar.gz) = 1719760
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- common/error.cc.orig Fri Jun 24 08:58:42 2005
|
||||
+++ common/error.cc Fri Jun 24 08:59:00 2005
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <ac/assert.h>
|
||||
#include <ac/ctype.h>
|
||||
#include <ac/errno.h>
|
||||
+#include <sys/types.h>
|
||||
#include <ac/grp.h>
|
||||
#include <ac/pwd.h>
|
||||
#include <ac/stdarg.h>
|
@ -1,10 +0,0 @@
|
||||
--- common/tar/output/filter/gzip.cc.orig Fri Jun 24 09:17:36 2005
|
||||
+++ common/tar/output/filter/gzip.cc Fri Jun 24 09:17:57 2005
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/string.h>
|
||||
#include <tar/output/filter/gzip.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifndef Z_BUFSIZE
|
||||
#ifdef MAXSEG_64K
|
13
archivers/tardy/files/patch-libtardy__error.cc
Normal file
13
archivers/tardy/files/patch-libtardy__error.cc
Normal file
@ -0,0 +1,13 @@
|
||||
--- ./libtardy/error.cc.orig 2010-03-10 03:50:43.000000000 +0100
|
||||
+++ ./libtardy/error.cc 2010-05-21 15:20:47.000000000 +0200
|
||||
@@ -33,6 +33,10 @@
|
||||
#include <libtardy/mprintf.h>
|
||||
#include <libtardy/progname.h>
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/types.h>
|
||||
+#endif
|
||||
+
|
||||
|
||||
static void
|
||||
error_get_id(int *uid, int *gid)
|
@ -0,0 +1,13 @@
|
||||
--- ./libtardy/tar/output/filter/gzip.cc.orig 2010-03-10 03:50:43.000000000 +0100
|
||||
+++ ./libtardy/tar/output/filter/gzip.cc 2010-05-21 15:20:02.000000000 +0200
|
||||
@@ -21,6 +21,10 @@
|
||||
#include <libtardy/ac/string.h>
|
||||
#include <libtardy/tar/output/filter/gzip.h>
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <unistd.h>
|
||||
+#endif
|
||||
+
|
||||
#ifndef Z_BUFSIZE
|
||||
#ifdef MAXSEG_64K
|
||||
#define Z_BUFSIZE 4096 // minimize memory usage for 16-bit DOS
|
Loading…
Reference in New Issue
Block a user