From owner-svn-ports-all@freebsd.org Sat Oct 27 00:17:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5DF410CD85A; Sat, 27 Oct 2018 00:17:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7274071101; Sat, 27 Oct 2018 00:17:37 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DE5E2C0; Sat, 27 Oct 2018 00:17:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9R0HbIW091180; Sat, 27 Oct 2018 00:17:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9R0HbXq091179; Sat, 27 Oct 2018 00:17:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810270017.w9R0HbXq091179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Oct 2018 00:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483063 - head/irc/hexchat X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/irc/hexchat X-SVN-Commit-Revision: 483063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 00:17:37 -0000 Author: swills Date: Sat Oct 27 00:17:36 2018 New Revision: 483063 URL: https://svnweb.freebsd.org/changeset/ports/483063 Log: irc/hexchat: fix build with GCC-based architectures PR: 232728 Submitted by: Piotr Kubaj (maintainer) Modified: head/irc/hexchat/Makefile (contents, props changed) Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Sat Oct 27 00:12:27 2018 (r483062) +++ head/irc/hexchat/Makefile Sat Oct 27 00:17:36 2018 (r483063) @@ -19,8 +19,8 @@ LIB_DEPENDS= libproxy.so:net/libproxy \ libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes -USES= desktop-file-utils gettext-tools gnome libtool meson ninja \ - pkgconfig shebangfix ssl +USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ + libtool meson ninja pkgconfig shebangfix ssl USE_GNOME= cairo gtk20 intltool libxml2 USE_XORG= x11 USE_GITHUB= yes