From owner-svn-ports-head@freebsd.org Thu Aug 18 10:06:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0477BBE09E; Thu, 18 Aug 2016 10:06:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92838145E; Thu, 18 Aug 2016 10:06:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7IA6RJ6010650; Thu, 18 Aug 2016 10:06:27 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7IA6R5E010649; Thu, 18 Aug 2016 10:06:27 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201608181006.u7IA6R5E010649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 18 Aug 2016 10:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420395 - head/textproc/uim 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.22 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: Thu, 18 Aug 2016 10:06:28 -0000 Author: tcberner Date: Thu Aug 18 10:06:27 2016 New Revision: 420395 URL: https://svnweb.freebsd.org/changeset/ports/420395 Log: Switch to USES+= textproc/uim sets USES=foo bar however, this overrides the values set in child ports like textproc/uim-kde4 which will require a USES=kde:4 in the future. PR: 211558 Approved by: maintainer timeout (15 days), rakuco (mentor) Modified: head/textproc/uim/Makefile Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Thu Aug 18 10:05:06 2016 (r420394) +++ head/textproc/uim/Makefile Thu Aug 18 10:06:27 2016 (r420395) @@ -16,7 +16,7 @@ COMMENT?= Input method library USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool -USES= gettext gmake iconv libedit libtool pkgconfig perl5 tar:bzip2 +USES+= gettext gmake iconv libedit libtool pkgconfig perl5 tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes