From owner-svn-ports-head@freebsd.org Mon Jul 4 19:47:12 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 3E9CDB91F85; Mon, 4 Jul 2016 19:47:12 +0000 (UTC) (envelope-from cy@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 0F7332E6C; Mon, 4 Jul 2016 19:47:11 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u64JlBfD049408; Mon, 4 Jul 2016 19:47:11 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u64JlBvn049407; Mon, 4 Jul 2016 19:47:11 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607041947.u64JlBvn049407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 4 Jul 2016 19:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418053 - head/net/vnc 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: Mon, 04 Jul 2016 19:47:12 -0000 Author: cy Date: Mon Jul 4 19:47:11 2016 New Revision: 418053 URL: https://svnweb.freebsd.org/changeset/ports/418053 Log: Fix build. This port needs gcc 4.6 or earlier. Modified: head/net/vnc/Makefile Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Mon Jul 4 19:23:44 2016 (r418052) +++ head/net/vnc/Makefile Mon Jul 4 19:47:11 2016 (r418053) @@ -48,7 +48,7 @@ DISTFILES+= X430src-1.tgz:x \ X430src-3.tgz:x .if ${OSVERSION} > 1000054 -USE_GCC= yes +USE_GCC= 4.6 MAKE_ENV= IMAKECPP="${CPP}" MAKE_ARGS= AR='ar rc' .endif