diff options
-rw-r--r-- | archivers/bzip/Makefile | 1 | ||||
-rw-r--r-- | devel/terminality/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 | ||||
-rw-r--r-- | emulators/gngb/Makefile | 1 | ||||
-rw-r--r-- | games/ezquake/Makefile | 1 | ||||
-rw-r--r-- | games/fteqw/Makefile | 1 | ||||
-rw-r--r-- | games/koth/Makefile | 1 | ||||
-rw-r--r-- | games/sdlroids/Makefile | 1 | ||||
-rw-r--r-- | graphics/pqiv/Makefile | 1 | ||||
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 1 | ||||
-rw-r--r-- | lang/lafontaine/Makefile | 1 | ||||
-rw-r--r-- | mail/ifile/Makefile | 1 | ||||
-rw-r--r-- | mail/wmpop3/Makefile | 1 | ||||
-rw-r--r-- | math/spar/Makefile | 1 | ||||
-rw-r--r-- | multimedia/spook/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/weplab/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wmfire/Makefile | 1 |
18 files changed, 19 insertions, 0 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 6af8655a7c53..c0a7b525dffe 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -15,6 +15,7 @@ COMMENT= A block-sorting file compressor RESTRICTED= may be covered by patents MAN1= bzip.1 bunzip.1 +USE_CSTD= gnu89 PLIST_FILES= bin/bzip bin/bunzip diff --git a/devel/terminality/Makefile b/devel/terminality/Makefile index 0c610a1d65cf..ceed80fdb613 100644 --- a/devel/terminality/Makefile +++ b/devel/terminality/Makefile @@ -16,6 +16,8 @@ DISTNAME= tn-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A cross-platform terminal manipulation library +USE_CSTD= gnu89 + do-install: @${MKDIR} ${PREFIX}/include/tn ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/tn diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index ad1350cbe8a2..a104760a74ae 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -28,6 +28,7 @@ XEMACS_VER= 21.4.22 XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes +USE_CSTD= gnu89 WANT_GNOME= yes STRIP= USE_AUTOTOOLS= autoconf213 diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 44e19c10ad9c..c4bb2277b0c2 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -48,6 +48,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes USE_GETTEXT= yes +USE_CSTD= gnu89 USE_XORG= xpm xbitmaps xaw STRIP= USE_AUTOTOOLS= autoconf213 diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 3f8da3ad3488..f0943bbf5bbc 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -17,6 +17,7 @@ COMMENT= GameBoy(tm) emulator USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes +USE_CSTD= gnu89 PLIST_FILES= bin/gngb diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 19b367c8ca8b..33cf4f134252 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -29,6 +29,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ USE_DOS2UNIX= *.[ch] Makefile* USE_GMAKE= yes USE_TCL= yes +USE_CSTD= gnu89 MAKE_ENV= TCL_SUFX="${TCL_VER:S/.//}" .for v in TCL_INCLUDEDIR TCL_LIBDIR DATADIR MAKE_ENV+= ${v}="${${v}}" diff --git a/games/fteqw/Makefile b/games/fteqw/Makefile index fe29cf5f0e44..dba00e9ddfae 100644 --- a/games/fteqw/Makefile +++ b/games/fteqw/Makefile @@ -17,6 +17,7 @@ COMMENT= QuakeWorld client with cool features, but still compatible USE_DOS2UNIX= yes USE_GMAKE= yes +USE_CSTD= gnu89 NO_WRKSUBDIR= yes OPTIONS_MULTI= EXE diff --git a/games/koth/Makefile b/games/koth/Makefile index 788319134804..9dc2b121e3ae 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi USE_BZIP2= yes USE_GMAKE= yes +USE_CSTD= gnu89 PLIST_FILES= bin/kclever-ai bin/kmoron-ai bin/koth bin/koths MAN6= kclever-ai.6 kmoron-ai.6 koth.6 koths.6 diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index aac8e3008777..00db4ca0d658 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -18,6 +18,7 @@ USE_SDL= mixer sdl USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes +USE_CSTD= gnu89 MAN6= sdlroids.6 diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 4f022eb02ad8..2dfdaabe85ab 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -27,6 +27,7 @@ ANIMATIONS_DESC=Enable support for animations USE_BZIP2= yes USE_GNOME= gtk20 +USE_CSTD= gnu89 CFLAGS+= -DNO_INOTIFY -DBINARY_NAME=\"${PORTNAME}\" MAN1= pqiv.1 diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index ab2a19351e57..1f9bc5ea1e47 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -22,6 +22,7 @@ CONFLICTS= ja-ebview-0* USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_CSTD= gnu89 CONFIGURE_ARGS+=--with-eb-conf=${LOCALBASE}/etc/eb.conf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index df8184ac7eac..67051e0c7355 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 USE_GNOME= gnomehack gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_CSTD= gnu89 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 9b47a7385d99..9de6d5f4372f 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -15,6 +15,7 @@ COMMENT= An application of machine learning to e-mail filtering USE_GMAKE= yes GNU_CONFIGURE= yes +USE_CSTD= gnu89 MAN1= ifile.1 PLIST_FILES= bin/ifile diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile index 0f6d6dfa358c..6fc041a9b920 100644 --- a/mail/wmpop3/Makefile +++ b/mail/wmpop3/Makefile @@ -17,6 +17,7 @@ COMMENT= A POP3 mail check for the Window Maker dock WRKSRC= ${WRKDIR}/${DISTNAME:L}/wmpop3 +USE_CSTD= gnu89 USE_XORG= xpm ALL_TARGET= clean all diff --git a/math/spar/Makefile b/math/spar/Makefile index f49b5501464a..abd42ab9d917 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -17,6 +17,7 @@ COMMENT= A modular math parser USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +USE_CSTD= gnu89 USE_LDCONFIG= yes MAN1= spar.1 diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index d6a897158953..89bcecb6f15d 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -24,6 +24,7 @@ OPTIONS= \ USE_BZIP2= yes USE_GMAKE= yes +USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal automake diff --git a/net-mgmt/weplab/Makefile b/net-mgmt/weplab/Makefile index f31cb556cecb..efd3cbea1d6a 100644 --- a/net-mgmt/weplab/Makefile +++ b/net-mgmt/weplab/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= WepLab is a tool designed to teach how WEP works GNU_CONFIGURE= yes +USE_CSTD= gnu89 MAN1= weplab.1 PLIST_FILES= bin/weplab diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile index b1563f03bd2e..6c67fcc1e5ba 100644 --- a/sysutils/wmfire/Makefile +++ b/sysutils/wmfire/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop USE_GNOME= gtk20 GNU_CONFIGURE= yes +USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ |