View | Details | Raw Unified | Return to bug 124184
Collapse All | Expand All

(-)/usr/home/emma/ports/archivers/lzo2/Makefile (+8 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	lzo2
8
PORTNAME=	lzo2
9
PORTVERSION=	2.03
9
PORTVERSION=	2.03
10
PORTREVISION=	1
10
CATEGORIES=	archivers devel
11
CATEGORIES=	archivers devel
11
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
12
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
12
		http://fresh.t-systems-sfr.com/unix/src/misc/ \
13
		http://fresh.t-systems-sfr.com/unix/src/misc/ \
Lines 24-35 Link Here
24
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
25
26
26
post-build:
27
post-build:
28
	@${ECHO_MSG} "===>  Running self-tests for ${PKGNAME} (can take a few minutes, without output)"
27
	cd ${WRKSRC} && ${MAKE} test
29
	cd ${WRKSRC} && ${MAKE} test
28
30
29
post-install:
31
post-install:
30
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
31
	${MKDIR} ${DOCSDIR}
33
	${MKDIR} ${DOCSDIR}
34
	cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,doc/,,' NEWS README
35
.for i in AUTHORS BUGS COPYING NEWS README THANKS
36
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
37
.endfor
32
	${INSTALL_DATA}	${WRKSRC}/doc/* ${DOCSDIR}
38
	${INSTALL_DATA}	${WRKSRC}/doc/* ${DOCSDIR}
39
	${MKDIR} ${DOCSDIR}/examples
40
	${INSTALL_DATA}	${WRKSRC}/examples/[a-z]*.[ch] ${DOCSDIR}/examples/
33
.endif
41
.endif
34
42
35
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)/usr/home/emma/ports/archivers/lzo2/files/patch-silence-lzotest.c (+27 lines)
Line 0 Link Here
1
This test reduces the lzotest verbosity so that it doesn't print anything
2
on success.
3
4
--- lzotest/lzotest.c.orig	2008-06-01 10:01:36.000000000 +0200
5
+++ lzotest/lzotest.c	2008-06-01 10:03:10.000000000 +0200
6
@@ -226,7 +226,7 @@
7
 
8
 struct corpus_entry_t;
9
 
10
-int opt_verbose = 2;
11
+int opt_verbose = 1;
12
 
13
 long opt_c_loops = 0;
14
 long opt_d_loops = 0;
15
@@ -1910,10 +1910,12 @@
16
 #elif defined(LZOTEST_USE_DYNLOAD)
17
 #  include "dynload/init.ch"
18
 #else
19
+#if 0
20
     printf("\nLZO real-time data compression library (v%s, %s).\n",
21
            lzo_version_string(), lzo_version_date());
22
     printf("Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n");
23
+#endif
24
 #endif
25
 
26
 
27
 /*
(-)/usr/home/emma/ports/archivers/lzo2/pkg-plist (-1 / +16 lines)
Lines 11-23 Link Here
11
include/lzo/lzoconf.h
11
include/lzo/lzoconf.h
12
include/lzo/lzodefs.h
12
include/lzo/lzodefs.h
13
include/lzo/lzoutil.h
13
include/lzo/lzoutil.h
14
@dirrm include/lzo
14
lib/liblzo2.a
15
lib/liblzo2.a
15
lib/liblzo2.la
16
lib/liblzo2.la
16
lib/liblzo2.so
17
lib/liblzo2.so
17
lib/liblzo2.so.2
18
lib/liblzo2.so.2
19
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
20
%%PORTDOCS%%%%DOCSDIR%%/BUGS
21
%%PORTDOCS%%%%DOCSDIR%%/COPYING
18
%%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ
22
%%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ
19
%%PORTDOCS%%%%DOCSDIR%%/LZO.TXT
23
%%PORTDOCS%%%%DOCSDIR%%/LZO.TXT
20
%%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT
24
%%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT
21
%%PORTDOCS%%%%DOCSDIR%%/LZOTEST.TXT
25
%%PORTDOCS%%%%DOCSDIR%%/LZOTEST.TXT
26
%%PORTDOCS%%%%DOCSDIR%%/NEWS
27
%%PORTDOCS%%%%DOCSDIR%%/README
28
%%PORTDOCS%%%%DOCSDIR%%/THANKS
29
%%PORTDOCS%%%%DOCSDIR%%/examples/dict.c
30
%%PORTDOCS%%%%DOCSDIR%%/examples/lzopack.c
31
%%PORTDOCS%%%%DOCSDIR%%/examples/overlap.c
32
%%PORTDOCS%%%%DOCSDIR%%/examples/portab.h
33
%%PORTDOCS%%%%DOCSDIR%%/examples/portab_a.h
34
%%PORTDOCS%%%%DOCSDIR%%/examples/precomp.c
35
%%PORTDOCS%%%%DOCSDIR%%/examples/precomp2.c
36
%%PORTDOCS%%%%DOCSDIR%%/examples/simple.c
37
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
22
%%PORTDOCS%%@dirrm %%DOCSDIR%%
38
%%PORTDOCS%%@dirrm %%DOCSDIR%%
23
@dirrm include/lzo

Return to bug 124184