svn commit: r431039 - head/news/pan
Koop Mast
kwm at FreeBSD.org
Mon Jan 9 22:21:31 UTC 2017
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}
More information about the svn-ports-all
mailing list