svn commit: r431179 - branches/2017Q1/news/pan

Koop Mast kwm at FreeBSD.org
Wed Jan 11 13:32:59 UTC 2017


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" \


More information about the svn-ports-all mailing list