update Compress-Bzip2 to 2.16

ok kevlo@ (maintainer)
ok aja@
This commit is contained in:
rpe 2013-06-25 06:21:58 +00:00
parent 4b0e2a4ea5
commit 9e8ebb8f03
3 changed files with 4 additions and 31 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2013/03/10 22:28:04 espie Exp $
# $OpenBSD: Makefile,v 1.10 2013/06/25 06:21:58 rpe Exp $
SHARED_ONLY= Yes
COMMENT= interface to bzip2 compression library
DISTNAME= Compress-Bzip2-2.09
REVISION= 2
DISTNAME= Compress-Bzip2-2.16
CATEGORIES= archivers
MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (Compress-Bzip2-2.09.tar.gz) = tDt/vZCkBkVLS5s3ZbFAaZpyZT3Wu6KY8pdMoanVxPg=
SIZE (Compress-Bzip2-2.09.tar.gz) = 429584
SHA256 (Compress-Bzip2-2.16.tar.gz) = BkSbhnBk+cq/rQldc2skjYwzwCl15FEallPVZ3YAI20=
SIZE (Compress-Bzip2-2.16.tar.gz) = 892106

View File

@ -1,26 +0,0 @@
$OpenBSD: patch-ppport_h,v 1.1.1.1 2008/11/11 13:55:21 kevlo Exp $
--- ppport.h.orig Thu Apr 14 04:33:35 2005
+++ ppport.h Tue Nov 4 15:48:27 2008
@@ -221,14 +221,16 @@ __DATA__
/* Replace: 0 */
#endif
-#ifdef HASATTRIBUTE
-# if (defined(__GNUC__) && defined(__cplusplus)) || defined(__INTEL_COMPILER)
-# define PERL_UNUSED_DECL
+#ifndef PERL_UNUSED_DECL
+# ifdef HASATTRIBUTE
+# if (defined(__GNUC__) && defined(__cplusplus)) || defined(__INTEL_COMPILER)
+# define PERL_UNUSED_DECL
+# else
+# define PERL_UNUSED_DECL __attribute__((unused))
+# endif
# else
-# define PERL_UNUSED_DECL __attribute__((unused))
+# define PERL_UNUSED_DECL
# endif
-#else
-# define PERL_UNUSED_DECL
#endif
#ifndef dNOOP