Mon May 30 13:27:04 2016 UTC ()
(pkgsrc)
- Add LICENSE as gnu-gpl-v3
- Add comment on patch-aa picking from cvs log

(upstream)
- Updated archivers/advancecomp to 1.19
-------------------------------------
ADVANCECOMP VERSION 1.19 2014/03
================================

* Limited the iterations number to 255 with the -3 option.
* Added a new -k, --keep-file-time option to advzip [Marco Banfi].
* Made the Windows binary again compatible with old 686 processors.

ADVANCECOMP VERSION 1.18 2013/11
================================

* Added build support for new powerpc architectures.
* Fixed build with BZIP.

ADVANCECOMP VERSION 1.17 2013/03
================================

* Changed to GPL3.
* Added zopfli support. It's enabled using -4, --shrink-insane.
  You can control the number of iterations with the
  new -i, --iter option.
  Thanks to Darik Horn for the patches.


(mef)
diff -r1.15 -r1.16 pkgsrc/archivers/advancecomp/Makefile
diff -r1.6 -r1.7 pkgsrc/archivers/advancecomp/distinfo
diff -r1.1 -r1.2 pkgsrc/archivers/advancecomp/patches/patch-aa

cvs diff -r1.15 -r1.16 pkgsrc/archivers/advancecomp/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/advancecomp/Makefile 2014/10/09 14:05:50 1.15
+++ pkgsrc/archivers/advancecomp/Makefile 2016/05/30 13:27:04 1.16
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.15 2014/10/09 14:05:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2016/05/30 13:27:04 mef Exp $
2 2
3DISTNAME= advancecomp-1.15 3DISTNAME= advancecomp-1.19
4CATEGORIES= archivers 4CATEGORIES= archivers
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://advancemame.sourceforge.net/ 8HOMEPAGE= http://advancemame.sourceforge.net/
9COMMENT= Recompression utilities for .zip, .png, .mng and .gz files 9COMMENT= Recompression utilities for .zip, .png, .mng and .gz files
 10LICENSE= gnu-gpl-v3
10 11
11GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
12USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
13 14
14.include "../../mk/compiler.mk" 15.include "../../mk/compiler.mk"
15 16
16.if !empty(PKGSRC_COMPILER:Msunpro) 17.if !empty(PKGSRC_COMPILER:Msunpro)
17CFLAGS+= -features=extensions 18CFLAGS+= -features=extensions
18.endif 19.endif
19 20
20.include "../../devel/zlib/buildlink3.mk" 21.include "../../devel/zlib/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/archivers/advancecomp/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/advancecomp/distinfo 2015/11/03 00:56:20 1.6
+++ pkgsrc/archivers/advancecomp/distinfo 2016/05/30 13:27:04 1.7
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.6 2015/11/03 00:56:20 agc Exp $ 1$NetBSD: distinfo,v 1.7 2016/05/30 13:27:04 mef Exp $
2 2
3SHA1 (advancecomp-1.15.tar.gz) = 74fed754841efadcb8dd156d2c5e095bfaff83e6 3SHA1 (advancecomp-1.19.tar.gz) = 894c2db01c9fff40257f929496621bdcea77748b
4RMD160 (advancecomp-1.15.tar.gz) = 13468f350e15e7f23778d8351819a792fbf07c9a 4RMD160 (advancecomp-1.19.tar.gz) = 1064b5068178f6b65b30821cc19dcc0d241e4934
5SHA512 (advancecomp-1.15.tar.gz) = 18d6abb4c739c16e340bad2e87f89b545d0ecb660897a109a038b2a236bab6ce3d3b3ad572839fb4ce7981c5f150d8ed2447654291a8d808bbb85e70152e47ba 5SHA512 (advancecomp-1.19.tar.gz) = 9bce761f315e94ea9ebe59273cc810297e6227d914b498501f159f05c3a002236570c2d4248b397c5cdd3cf9a60565bb8d7f1470b079d5f50249031d3c78348d
6Size (advancecomp-1.15.tar.gz) = 259340 bytes 6Size (advancecomp-1.19.tar.gz) = 1193228 bytes
7SHA1 (patch-aa) = bb74883968ec79e3f5f62085668cf3341c46570c 7SHA1 (patch-aa) = ddc8b6981e1e0b46ac6291aee65d56cdae9f0998
8SHA1 (patch-ab) = 1e6e10943bd2a414d4f704bd94b1de3d1036dd90 8SHA1 (patch-ab) = 1e6e10943bd2a414d4f704bd94b1de3d1036dd90
9SHA1 (patch-ac) = d08d44224c4351c66c920b26bacc3f749a54d31a 9SHA1 (patch-ac) = d08d44224c4351c66c920b26bacc3f749a54d31a

cvs diff -r1.1 -r1.2 pkgsrc/archivers/advancecomp/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/archivers/advancecomp/patches/patch-aa 2007/01/14 16:28:40 1.1
+++ pkgsrc/archivers/advancecomp/patches/patch-aa 2016/05/30 13:27:04 1.2
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-aa,v 1.1 2007/01/14 16:28:40 rillig Exp $ 1$NetBSD: patch-aa,v 1.2 2016/05/30 13:27:04 mef Exp $
 2
 3Fixed the build for sunpro on Solaris 10.
2 4
3--- portable.h.orig 2004-08-09 15:04:02.000000000 +0200 5--- portable.h.orig 2004-08-09 15:04:02.000000000 +0200
4+++ portable.h 2007-01-14 17:05:21.524063100 +0100 6+++ portable.h 2007-01-14 17:05:21.524063100 +0100
5@@ -148,5 +148,13 @@ int vsnprintf(char *str, size_t count, c 7@@ -148,5 +148,13 @@ int vsnprintf(char *str, size_t count, c
6 } 8 }
7 #endif 9 #endif
8  10
9+#if !defined(__GNUC__) && !defined(__PRETTY_FUNCTION__) 11+#if !defined(__GNUC__) && !defined(__PRETTY_FUNCTION__)
10+# define __PRETTY_FUNCTION__ __func__ 12+# define __PRETTY_FUNCTION__ __func__
11+#endif 13+#endif
12+ 14+
13+#if !defined(__GNUC__) && !defined(__attribute__) 15+#if !defined(__GNUC__) && !defined(__attribute__)
14+# define __attribute__(x) /**/ 16+# define __attribute__(x) /**/