Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 02:57:34 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/188867: net-im/gloox: Update to version 1.0.10
Message-ID:  <20140422025734.a0444737a27eb79f7e94d39b@yahoo.com>
Resent-Message-ID: <201404211810.s3LIA4rb023526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188867
>Category:       ports
>Synopsis:       net-im/gloox: Update to version 1.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 18:10:04 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.10

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net-im/gloox/Makefile net-im/gloox/Makefile
--- /usr/ports/net-im/gloox/Makefile	2014-02-20 21:33:33.000000000 +0900
+++ net-im/gloox/Makefile	2014-04-22 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/net-im/gloox/Makefile 345163 2014-02-19 23:30:13Z danilo $
 
 PORTNAME=	gloox
-PORTVERSION=	1.0.9
+PORTVERSION=	1.0.10
 CATEGORIES=	net-im
 MASTER_SITES=	http://camaya.net/download/
 
@@ -14,23 +14,18 @@
 LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn \
 		libgnutls.so:${PORTSDIR}/security/gnutls
 
-USE_BZIP2=	yes
-USES=		compiler:c++11-lang libtool pathfix pkgconfig
-USE_LDCONFIG=	yes
+USES=		libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900033
-USE_BINUTILS=	yes
-LDFLAGS+=	-B${LOCALBASE}/bin
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
-		's|-lgcrypt||' ${WRKSRC}/configure
+		's| -ansi|| ; \
+		 s| -lgcrypt||' ${WRKSRC}/configure
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+		's| -pedantic||'
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/net-im/gloox/distinfo net-im/gloox/distinfo
--- /usr/ports/net-im/gloox/distinfo	2014-02-20 21:33:33.000000000 +0900
+++ net-im/gloox/distinfo	2014-04-22 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (gloox-1.0.9.tar.bz2) = 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e
-SIZE (gloox-1.0.9.tar.bz2) = 670206
+SHA256 (gloox-1.0.10.tar.bz2) = 300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3
+SIZE (gloox-1.0.10.tar.bz2) = 670288
diff -urN /usr/ports/net-im/gloox/pkg-plist net-im/gloox/pkg-plist
--- /usr/ports/net-im/gloox/pkg-plist	2014-02-20 21:33:33.000000000 +0900
+++ net-im/gloox/pkg-plist	2014-04-22 00:00:00.000000000 +0900
@@ -70,7 +70,6 @@
 include/gloox/jinglesession.h
 include/gloox/jinglesessionhandler.h
 include/gloox/jinglesessionmanager.h
-include/gloox/jingletransport.h
 include/gloox/lastactivity.h
 include/gloox/lastactivityhandler.h
 include/gloox/linklocal.h
@@ -150,7 +149,7 @@
 lib/libgloox.a
 lib/libgloox.la
 lib/libgloox.so
-lib/libgloox.so.11
-lib/libgloox.so.11.0.0
+lib/libgloox.so.12
+lib/libgloox.so.12.0.0
 libdata/pkgconfig/gloox.pc
 @dirrm include/gloox
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140422025734.a0444737a27eb79f7e94d39b>