From owner-svn-ports-head@freebsd.org Sun Feb 5 12:34:07 2017 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 E9BDCCD18C2; Sun, 5 Feb 2017 12:34:07 +0000 (UTC) (envelope-from jbeich@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 B3DCB1475; Sun, 5 Feb 2017 12:34:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v15CY6e6064047; Sun, 5 Feb 2017 12:34:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15CY6Nl064046; Sun, 5 Feb 2017 12:34:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702051234.v15CY6Nl064046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 5 Feb 2017 12:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433397 - head/lang/hugs 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.23 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: Sun, 05 Feb 2017 12:34:08 -0000 Author: jbeich Date: Sun Feb 5 12:34:06 2017 New Revision: 433397 URL: https://svnweb.freebsd.org/changeset/ports/433397 Log: lang/hugs: unbreak with gcc5 or later /tmp/ccbhQWJd.o: In function `__hscore_get_errno': PrelIOUtils.c:(.text+0x0): multiple definition of `__hscore_get_errno' /tmp/ccbhQWJd.o: In function `__hscore_s_isreg': PrelIOUtils.c:(.text+0x40): multiple definition of `__hscore_s_isreg' /tmp/ccH45HdH.o:Ptr.c:(.text+0x180): first defined here /tmp/ccbhQWJd.o: In function `__hscore_s_isdir': PrelIOUtils.c:(.text+0x60): multiple definition of `__hscore_s_isdir' /tmp/ccH45HdH.o:Ptr.c:(.text+0x1a0): first defined here /tmp/ccbhQWJd.o: In function `__hscore_s_isfifo': PrelIOUtils.c:(.text+0x80): multiple definition of `__hscore_s_isfifo' [...] PR: 216707 Reported by: antoine (via exp-run) Modified: head/lang/hugs/Makefile (contents, props changed) Modified: head/lang/hugs/Makefile ============================================================================== --- head/lang/hugs/Makefile Sun Feb 5 11:14:46 2017 (r433396) +++ head/lang/hugs/Makefile Sun Feb 5 12:34:06 2017 (r433397) @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} HUGS_DATE= Sep2006 USES= bison gmake openal:al,alut +USE_CSTD= gnu89 USE_GCC= yes GNU_CONFIGURE= yes