Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 22:21:30 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431039 - head/news/pan
Message-ID:  <201701092221.v09MLUKm020268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Jan  9 22:21:30 2017
New Revision: 431039
URL: https://svnweb.freebsd.org/changeset/ports/431039

Log:
  Drop USE_GCC, this fixed a segfault crash when starting the program.
  
  PR:		199303
  MFH:		2017Q1

Modified:
  head/news/pan/Makefile

Modified: head/news/pan/Makefile
==============================================================================
--- head/news/pan/Makefile	Mon Jan  9 22:17:48 2017	(r431038)
+++ head/news/pan/Makefile	Mon Jan  9 22:21:30 2017	(r431039)
@@ -4,7 +4,7 @@
 
 PORTNAME=	pan
 PORTVERSION=	0.140
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	news gnome
 MASTER_SITES=	http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/
 DIST_SUBDIR=	gnome2
@@ -19,7 +19,6 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 
 USES=		gmake iconv localbase pathfix pkgconfig tar:bzip2
 USE_GNOME=	intlhack
-USE_GCC=	any
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-lgnuregex ${ICONV_LIB}
 



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