Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2015 10:21:33 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397484 - head/net-im/mcabber
Message-ID:  <201509211021.t8LALXhm050849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Mon Sep 21 10:21:32 2015
New Revision: 397484
URL: https://svnweb.freebsd.org/changeset/ports/397484

Log:
  Unbreak window resizing.
  
  PR:		189676
  Submitted by:	sg2342@googlemail.com

Modified:
  head/net-im/mcabber/Makefile

Modified: head/net-im/mcabber/Makefile
==============================================================================
--- head/net-im/mcabber/Makefile	Mon Sep 21 10:20:13 2015	(r397483)
+++ head/net-im/mcabber/Makefile	Mon Sep 21 10:21:32 2015	(r397484)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mcabber
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/
 
@@ -17,7 +18,7 @@ LIB_DEPENDS=	libloudmouth-1.so:${PORTSDI
 USES=		gettext iconv libtool ncurses pathfix pkgconfig tar:bzip2
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-hgcset --enable-sigwinch
+CONFIGURE_ARGS=	--disable-hgcset
 INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include



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