From owner-svn-ports-head@FreeBSD.ORG Wed Jan 15 23:17:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C4F8E0D; Wed, 15 Jan 2014 23:17:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56ECD114C; Wed, 15 Jan 2014 23:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FNHWDJ076749; Wed, 15 Jan 2014 23:17:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FNHWoC076748; Wed, 15 Jan 2014 23:17:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401152317.s0FNHWoC076748@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 15 Jan 2014 23:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339853 - head/chinese/ibus-pinyin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2014 23:17:32 -0000 Author: bapt Date: Wed Jan 15 23:17:31 2014 New Revision: 339853 URL: http://svnweb.freebsd.org/changeset/ports/339853 QAT: https://qat.redports.org/buildarchive/r339853/ Log: Reduce over inclusion of bsd.port.mk Modified: head/chinese/ibus-pinyin/Makefile Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Wed Jan 15 23:16:59 2014 (r339852) +++ head/chinese/ibus-pinyin/Makefile Wed Jan 15 23:17:31 2014 (r339853) @@ -20,7 +20,7 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/tex USE_PYTHON= yes USE_GNOME= pygtk2 -USES= gmake pkgconfig +USES= gmake pkgconfig compiler:c++0x GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension @@ -32,12 +32,6 @@ ANDROID_DB_DESC= Build Android DB OPENPHRASE_DB_DESC= Build Open Phrase DB OPENCC_DESC= Use opencc -.include - -.if ${OSVERSION} < 1000024 -USE_GCC= yes -.endif - NO_STAGE= yes .include @@ -84,4 +78,4 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure -.include +.include