svn commit: r336968 - head/chinese/ibus-pinyin

Xin LI delphij at FreeBSD.org
Fri Dec 20 00:12:11 UTC 2013


Author: delphij
Date: Fri Dec 20 00:12:10 2013
New Revision: 336968
URL: http://svnweb.freebsd.org/changeset/ports/336968

Log:
  Don't use USE_GCC.  The C++ runtime would conflict with
  other libraries when base system uses clang, making the
  package useless.
  
  Discussed with:	maintainer

Modified:
  head/chinese/ibus-pinyin/Makefile

Modified: head/chinese/ibus-pinyin/Makefile
==============================================================================
--- head/chinese/ibus-pinyin/Makefile	Thu Dec 19 22:45:34 2013	(r336967)
+++ head/chinese/ibus-pinyin/Makefile	Fri Dec 20 00:12:10 2013	(r336968)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ibus-pinyin
 PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	chinese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=		${DISTNAME}${EXTRACT_SUFX}
@@ -20,7 +20,6 @@ RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/tex
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2
 
-USE_GCC=	yes
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking --disable-lua-extension


More information about the svn-ports-head mailing list