pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Thu May  2 20:27:43 UTC 2019

Modified Files:
        pkgsrc/archivers/gtar: Makefile.common
        pkgsrc/archivers/gtar-base: distinfo
Added Files:
        pkgsrc/archivers/gtar-base/patches: patch-gnu_sys-limits.h

Log Message:
gtar: fix build on SunOS

resolve conflict with sys/limits.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/gtar/Makefile.common
cvs rdiff -u -r1.43 -r1.44 pkgsrc/archivers/gtar-base/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/archivers/gtar-base/patches/patch-gnu_sys-limits.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/gtar/Makefile.common
diff -u pkgsrc/archivers/gtar/Makefile.common:1.5 pkgsrc/archivers/gtar/Makefile.common:1.6
--- pkgsrc/archivers/gtar/Makefile.common:1.5   Sun Feb 24 15:18:45 2019
+++ pkgsrc/archivers/gtar/Makefile.common       Thu May  2 20:27:43 2019
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.5 2019/02/24 15:18:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2019/05/02 20:27:43 wiedi Exp $
 #
 # used by archivers/gtar-base/Makefile
 # used by archivers/gtar-info/Makefile
 # used by archivers/gtar/Makefile
 
 DISTNAME=      tar-1.32
+PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GNU:=tar/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/archivers/gtar-base/distinfo
diff -u pkgsrc/archivers/gtar-base/distinfo:1.43 pkgsrc/archivers/gtar-base/distinfo:1.44
--- pkgsrc/archivers/gtar-base/distinfo:1.43    Sun Feb 24 15:18:45 2019
+++ pkgsrc/archivers/gtar-base/distinfo Thu May  2 20:27:42 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.43 2019/02/24 15:18:45 wiz Exp $
+$NetBSD: distinfo,v 1.44 2019/05/02 20:27:42 wiedi Exp $
 
 SHA1 (tar-1.32.tar.bz2) = d0b0259689062d7700480f74c547f62f18e7412d
 RMD160 (tar-1.32.tar.bz2) = b83c063c4eea4f36bf70c6be67a1c7fc74e5e82f
@@ -6,5 +6,6 @@ SHA512 (tar-1.32.tar.bz2) = 3139e8711212
 Size (tar-1.32.tar.bz2) = 2947264 bytes
 SHA1 (patch-Makefile.in) = 78cc142b9370317c52215c106ea1e7217e71f9b5
 SHA1 (patch-gnu_readlinkat.c) = ce9869bfcd75005bb4ddac4e3223df01a26a2b29
+SHA1 (patch-gnu_sys-limits.h) = b644d4f7915cac5757cb197966ec5f37553f3237
 SHA1 (patch-lib_xattr-at.c) = c69631c118558c0c056feb5b55188b2b4c92cc19
 SHA1 (patch-src_system.c) = cd9f7358fa93ed0ba4a1b3fffdae5d7f84ef4791

Added files:

Index: pkgsrc/archivers/gtar-base/patches/patch-gnu_sys-limits.h
diff -u /dev/null pkgsrc/archivers/gtar-base/patches/patch-gnu_sys-limits.h:1.1
--- /dev/null   Thu May  2 20:27:43 2019
+++ pkgsrc/archivers/gtar-base/patches/patch-gnu_sys-limits.h   Thu May  2 20:27:43 2019
@@ -0,0 +1,17 @@
+$NetBSD: patch-gnu_sys-limits.h,v 1.1 2019/05/02 20:27:43 wiedi Exp $
+
+Don't conflict with sys/limits.h on SunOS
+
+--- gnu/sys-limits.h.orig      2019-01-02 18:16:01.000000000 +0000
++++ gnu/sys-limits.h
+@@ -15,8 +15,8 @@
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, see <https://www.gnu.org/licenses/>.  */
+ 
+-#ifndef _SYS_LIMITS_H
+-#define _SYS_LIMITS_H
++#ifndef _SYS__LIMITS_H
++#define _SYS__LIMITS_H
+ 
+ #include <limits.h>
+ 



Home | Main Index | Thread Index | Old Index