Date: Sat, 18 May 2019 09:51:18 +0000 (UTC) From: Stefan Esser <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501945 - head/math/gh-bc Message-ID: <201905180951.x4I9pIWx091447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Sat May 18 09:51:17 2019 New Revision: 501945 URL: https://svnweb.freebsd.org/changeset/ports/501945 Log: Remove requirement for a c11 compiler Modified: head/math/gh-bc/Makefile Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Sat May 18 09:48:20 2019 (r501944) +++ head/math/gh-bc/Makefile Sat May 18 09:51:17 2019 (r501945) @@ -2,6 +2,7 @@ PORTNAME= bc PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= gh- @@ -11,13 +12,13 @@ COMMENT= GNU compatible bc/dc calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= gavinhoward HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= -G +CFLAGS+= --std=c99 CONFLICTS_INSTALL= gnubc-[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905180951.x4I9pIWx091447>