Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.22 2012/09/15 10:35:29 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.23 2013/07/26 10:35:44 ryoon Exp $
|
||||
|
||||
SHA1 (unzip60.tgz) = abf7de8a4018a983590ed6f5cbd990d4740f8a22
|
||||
RMD160 (unzip60.tgz) = 48af66606e9472e45fbb94bc4e285da23d1b89ba
|
||||
Size (unzip60.tgz) = 1376845 bytes
|
||||
SHA1 (patch-ab) = 672635c469e0a53ac9808f8155ee38643a8acf69
|
||||
SHA1 (patch-ac) = 27b91401d4d5ecc3842c91dc49c08f42c8646154
|
||||
SHA1 (patch-unix_unxcfg.h) = a858011d5bc82bab38c9398f8660cefa798d60fb
|
||||
|
||||
14
archivers/unzip/patches/patch-unix_unxcfg.h
Normal file
14
archivers/unzip/patches/patch-unix_unxcfg.h
Normal file
@@ -0,0 +1,14 @@
|
||||
$NetBSD: patch-unix_unxcfg.h,v 1.1 2013/07/26 10:35:44 ryoon Exp $
|
||||
|
||||
* Fix build on Debian GNU/kFreeBSD.
|
||||
|
||||
--- unix/unxcfg.h.orig 2009-04-16 18:36:12.000000000 +0000
|
||||
+++ unix/unxcfg.h
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
#include <sys/types.h> /* off_t, time_t, dev_t, ... */
|
||||
#include <sys/stat.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifdef NO_OFF_T
|
||||
typedef long zoff_t;
|
||||
Reference in New Issue
Block a user