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

Collapse All | Expand All

(-)net-im/gloox/Makefile (-14 / +10 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/net-im/gloox/Makefile 351936 2014-04-23 13:25:16Z tijl $
2
# $FreeBSD: head/net-im/gloox/Makefile 351936 2014-04-23 13:25:16Z tijl $
3
3
4
PORTNAME=	gloox
4
PORTNAME=	gloox
5
PORTVERSION=	1.0.9
5
PORTVERSION=	1.0.10
6
PORTREVISION=	1
7
CATEGORIES=	net-im
6
CATEGORIES=	net-im
8
MASTER_SITES=	http://camaya.net/download/
7
MASTER_SITES=	http://camaya.net/download/
9
8
Lines 15-37 Link Here
15
LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn \
14
LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn \
16
		libgnutls.so:${PORTSDIR}/security/gnutls
15
		libgnutls.so:${PORTSDIR}/security/gnutls
17
16
18
USES=		compiler:c++11-lang libtool:keepla pathfix pkgconfig
17
USES=		libtool pathfix pkgconfig tar:bzip2
19
USE_BZIP2=	yes
20
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
20
USE_LDCONFIG=	yes
22
21
23
CPPFLAGS+=	-I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
25
24
26
.include <bsd.port.pre.mk>
27
28
.if ${OSVERSION} < 900033
29
USE_BINUTILS=	yes
30
LDFLAGS+=	-B${LOCALBASE}/bin
31
.endif
32
33
post-patch:
25
post-patch:
34
	@${REINPLACE_CMD} -e \
26
	@${REINPLACE_CMD} -e \
35
		's|-lgcrypt||' ${WRKSRC}/configure
27
		's| -ansi|| ; \
28
		 s| -lgcrypt||' ${WRKSRC}/configure
29
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
30
		's| -pedantic|| ; \
31
		 s| -pipe||'
36
32
37
.include <bsd.port.post.mk>
33
.include <bsd.port.mk>
(-)net-im/gloox/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gloox-1.0.9.tar.bz2) = 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e
1
SHA256 (gloox-1.0.10.tar.bz2) = 300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3
2
SIZE (gloox-1.0.9.tar.bz2) = 670206
2
SIZE (gloox-1.0.10.tar.bz2) = 670288
(-)net-im/gloox/pkg-plist (-4 / +2 lines)
Lines 70-76 Link Here
70
include/gloox/jinglesession.h
70
include/gloox/jinglesession.h
71
include/gloox/jinglesessionhandler.h
71
include/gloox/jinglesessionhandler.h
72
include/gloox/jinglesessionmanager.h
72
include/gloox/jinglesessionmanager.h
73
include/gloox/jingletransport.h
74
include/gloox/lastactivity.h
73
include/gloox/lastactivity.h
75
include/gloox/lastactivityhandler.h
74
include/gloox/lastactivityhandler.h
76
include/gloox/linklocal.h
75
include/gloox/linklocal.h
Lines 148-156 Link Here
148
include/gloox/vcardupdate.h
147
include/gloox/vcardupdate.h
149
include/gloox/xhtmlim.h
148
include/gloox/xhtmlim.h
150
lib/libgloox.a
149
lib/libgloox.a
151
lib/libgloox.la
152
lib/libgloox.so
150
lib/libgloox.so
153
lib/libgloox.so.11
151
lib/libgloox.so.12
154
lib/libgloox.so.11.0.0
152
lib/libgloox.so.12.0.0
155
libdata/pkgconfig/gloox.pc
153
libdata/pkgconfig/gloox.pc
156
@dirrm include/gloox
154
@dirrm include/gloox

Return to bug 187760