diff options
-rw-r--r-- | audio/volumeicon/Makefile | 3 | ||||
-rw-r--r-- | games/xroach/Makefile | 1 | ||||
-rw-r--r-- | graphics/gauche-gl/Makefile | 1 | ||||
-rw-r--r-- | lang/opencoarrays/Makefile | 1 | ||||
-rw-r--r-- | net-im/prosody/Makefile | 3 | ||||
-rw-r--r-- | net-im/toxins/Makefile | 1 | ||||
-rw-r--r-- | net/bird2/Makefile | 3 | ||||
-rw-r--r-- | sysutils/mtm/Makefile | 1 | ||||
-rw-r--r-- | textproc/uncle/Makefile | 3 | ||||
-rw-r--r-- | www/p5-HTML5-DOM/Makefile | 1 |
10 files changed, 10 insertions, 8 deletions
diff --git a/audio/volumeicon/Makefile b/audio/volumeicon/Makefile index c56514d36fc4..200f70273705 100644 --- a/audio/volumeicon/Makefile +++ b/audio/volumeicon/Makefile @@ -10,8 +10,6 @@ COMMENT= Lightweight volume control for the systray LICENSE= GPLv3 -BROKEN_powerpc64= fails to build: oss3_backend.c:80: 'for' loop initial declaration used outside C99 mode - GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss=v3 \ --with-oss-include-path=/usr/include/sys @@ -21,6 +19,7 @@ LIBS+= -L${LOCALBASE}/lib USES= autoreconf gmake gettext pkgconfig USE_GNOME= gtk30 intltool cairo gdkpixbuf2 USE_XORG= x11 +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= Maato diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 51b11df34688..c7f36505dacf 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -23,6 +23,7 @@ BINMODE= 755 USES= imake USE_XORG= x11 xext +USE_CSTD= gnu99 PLIST_FILES= bin/xroach man/man6/xroach.6.gz do-install: diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index edbadec67878..216f01b89111 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= gosh:lang/gauche RUN_DEPENDS= gosh:lang/gauche USES= localbase makeinfo tar:tgz +USE_CSTD= gnu99 USE_XORG= ice sm x11 xext xmu xi USE_GL= gl glu glut GNU_CONFIGURE= yes diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index dc4c20d258af..1247af36b491 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= cmake:outsource fortran +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= sourceryinstitute GH_PROJECT= OpenCoarrays diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 332896512538..075b3f2fc0b1 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -13,8 +13,6 @@ COMMENT= Simple extensible XMPP server written in Lua LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: table.c:14: 'for' loop initial declaration used outside C99 mode - RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \ @@ -23,6 +21,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ LIB_DEPENDS= libidn.so:dns/libidn USES= cpe gmake lua:51 shebangfix ssl +USE_CSTD= c99 SHEBANG_FILES= prosody prosodyctl LUA_PREMK= yes HAS_CONFIGURE= yes diff --git a/net-im/toxins/Makefile b/net-im/toxins/Makefile index 958d6d6df652..8ee5c0ea646b 100644 --- a/net-im/toxins/Makefile +++ b/net-im/toxins/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium \ libtoxcore.so:net-im/tox USES= gmake pkgconfig +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= TokTok GH_TAGNAME= f76a7bd diff --git a/net/bird2/Makefile b/net/bird2/Makefile index 78d9aaeb67d9..9055d1edd45b 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -13,14 +13,13 @@ COMMENT= Dynamic IP routing daemon LICENSE= GPLv2 -BROKEN_powerpc64= fails to compile: ./lib/ip.h:337: 'for' loop initial declaration used outside C99 mode - LIB_DEPENDS= libssh.so:security/libssh CONFLICTS= bird-[0-9]* CONFLICTS+= bird6-[0-9]* USES= bison gmake ncurses readline +USE_CSTD= gnu99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var USE_RC_SUBR= bird diff --git a/sysutils/mtm/Makefile b/sysutils/mtm/Makefile index e5c8812bb328..fda3b05475f7 100644 --- a/sysutils/mtm/Makefile +++ b/sysutils/mtm/Makefile @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/README.rst USES= ncurses +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= deadpixi GH_TAGNAME= b861104 diff --git a/textproc/uncle/Makefile b/textproc/uncle/Makefile index f680a463839e..c5598ca183c9 100644 --- a/textproc/uncle/Makefile +++ b/textproc/uncle/Makefile @@ -12,8 +12,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libucl.so:textproc/libucl -BROKEN_powerpc64= fails to compile: uncle.c: 'for' loop initial declaration used outside C99 mode - +USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= MagikBSD diff --git a/www/p5-HTML5-DOM/Makefile b/www/p5-HTML5-DOM/Makefile index 507199a3af02..16b128d43579 100644 --- a/www/p5-HTML5-DOM/Makefile +++ b/www/p5-HTML5-DOM/Makefile @@ -13,6 +13,7 @@ COMMENT= Super fast html5 DOM library with css selectors LICENSE= MIT USES= perl5 +USE_CSTD= gnu99 USE_PERL5= configure .include <bsd.port.mk> |