Bug 188867 - net-im/gloox: Update to version 1.0.10
Summary: net-im/gloox: Update to version 1.0.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-21 19:10 UTC by tkato432
Modified: 2014-05-18 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.27 KB, patch)
2014-04-21 19:10 UTC, tkato432
no flags Details | Diff
net-im_gloox.diff (1.12 KB, patch)
2014-04-23 19:28 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-04-21 19:10:04 UTC
- Update to version 1.0.10
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-21 19:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 tkato432 2014-04-23 19:28:55 UTC
Remake of the patch against current tree.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-18 07:34:42 UTC
Author: miwi
Date: Sun May 18 06:34:39 2014
New Revision: 354395
URL: http://svnweb.freebsd.org/changeset/ports/354395
QAT: https://qat.redports.org/buildarchive/r354395/

Log:
  - Update to 1.0.10
  
  PR:		188867
  Submitted by:	Ports Fury

Modified:
  head/net-im/gloox/Makefile

Modified: head/net-im/gloox/Makefile
==============================================================================
--- head/net-im/gloox/Makefile	Sun May 18 06:33:34 2014	(r354394)
+++ head/net-im/gloox/Makefile	Sun May 18 06:34:39 2014	(r354395)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gloox
 PORTVERSION=	1.0.10
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://camaya.net/download/
 
@@ -14,22 +15,20 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn \
 		libgnutls.so:${PORTSDIR}/security/gnutls
 
-USES=		compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2
-USE_LDCONFIG=	yes
+USES=		libtool:keepla pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+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|| ; \
+		 s| -pipe||'
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2014-05-18 07:34:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!