View | Details | Raw Unified | Return to bug 206257 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/sigil/Makefile (-6 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/textproc/sigil/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $
2
# $FreeBSD: head/textproc/sigil/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $
3
3
4
PORTNAME=	sigil
4
PORTNAME=	sigil
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.2
6
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
Lines 18-28 Link Here
18
GH_ACCOUNT=	Sigil-Ebook
18
GH_ACCOUNT=	Sigil-Ebook
19
GH_PROJECT=	Sigil
19
GH_PROJECT=	Sigil
20
20
21
# Upstream uses pkg-config output to pass libhunspell-1.3.so and
22
# libpcre16.so to the linker. pkg-config output does not include full
23
# paths, so add a workaround to keep the port linking for now.
24
LDFLAGS+=	-L${LOCALBASE}/lib
25
26
USES=		cmake compiler:c++11-lib desktop-file-utils pkgconfig \
21
USES=		cmake compiler:c++11-lib desktop-file-utils pkgconfig \
27
		python:3 shebangfix
22
		python:3 shebangfix
28
SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \
23
SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \
Lines 35-40 Link Here
35
		-DINSTALL_BUNDLED_DICTS:BOOL=OFF
30
		-DINSTALL_BUNDLED_DICTS:BOOL=OFF
36
USE_LDCONFIG=	${PREFIX}/lib/sigil
31
USE_LDCONFIG=	${PREFIX}/lib/sigil
37
32
33
# Upstream uses pkg-config output to pass libhunspell-1.3.so and
34
# libpcre16.so to the linker. pkg-config output does not include full
35
# paths, so add a workaround to keep the port linking for now.
36
LDFLAGS+=	-L${LOCALBASE}/lib
37
38
post-install:
38
post-install:
39
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so
39
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so
40
40
(-)textproc/sigil/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 7ef13ae9f570ac51aa8d80890ff31bcdf8d1b488c1c4bbb315f1ca4b75237a63
1
SHA256 (Sigil-Ebook-Sigil-0.9.2_GH0.tar.gz) = d3c34ba1b63b080cb889dc5f11ba28f4db246151fbc3de162178290c8b9b3304
2
SIZE (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 17451106
2
SIZE (Sigil-Ebook-Sigil-0.9.2_GH0.tar.gz) = 17448786

Return to bug 206257