Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2017 13:32:58 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431179 - branches/2017Q1/news/pan
Message-ID:  <201701111332.v0BDWwvA086947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Jan 11 13:32:58 2017
New Revision: 431179
URL: https://svnweb.freebsd.org/changeset/ports/431179

Log:
  MFH: r431039
  
  Drop USE_GCC, this fixed a segfault crash when starting the program.
  
  PR:		199303
  
  Approved by:	ports-secteam (feld@)

Modified:
  branches/2017Q1/news/pan/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/news/pan/Makefile
==============================================================================
--- branches/2017Q1/news/pan/Makefile	Wed Jan 11 13:30:16 2017	(r431178)
+++ branches/2017Q1/news/pan/Makefile	Wed Jan 11 13:32:58 2017	(r431179)
@@ -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}
 CONFIGURE_ENV+=	ZLIB_CFLAGS="-I/usr/include" \



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