pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/popt



Module Name:    pkgsrc
Committed By:   rjs
Date:           Sun May  5 23:16:06 UTC 2019

Modified Files:
        pkgsrc/devel/popt: Makefile distinfo
        pkgsrc/devel/popt/patches: patch-poptint.h

Log Message:
Fix compat symbol link warning.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/popt/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/popt/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/popt/patches/patch-poptint.h

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

Modified files:

Index: pkgsrc/devel/popt/Makefile
diff -u pkgsrc/devel/popt/Makefile:1.46 pkgsrc/devel/popt/Makefile:1.47
--- pkgsrc/devel/popt/Makefile:1.46     Thu Oct  9 14:06:30 2014
+++ pkgsrc/devel/popt/Makefile  Sun May  5 23:16:06 2019
@@ -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/
 

Index: pkgsrc/devel/popt/distinfo
diff -u pkgsrc/devel/popt/distinfo:1.24 pkgsrc/devel/popt/distinfo:1.25
--- pkgsrc/devel/popt/distinfo:1.24     Tue Nov  3 03:29:03 2015
+++ pkgsrc/devel/popt/distinfo  Sun May  5 23:16:06 2019
@@ -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 @@ SHA512 (popt-1.16.tar.gz) = bae2dd4e5d68
 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

Index: pkgsrc/devel/popt/patches/patch-poptint.h
diff -u pkgsrc/devel/popt/patches/patch-poptint.h:1.1 pkgsrc/devel/popt/patches/patch-poptint.h:1.2
--- pkgsrc/devel/popt/patches/patch-poptint.h:1.1       Fri Apr  1 21:28:32 2011
+++ pkgsrc/devel/popt/patches/patch-poptint.h   Sun May  5 23:16:06 2019
@@ -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