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

(-)sylpheed/Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sylpheed
8
PORTNAME=	sylpheed
9
PORTVERSION=	0.8.10
9
PORTVERSION=	0.8.11
10
PORTREVISION=	0
10
PORTREVISION=	0
11
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
12
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
12
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
Lines 21-28 Link Here
21
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
22
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
23
23
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
25
		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
25
		LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib"
26
CONFIGURE_ARGS=	--enable-ipv6 --prefix=${PREFIX} --with-included-gettext \
26
CONFIGURE_ARGS=	--enable-ipv6 --prefix=${PREFIX} --with-included-gettext \
27
		--program-transform-name=''
27
		--program-transform-name=''
28
28
Lines 88-94 Link Here
88
88
89
post-patch:
89
post-patch:
90
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
90
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
91
		s|-lresolv||g' ${WRKSRC}/configure
91
		s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure
92
92
93
.if defined(NOPORTDOCS)
93
.if defined(NOPORTDOCS)
94
	@${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \
94
	@${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \
(-)sylpheed/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (sylpheed-0.8.10.tar.bz2) = 53f32890a0582e6697f3ed2b4294b536
1
MD5 (sylpheed-0.8.11.tar.bz2) = 3d28e785af86da23852225d8e1a66afe
(-)sylpheed/pkg-plist (+1 lines)
Lines 15-20 Link Here
15
share/locale/es/LC_MESSAGES/sylpheed.mo
15
share/locale/es/LC_MESSAGES/sylpheed.mo
16
share/locale/et/LC_MESSAGES/sylpheed.mo
16
share/locale/et/LC_MESSAGES/sylpheed.mo
17
share/locale/fr/LC_MESSAGES/sylpheed.mo
17
share/locale/fr/LC_MESSAGES/sylpheed.mo
18
share/locale/gl/LC_MESSAGES/sylpheed.mo
18
share/locale/hr/LC_MESSAGES/sylpheed.mo
19
share/locale/hr/LC_MESSAGES/sylpheed.mo
19
share/locale/hu/LC_MESSAGES/sylpheed.mo
20
share/locale/hu/LC_MESSAGES/sylpheed.mo
20
share/locale/it/LC_MESSAGES/sylpheed.mo
21
share/locale/it/LC_MESSAGES/sylpheed.mo

Return to bug 49021