diff options
-rw-r--r-- | audio/faad2/Makefile | 4 | ||||
-rw-r--r-- | audio/libid3tag/Makefile | 5 | ||||
-rw-r--r-- | audio/libmad/Makefile | 5 | ||||
-rw-r--r-- | audio/madplay/Makefile | 5 | ||||
-rw-r--r-- | audio/speex/Makefile | 5 | ||||
-rw-r--r-- | chat/irssi/Makefile | 5 | ||||
-rw-r--r-- | databases/db4/Makefile | 6 | ||||
-rw-r--r-- | databases/db46/Makefile | 6 | ||||
-rw-r--r-- | databases/dbh/Makefile | 5 | ||||
-rw-r--r-- | databases/libpqxx/Makefile | 5 | ||||
-rw-r--r-- | databases/mysql4-client/Makefile.common | 5 | ||||
-rw-r--r-- | databases/mysql5-client/Makefile.common | 4 | ||||
-rw-r--r-- | devel/silc-toolkit/Makefile | 6 | ||||
-rw-r--r-- | devel/ucl/Makefile | 5 | ||||
-rw-r--r-- | graphics/lcms/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot/hacks.mk | 9 | ||||
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/libIDL/Makefile | 5 | ||||
-rw-r--r-- | security/gpgme/Makefile | 5 | ||||
-rw-r--r-- | www/tinyproxy/Makefile | 5 | ||||
-rw-r--r-- | x11/lesstif/Makefile | 5 | ||||
-rw-r--r-- | x11/xosd/Makefile.common | 5 |
22 files changed, 21 insertions, 93 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index 53561101910..681132f2dba 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2009/08/11 11:16:37 drochner Exp $ +# $NetBSD: Makefile,v 1.46 2010/01/16 17:57:36 wiz Exp $ DISTNAME= faad2-2.7 PKGREVISION= 1 @@ -24,8 +24,6 @@ AUTOCONF_REQD= 2.50 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --includedir=${PREFIX}/include/faad2 -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} LIBS+= -lm diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 6722f5dc150..8ee733bd777 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/05/20 13:31:39 simonb Exp $ +# $NetBSD: Makefile,v 1.23 2010/01/16 17:57:37 wiz Exp $ # DISTNAME= libid3tag-0.15.1b @@ -19,9 +19,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= pkg-config -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - INSTALLATION_DIRS= lib/pkgconfig post-build: diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index 84a8f498fbb..c9fa5983478 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/06/08 18:34:38 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/01/16 17:57:37 wiz Exp $ # DISTNAME= libmad-0.15.1b @@ -19,9 +19,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= pkg-config -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - INSTALLATION_DIRS= lib/pkgconfig post-build: diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index e8730b2ebdf..3778c7819db 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/07/14 12:55:57 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2010/01/16 17:57:37 wiz Exp $ # DISTNAME= madplay-0.15.2b @@ -17,9 +17,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= msgfmt -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - .include "options.mk" .include "../../audio/libid3tag/buildlink3.mk" diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 8487763801c..e820aa93f6c 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/12/07 00:01:54 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2010/01/16 17:57:37 wiz Exp $ # DISTNAME= speex-1.2rc1 @@ -23,9 +23,6 @@ CONFLICTS= Speex-[0-9]* CONFIGURE_ARGS+= --with-ogg-dir=${BUILDLINK_PREFIX.libogg:Q} -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - BUILDLINK_TRANSFORM+= l:gnugetopt:getopt .include "options.mk" diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 5b8331dea4a..fa3b50cf32b 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2009/07/30 21:58:15 adrianp Exp $ +# $NetBSD: Makefile,v 1.54 2010/01/16 17:57:37 wiz Exp $ DISTNAME= ${IRSSI_DISTNAME} CATEGORIES= chat @@ -24,9 +24,6 @@ CONFIGURE_ARGS+= --with-terminfo \ --without-ncurses \ --sysconfdir=${PKG_SYSCONFDIR} -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - EGDIR= ${PREFIX}/share/examples/irssi CONF_FILES= ${EGDIR}/irssi.conf ${PKG_SYSCONFDIR}/irssi.conf diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 23d0cfc70a7..c85d57365c2 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2009/01/21 15:44:32 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2010/01/16 17:57:37 wiz Exp $ # # NOTE: # When updating this package, a change in the minor (4.n -> 4.(n+1)) @@ -36,10 +36,6 @@ CONFIGURE_ARGS+= --enable-compat185 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db4 CONFIGURE_ARGS+= --program-transform-name=s,db_,db4_, -# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not -# needed for this package the following does no harm on other platform. -CONFIGURE_ENV+= F77=${FALSE:Q} - # Along with a hack in patch-ab, this forces shlib detection via # the pkgsrc-supplied libtool only. CONFIGURE_ENV+= LIBTOOL_PROG=${LIBTOOL:Q}\ ${LIBTOOL_FLAGS:Q} diff --git a/databases/db46/Makefile b/databases/db46/Makefile index e8d95df3981..32b1234f299 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2008/09/09 22:23:32 tron Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/16 17:57:37 wiz Exp $ DISTNAME= db-4.6.21 PKGNAME= ${DISTNAME:S/db/db46/} @@ -26,10 +26,6 @@ CONFIGURE_ARGS+= --enable-compat185 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db46 CONFIGURE_ARGS+= --program-transform-name=s,db_,db46_, -# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not -# needed for this package the following does no harm on other platform. -CONFIGURE_ENV+= F77=${FALSE:Q} - # Along with a hack in patch-ab, this forces shlib detection via # the pkgsrc-supplied libtool only. CONFIGURE_ENV+= LIBTOOL_PROG=${LIBTOOL:Q}\ ${LIBTOOL_FLAGS:Q} diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index 1ecff7391ec..e3c92f7c6f2 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:08 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/16 17:57:37 wiz Exp $ DISTNAME= dbh-1.0.24 CATEGORIES= databases @@ -12,9 +12,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 998a69012dc..21e3ef8ad73 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/07/14 12:56:01 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2010/01/16 17:57:37 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -22,8 +22,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-thread-safety .endif -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index ef2182503bc..10f4622ba78 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2008/05/25 21:42:20 joerg Exp $ +# $NetBSD: Makefile.common,v 1.67 2010/01/16 17:57:37 wiz Exp $ # # used by databases/mysql4-server/Makefile @@ -73,9 +73,6 @@ CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q} CONFIGURE_ARGS+= --enable-assembler .endif -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - CPPFLAGS+= -Dunix CFLAGS+= -DUSE_OLD_FUNCTIONS # 3.23.x compat diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common index 085cdfa817a..69d6d744a1b 100644 --- a/databases/mysql5-client/Makefile.common +++ b/databases/mysql5-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2009/11/26 16:33:29 tron Exp $ +# $NetBSD: Makefile.common,v 1.37 2010/01/16 17:57:37 wiz Exp $ # # used by databases/mysql5-client/Makefile # used by databases/mysql5-server/Makefile @@ -75,8 +75,6 @@ CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q} CONFIGURE_ARGS+= --enable-assembler .endif -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} CONFIGURE_ENV+= mysql_cv_compress="yes" CPPFLAGS+= -Dunix diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile index dc33738300a..daf79abeba5 100644 --- a/devel/silc-toolkit/Makefile +++ b/devel/silc-toolkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:14 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2010/01/16 17:57:37 wiz Exp $ # DISTNAME= silc-toolkit-0.9.13 @@ -33,10 +33,6 @@ CONFIGURE_ARGS+= --without-irssi CONFIGURE_ARGS+= --without-silcd CONFIGURE_ARGS+= --without-libtoolfix -# XXX: Avoid an ICE in gcc2 on sparc64 -# -CONFIGURE_ENV+= F77=${FALSE:Q} - # lib/silcclient/client_attrs.c causes an ICE with xlc on Darwin. NOT_FOR_COMPILER+= xlc diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile index 9798d6ffe13..9db7a62b1ad 100644 --- a/devel/ucl/Makefile +++ b/devel/ucl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/06/17 15:15:09 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/16 17:57:38 wiz Exp $ # DISTNAME= ucl-1.03 @@ -16,9 +16,6 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-shared=yes -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - # Avoid path to build directory in example Makefile SUBST_CLASSES+= example SUBST_STAGE.example= post-patch diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 6f2bd6e0a40..d99d57caee4 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/08/26 19:57:45 sno Exp $ +# $NetBSD: Makefile,v 1.33 2010/01/16 17:57:38 wiz Exp $ DISTNAME= lcms-1.18a # 1.18a is a bugfix semi-release after 1.18, and it's just 1.18 with a @@ -29,9 +29,6 @@ TEST_TARGET= check # if present. Therefore, we don't enjoin lcms from finding zlib, but # don't include it via bl3. -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - PKGCONFIG_OVERRIDE= lcms.pc.in INSTALLATION_DIRS+= share/doc/lcms diff --git a/mail/dovecot/hacks.mk b/mail/dovecot/hacks.mk deleted file mode 100644 index f1b33e17c14..00000000000 --- a/mail/dovecot/hacks.mk +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: hacks.mk,v 1.3 2008/06/22 17:41:23 ghen Exp $ - -.include "../../mk/compiler.mk" - -# Avoid an ICE in gcc2 on sparc64 -.if !empty(CC_VERSION:Mgcc-*) -PKG_HACKS+= sparc64-gcc2-ice -CONFIGURE_ENV+= F77=${FALSE:Q} -.endif diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 131532bb2a2..6cad7e5cdad 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2009/12/01 07:46:48 joerg Exp $ +# $NetBSD: Makefile,v 1.91 2010/01/16 17:57:38 wiz Exp $ DISTNAME= lftp-4.0.1 PKGREVISION= 1 @@ -34,8 +34,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-modules -CONFIGURE_ENV+= F77=${FALSE:Q} - LDFLAGS.Darwin+= -flat_namespace .if ${OPSYS} == "Darwin" diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 4ce60ccc47f..54069e7b8a3 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2009/03/19 11:29:17 drochner Exp $ +# $NetBSD: Makefile,v 1.50 2010/01/16 17:57:38 wiz Exp $ DISTNAME= libIDL-0.8.13 CATEGORIES= net gnome @@ -25,9 +25,6 @@ OPSYSVARS+= CONFIGURE_ENV CONFIGURE_ENV.SunOS+= CPP=/usr/lib/cpp .endif -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - TEST_TARGET= check .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 2f5953686e2..af7b7724bab 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2009/12/15 20:17:33 drochner Exp $ +# $NetBSD: Makefile,v 1.61 2010/01/16 17:57:38 wiz Exp $ # DISTNAME= gpgme-1.1.8 @@ -33,9 +33,6 @@ SUBST_STAGE.pthread= post-patch LIBS.SunOS+= -lnsl -lsocket -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - # getenv_r is not detected correctly. It will be found # in either base system or librfuncs CONFIGURE_ENV+= ac_cv_func_getenv_r=yes diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index db75e782885..4a971a98814 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/07/07 18:50:54 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2010/01/16 17:57:38 wiz Exp $ # DISTNAME= tinyproxy-1.6.2 @@ -33,9 +33,6 @@ FILES_SUBST+= TINYPROXY_GROUP=${TINYPROXY_GROUP:Q} CONFIGURE_ARGS+= --with-config=${PKG_SYSCONFDIR}/tinyproxy.conf CONFIGURE_ARGS+= --enable-transparent-proxy -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - .include "options.mk" EGDIR= ${PREFIX}/share/examples/tinyproxy diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index d62cc105d75..c561ec663b1 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2010/01/16 09:15:25 adam Exp $ +# $NetBSD: Makefile,v 1.96 2010/01/16 17:57:38 wiz Exp $ DISTNAME= lesstif-0.95.2 CATEGORIES= x11 @@ -28,9 +28,6 @@ CONFIGURE_ARGS+= --enable-xdnd CONFIGURE_ENV+= LYNX_CMD=${WRKDIR}/nonexecutable CONFIGURE_ENV+= LINKS_CMD=${WRKDIR}/nonexecutable -# Work around an ICE on sparc64-1.6 -CONFIGURE_ENV+= F77=${FALSE:Q} - DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL FILES_SUBST+= LOCALBASE=${LOCALBASE:Q} diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 54dba218573..75a45ce2bd4 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2009/02/03 19:59:41 shattered Exp $ +# $NetBSD: Makefile.common,v 1.25 2010/01/16 17:57:38 wiz Exp $ # # used by x11/xmms-osd/Makefile @@ -17,9 +17,6 @@ USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static -# Avoid an ICE on sparc64 with gcc2 -CONFIGURE_ENV+= F77=${FALSE:Q} - SUBST_CLASSES+= fixme SUBST_STAGE.fixme= post-patch SUBST_FILES.fixme= configure |