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

Collapse All | Expand All

(-)gnu-dico/Makefile (-7 / +2 lines)
Lines 2-14 Link Here
2
# $FreeBSD: head/net/gnu-dico/Makefile 547350 2020-09-02 09:38:08Z danfe $
2
# $FreeBSD: head/net/gnu-dico/Makefile 547350 2020-09-02 09:38:08Z danfe $
3
3
4
PORTNAME=	dico
4
PORTNAME=	dico
5
PORTVERSION=	2.7
5
PORTVERSION=	2.10
6
PORTREVISION=	3
7
CATEGORIES=	net textproc
6
CATEGORIES=	net textproc
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
PKGNAMEPREFIX=	gnu-
8
PKGNAMEPREFIX=	gnu-
10
9
11
MAINTAINER=	goran.tal@gmail.com
10
MAINTAINER=	info@dikt.tv
12
COMMENT=	Flexible modular implementation of DICT server
11
COMMENT=	Flexible modular implementation of DICT server
13
12
14
LIB_DEPENDS=	libltdl.so:devel/libltdl
13
LIB_DEPENDS=	libltdl.so:devel/libltdl
Lines 53-66 Link Here
53
post-patch:
52
post-patch:
54
	@${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in
53
	@${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in
55
	@${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in
54
	@${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in
56
	@${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in
57
	@${REINPLACE_CMD} \
55
	@${REINPLACE_CMD} \
58
		-e 's/mu_check_lib_save_LIBS/LIBS/' \
56
		-e 's/mu_check_lib_save_LIBS/LIBS/' \
59
		-e 's/python-config/$${PYTHON_CONFIG}/' \
57
		-e 's/python-config/$${PYTHON_CONFIG}/' \
60
		${WRKSRC}/configure
58
		${WRKSRC}/configure
61
	@${REINPLACE_CMD} 's/mergesort/xmergesort/' ${WRKSRC}/lib/mergesort.c
62
	@${REINPLACE_CMD} -E '/(dico_markup_list|text_udb_def);/s,^,extern ,' \
63
		${WRKSRC}/include/dico/markup.h ${WRKSRC}/dicod/dicod.h
64
59
65
post-install:
60
post-install:
66
	${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample
61
	${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample
(-)gnu-dico/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538311741
1
TIMESTAMP = 1599238266
2
SHA256 (dico-2.7.tar.xz) = 58af9a14bae85bd4f5aa01943011fe9d10533e82bc9da6b5a4c3d16a9952e435
2
SHA256 (dico-2.10.tar.xz) = 74a37ec01056d75f9dcbbddc6dcc11c42b09724003d66ce1280d00fdeb214f61
3
SIZE (dico-2.7.tar.xz) = 1674928
3
SIZE (dico-2.10.tar.xz) = 1830420
(-)gnu-dico/pkg-plist (+1 lines)
Lines 63-66 Link Here
63
%%NLS%%share/locale/pl/LC_MESSAGES/dico.mo
63
%%NLS%%share/locale/pl/LC_MESSAGES/dico.mo
64
%%NLS%%share/locale/pt_BR/LC_MESSAGES/dico.mo
64
%%NLS%%share/locale/pt_BR/LC_MESSAGES/dico.mo
65
%%NLS%%share/locale/sr/LC_MESSAGES/dico.mo
65
%%NLS%%share/locale/sr/LC_MESSAGES/dico.mo
66
%%NLS%%share/locale/sv/LC_MESSAGES/dico.mo
66
%%NLS%%share/locale/uk/LC_MESSAGES/dico.mo
67
%%NLS%%share/locale/uk/LC_MESSAGES/dico.mo

Return to bug 249116