From owner-svn-ports-all@freebsd.org Sun Jun 4 09:24:50 2017 Return-Path: Delivered-To: svn-ports-all@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 12CC6AFEC36; Sun, 4 Jun 2017 09:24:50 +0000 (UTC) (envelope-from dinoex@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 CA81C70391; Sun, 4 Jun 2017 09:24:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v549Om9C026216; Sun, 4 Jun 2017 09:24:48 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v549Om6b026215; Sun, 4 Jun 2017 09:24:48 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201706040924.v549Om6b026215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 4 Jun 2017 09:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442539 - head/german/unix-connect X-SVN-Group: ports-head 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.23 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: Sun, 04 Jun 2017 09:24:50 -0000 Author: dinoex Date: Sun Jun 4 09:24:48 2017 New Revision: 442539 URL: https://svnweb.freebsd.org/changeset/ports/442539 Log: - fix gperf on FreeBSD-11 Modified: head/german/unix-connect/Makefile Modified: head/german/unix-connect/Makefile ============================================================================== --- head/german/unix-connect/Makefile Sun Jun 4 09:01:15 2017 (r442538) +++ head/german/unix-connect/Makefile Sun Jun 4 09:24:48 2017 (r442539) @@ -17,7 +17,7 @@ LICENSE= GPLv2 BSD3CLAUSE MANUAL_PACKAGE_BUILD= needs hostname -USES= fakeroot +USES= fakeroot gperf WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes