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

(-)editors/poedit/Makefile (-6 / +6 lines)
Lines 8-14 Link Here
8
#
8
#
9
9
10
PORTNAME=	poedit
10
PORTNAME=	poedit
11
PORTVERSION=	1.3.9
11
PORTVERSION=	1.4
12
CATEGORIES=	editors
12
CATEGORIES=	editors
13
MASTER_SITES=	SF
13
MASTER_SITES=	SF
14
14
Lines 36-50 Link Here
36
CPPFLAGS=	-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
36
CPPFLAGS=	-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
37
LDFLAGS=	-L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
37
LDFLAGS=	-L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
38
38
39
post-patch:
40
	@${REINPLACE_CMD} -e \
41
		's/for version in .*;/for version in ${BDB_VER};/ ; \
42
		 s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure
43
44
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
45
40
46
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
41
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
47
BROKEN=	Does not compile
42
BROKEN=	Does not compile
48
.endif
43
.endif
49
44
45
post-patch:
46
	@${REINPLACE_CMD} -e \
47
		's/for version in .*;/for version in ${BDB_VER};/ ; \
48
		 s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure
49
50
.include <bsd.port.post.mk>
50
.include <bsd.port.post.mk>
(-)editors/poedit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (poedit-1.3.9.tar.gz) = 2e2b921c9684f1bd9dba2535d97bd34e
1
MD5 (poedit-1.4.tar.gz) = 5198a30796af69830692b7e9e6fdbf64
2
SHA256 (poedit-1.3.9.tar.gz) = 4803cde2f95412184b92193c0f34136da286c852bc5dd92c036e40e59054de04
2
SHA256 (poedit-1.4.tar.gz) = cf026b94824d7b2f0a90cbc70a2d03e2b60d63269a0ec5a61ee42958def89de5
3
SIZE (poedit-1.3.9.tar.gz) = 1650758
3
SIZE (poedit-1.4.tar.gz) = 1525541
(-)editors/poedit/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
Poedit is cross-platform gettext catalogs (.po files) editor. It is built
1
Poedit is cross-platform gettext catalogs (.po files) editor. It is built
2
with wxWindows toolkit and can run on any platform supported by it (although
2
with wxWidgets toolkit and can run on any platform supported by it (although
3
it was tested only on Unix with GTK+ and Windows). It aims to provide more
3
it was tested only on Unix with GTK+ and Windows). It aims to provide more
4
convenient approach to editing catalogs than launching vi and editing the
4
convenient approach to editing catalogs than launching vi and editing the
5
file by hand. 
5
file by hand. 
(-)editors/poedit/pkg-plist (+3 lines)
Lines 9-14 Link Here
9
share/locale/ar/LC_MESSAGES/poedit.mo
9
share/locale/ar/LC_MESSAGES/poedit.mo
10
share/locale/ast/LC_MESSAGES/poedit.mo
10
share/locale/ast/LC_MESSAGES/poedit.mo
11
share/locale/be/LC_MESSAGES/poedit.mo
11
share/locale/be/LC_MESSAGES/poedit.mo
12
share/locale/be@latin/LC_MESSAGES/poedit.mo
12
share/locale/bg/LC_MESSAGES/poedit.mo
13
share/locale/bg/LC_MESSAGES/poedit.mo
13
share/locale/bn/LC_MESSAGES/poedit.mo
14
share/locale/bn/LC_MESSAGES/poedit.mo
14
share/locale/br/LC_MESSAGES/poedit.mo
15
share/locale/br/LC_MESSAGES/poedit.mo
Lines 152-157 Link Here
152
@dirrmtry share/locale/fur
153
@dirrmtry share/locale/fur
153
@dirrmtry share/locale/es_PR/LC_MESSAGES
154
@dirrmtry share/locale/es_PR/LC_MESSAGES
154
@dirrmtry share/locale/es_PR
155
@dirrmtry share/locale/es_PR
156
@dirrmtry share/locale/be@latin/LC_MESSAGES
157
@dirrmtry share/locale/be@latin
155
@dirrmtry share/locale/ast/LC_MESSAGES
158
@dirrmtry share/locale/ast/LC_MESSAGES
156
@dirrmtry share/locale/ast
159
@dirrmtry share/locale/ast
157
@dirrmtry share/locale/af_ZA/LC_MESSAGES
160
@dirrmtry share/locale/af_ZA/LC_MESSAGES

Return to bug 121615