summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-16 17:57:36 +0000
committerwiz <wiz>2010-01-16 17:57:36 +0000
commit61eff7ff9ee6b7cb83a3c5e0b9d61284be504e67 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /databases
parentd585e9f6ead960cd580c8941daf5d7fe1111162f (diff)
downloadpkgsrc-61eff7ff9ee6b7cb83a3c5e0b9d61284be504e67.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'databases')
-rw-r--r--databases/db4/Makefile6
-rw-r--r--databases/db46/Makefile6
-rw-r--r--databases/dbh/Makefile5
-rw-r--r--databases/libpqxx/Makefile5
-rw-r--r--databases/mysql4-client/Makefile.common5
-rw-r--r--databases/mysql5-client/Makefile.common4
6 files changed, 6 insertions, 25 deletions
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