pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/popt Fix compat symbol link warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f6d40e8d3a2
branches:  trunk
changeset: 323161:6f6d40e8d3a2
user:      rjs <rjs%pkgsrc.org@localhost>
date:      Sun May 05 23:16:06 2019 +0000

description:
Fix compat symbol link warning.

diffstat:

 devel/popt/Makefile                |   4 ++--
 devel/popt/distinfo                |   4 ++--
 devel/popt/patches/patch-poptint.h |  10 +++++++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r d0aa2516b0cf -r 6f6d40e8d3a2 devel/popt/Makefile
--- a/devel/popt/Makefile       Sun May 05 22:49:45 2019 +0000
+++ b/devel/popt/Makefile       Sun May 05 23:16:06 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2014/10/09 14:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2019/05/05 23:16:06 rjs Exp $
 #
 
 DISTNAME=      popt-1.16
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://rpm5.org/files/popt/
 
diff -r d0aa2516b0cf -r 6f6d40e8d3a2 devel/popt/distinfo
--- a/devel/popt/distinfo       Sun May 05 22:49:45 2019 +0000
+++ b/devel/popt/distinfo       Sun May 05 23:16:06 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2015/11/03 03:29:03 agc Exp $
+$NetBSD: distinfo,v 1.25 2019/05/05 23:16:06 rjs Exp $
 
 SHA1 (popt-1.16.tar.gz) = cfe94a15a2404db85858a81ff8de27c8ff3e235e
 RMD160 (popt-1.16.tar.gz) = 9c52bff97259de4010499f69c76d2a6396920342
@@ -6,4 +6,4 @@
 Size (popt-1.16.tar.gz) = 702769 bytes
 SHA1 (patch-aa) = 7edb4bbd7fe044da9f388159fdc22327377e267e
 SHA1 (patch-lookup3.c) = 7643b577c0913742fc4333c4469d606d81b6aa98
-SHA1 (patch-poptint.h) = c26b97bdeedf8a057009dfca985eb9287220f54b
+SHA1 (patch-poptint.h) = 11d104d4dfd15ed00161a504f58a32d7e5671c02
diff -r d0aa2516b0cf -r 6f6d40e8d3a2 devel/popt/patches/patch-poptint.h
--- a/devel/popt/patches/patch-poptint.h        Sun May 05 22:49:45 2019 +0000
+++ b/devel/popt/patches/patch-poptint.h        Sun May 05 23:16:06 2019 +0000
@@ -1,16 +1,20 @@
-$NetBSD: patch-poptint.h,v 1.1 2011/04/01 21:28:32 tez Exp $
+$NetBSD: patch-poptint.h,v 1.2 2019/05/05 23:16:06 rjs Exp $
 
 Don't include stdint.h if it does not exist.  Fixes PR#44770
 
---- poptint.h.orig     2011-04-01 21:07:17.593937200 +0000
+--- poptint.h.orig     2010-01-19 00:39:10.000000000 +0000
 +++ poptint.h
-@@ -9,7 +9,9 @@
+@@ -9,7 +9,13 @@
  #ifndef H_POPTINT
  #define H_POPTINT
  
 +#ifdef HAVE_STDINT_H
  #include <stdint.h>
 +#endif
++
++#ifdef HAVE_STDLIB_H
++#include <stdlib.h>
++#endif
  
  /**
   * Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.



Home | Main Index | Thread Index | Old Index