diff options
author | bad <bad@pkgsrc.org> | 2015-05-14 15:28:04 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2015-05-14 15:28:04 +0000 |
commit | 03483a67a92d2c7a1287c8b237e1b9c7c037a157 (patch) | |
tree | 0968853f078407d76301ff0c0892efd7aa6069f3 /www | |
parent | 6e149a77d9e1a46f0db4f8b71550c0df3c218703 (diff) | |
download | pkgsrc-03483a67a92d2c7a1287c8b237e1b9c7c037a157.tar.gz |
GCC 4.6 doesn't cut the mustard anymore. Require 4.8 as that is the best
supported version on NetBSD. PKGREVISION++
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e897449d028..482cebb918c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.211 2015/05/12 22:48:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.212 2015/05/14 15:28:04 bad Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 38.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index cc6c56fb3ca..3833ac92862 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.53 2015/04/12 09:02:39 martin Exp $ +# $NetBSD: mozilla-common.mk,v 1.54 2015/05/14 15:28:04 bad Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -21,7 +21,7 @@ TOOLS_PLATFORM.tar= ${TOOLS_PREFIX.bsdtar}/bin/bsdtar USE_TOOLS+= bsdtar .endif # GCC 4.6 is required to support nullptr. -GCC_REQD+= 4.6 +GCC_REQD+= 4.8 .if ${MACHINE_ARCH} == "i386" # Fix for PR pkg/48152. CPPFLAGS+= -march=i486 diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index c0e4eb48cb0..7dce5e46a9f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.130 2015/04/25 14:25:02 tnn Exp $ +# $NetBSD: Makefile,v 1.131 2015/05/14 15:28:04 bad Exp $ DISTNAME= # empty PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 2 +PKGREVISION= 3 SM_VER= 2.33.1 #LIGHTNINGVER= 1.9 CATEGORIES= www |