svn commit: r357314 - head/irc/bitchx
John Marino
marino at FreeBSD.org
Tue Jun 10 14:26:35 UTC 2014
Author: marino
Date: Tue Jun 10 14:26:34 2014
New Revision: 357314
URL: http://svnweb.freebsd.org/changeset/ports/357314
QAT: https://qat.redports.org/buildarchive/r357314/
Log:
irc/bitchx: Requires build by GCC to avoid segfault
PR: 186425
Submitted by: Edwin
Approved by: maintainer (Dan Mashal)
Modified:
head/irc/bitchx/Makefile
Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile Tue Jun 10 14:00:17 2014 (r357313)
+++ head/irc/bitchx/Makefile Tue Jun 10 14:26:34 2014 (r357314)
@@ -3,6 +3,7 @@
PORTNAME= BitchX
DISTVERSION= 1.2-final
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES+= irc
MASTER_SITES= http://bitchx.ca/
@@ -14,6 +15,7 @@ COMMENT?= Feature-rich scriptable IRC cl
WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,}
USES= gmake perl5
+USE_GCC= yes # PR: 186425
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \
--bindir="${PREFIX}/bin" \
More information about the svn-ports-all
mailing list