[Midnightbsd-cvs] mports [18322] trunk/archivers/lzo2/pkg-plist: lzo 2.09

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 25 17:49:27 EDT 2015


Revision: 18322
          http://svnweb.midnightbsd.org/mports/?rev=18322
Author:   laffer1
Date:     2015-03-25 17:49:26 -0400 (Wed, 25 Mar 2015)
Log Message:
-----------
lzo 2.09

Modified Paths:
--------------
    trunk/archivers/lzo2/Makefile
    trunk/archivers/lzo2/distinfo
    trunk/archivers/lzo2/pkg-descr
    trunk/archivers/lzo2/pkg-plist

Added Paths:
-----------
    trunk/archivers/lzo2/files/
    trunk/archivers/lzo2/files/patch-include__lzo__lzodefs.h
    trunk/archivers/lzo2/files/patch-lzotest__lzotest.c

Property Changed:
----------------
    trunk/archivers/lzo2/pkg-descr

Modified: trunk/archivers/lzo2/Makefile
===================================================================
--- trunk/archivers/lzo2/Makefile	2015-03-25 21:47:56 UTC (rev 18321)
+++ trunk/archivers/lzo2/Makefile	2015-03-25 21:49:26 UTC (rev 18322)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	lzo2
-PORTVERSION=	2.08
+PORTVERSION=	2.09
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
 		FREEBSD_LOCAL/mandree
@@ -9,9 +9,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Portable speedy, lossless data compression library
+
 LICENSE=	gpl2
 
-USES=		libtool:keepla
+USES=		libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --docdir=${DOCSDIR}
 USE_LDCONFIG=	yes

Modified: trunk/archivers/lzo2/distinfo
===================================================================
--- trunk/archivers/lzo2/distinfo	2015-03-25 21:47:56 UTC (rev 18321)
+++ trunk/archivers/lzo2/distinfo	2015-03-25 21:49:26 UTC (rev 18322)
@@ -1,2 +1,2 @@
-SHA256 (lzo-2.08.tar.gz) = ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614
-SIZE (lzo-2.08.tar.gz) = 589045
+SHA256 (lzo-2.09.tar.gz) = f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c
+SIZE (lzo-2.09.tar.gz) = 594855

Added: trunk/archivers/lzo2/files/patch-include__lzo__lzodefs.h
===================================================================
--- trunk/archivers/lzo2/files/patch-include__lzo__lzodefs.h	                        (rev 0)
+++ trunk/archivers/lzo2/files/patch-include__lzo__lzodefs.h	2015-03-25 21:49:26 UTC (rev 18322)
@@ -0,0 +1,11 @@
+--- ./include/lzo/lzodefs.h.orig	2014-06-25 15:47:13.000000000 +0200
++++ ./include/lzo/lzodefs.h	2014-06-27 06:31:33.000000000 +0200
+@@ -29,6 +29,8 @@
+ #ifndef __LZODEFS_H_INCLUDED
+ #define __LZODEFS_H_INCLUDED 1
+ 
++#include <limits.h>
++
+ #if defined(__CYGWIN32__) && !defined(__CYGWIN__)
+ #  define __CYGWIN__ __CYGWIN32__
+ #endif


Property changes on: trunk/archivers/lzo2/files/patch-include__lzo__lzodefs.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/archivers/lzo2/files/patch-lzotest__lzotest.c
===================================================================
--- trunk/archivers/lzo2/files/patch-lzotest__lzotest.c	                        (rev 0)
+++ trunk/archivers/lzo2/files/patch-lzotest__lzotest.c	2015-03-25 21:49:26 UTC (rev 18322)
@@ -0,0 +1,23 @@
+--- lzotest/lzotest.c.orig	2015-02-04 11:24:51 UTC
++++ lzotest/lzotest.c
+@@ -206,7 +206,7 @@ enum {
+ // command line options
+ **************************************************************************/
+ 
+-int opt_verbose = 2;
++int opt_verbose = 1;
+ 
+ long opt_c_loops = 0;
+ long opt_d_loops = 0;
+@@ -1902,9 +1902,11 @@ int __lzo_cdecl_main main(int argc, char
+         if ((*s == '/' || *s == '\\') && s[1])
+             progname = s + 1;
+ 
++#if 0
+     printf("\nLZO real-time data compression library (v%s, %s).\n",
+            lzo_version_string(), lzo_version_date());
+     printf("Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n");
++#endif
+ 
+ 
+ /*


Property changes on: trunk/archivers/lzo2/files/patch-lzotest__lzotest.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/archivers/lzo2/pkg-descr
===================================================================
--- trunk/archivers/lzo2/pkg-descr	2015-03-25 21:47:56 UTC (rev 18321)
+++ trunk/archivers/lzo2/pkg-descr	2015-03-25 21:49:26 UTC (rev 18322)
@@ -16,7 +16,4 @@
    + Algorithm is thread safe.
    + Algorithm is lossless.
 
-Author: Markus Franz Xaver Johannes Oberhumer
-        markus.oberhumer at jk.uni-linz.ac.at
-
 WWW: http://www.oberhumer.com/opensource/lzo/


Property changes on: trunk/archivers/lzo2/pkg-descr
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Modified: trunk/archivers/lzo2/pkg-plist
===================================================================
--- trunk/archivers/lzo2/pkg-plist	2015-03-25 21:47:56 UTC (rev 18321)
+++ trunk/archivers/lzo2/pkg-plist	2015-03-25 21:49:26 UTC (rev 18322)
@@ -11,11 +11,10 @@
 include/lzo/lzoconf.h
 include/lzo/lzodefs.h
 include/lzo/lzoutil.h
- at dirrm include/lzo
 lib/liblzo2.a
-lib/liblzo2.la
 lib/liblzo2.so
 lib/liblzo2.so.2
+lib/liblzo2.so.2.0.0
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/BUGS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
@@ -34,5 +33,3 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/precomp.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/precomp2.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%



More information about the Midnightbsd-cvs mailing list