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

(-)deskutils/libstreamanalyzer/Makefile (-2 / +8 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libstreamanalyzer
3
PORTNAME=	libstreamanalyzer
4
PORTVERSION=	${STRIGI_VERSION}
4
PORTVERSION=	${STRIGI_VERSION}
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
MASTER_SITES=	${STRIGI_MASTER_SITES}
7
MASTER_SITES=	${STRIGI_MASTER_SITES}
8
8
Lines 36-39 post-patch: Link Here
36
		${WRKSRC}/libstreamanalyzer/CMakeLists.txt
36
		${WRKSRC}/libstreamanalyzer/CMakeLists.txt
37
37
38
.include <${.CURDIR}/../strigi/Makefile.common>
38
.include <${.CURDIR}/../strigi/Makefile.common>
39
.include <bsd.port.mk>
39
.include <bsd.port.pre.mk>
40
41
.if empty(ICONV_LIB)
42
CMAKE_ARGS+=	-DICONV_LIBRARIES:STRING="/usr/lib/libc.so"
43
.endif
44
45
.include <bsd.port.post.mk>
(-)deskutils/libstreams/Makefile (-1 / +8 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libstreams
3
PORTNAME=	libstreams
4
PORTVERSION=	${STRIGI_VERSION}
4
PORTVERSION=	${STRIGI_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
6
MASTER_SITES=	${STRIGI_MASTER_SITES}
7
MASTER_SITES=	${STRIGI_MASTER_SITES}
7
8
Lines 17-20 post-patch: Link Here
17
		${WRKSRC}/libstreams/CMakeLists.txt
18
		${WRKSRC}/libstreams/CMakeLists.txt
18
19
19
.include <${.CURDIR}/../strigi/Makefile.common>
20
.include <${.CURDIR}/../strigi/Makefile.common>
20
.include <bsd.port.mk>
21
.include <bsd.port.pre.mk>
22
23
.if empty(ICONV_LIB)
24
CMAKE_ARGS+=	-DICONV_LIBRARIES:STRING="/usr/lib/libc.so"
25
.endif
26
27
.include <bsd.port.post.mk>

Return to bug 186704