diff options
38 files changed, 48 insertions, 48 deletions
diff --git a/dev-libs/libffi/files/libffi-3.1-execstack.patch b/dev-libs/libffi/files/libffi-3.1-execstack.patch index 6884a47012d5..b9943aa0a131 100644 --- a/dev-libs/libffi/files/libffi-3.1-execstack.patch +++ b/dev-libs/libffi/files/libffi-3.1-execstack.patch @@ -1,5 +1,5 @@ -http://bugs.gentoo.org/511634 -http://sourceware.org/ml/libffi-discuss/2014/msg00058.html +https://bugs.gentoo.org/511634 +https://sourceware.org/ml/libffi-discuss/2014/msg00058.html --- src/x86/win32.S +++ src/x86/win32.S diff --git a/dev-libs/libffi/files/libffi-3.1-typing_error.patch b/dev-libs/libffi/files/libffi-3.1-typing_error.patch index fc24006d5d32..0e917020e91a 100644 --- a/dev-libs/libffi/files/libffi-3.1-typing_error.patch +++ b/dev-libs/libffi/files/libffi-3.1-typing_error.patch @@ -1,5 +1,5 @@ -http://bugs.gentoo.org/511752 -http://sourceware.org/ml/libffi-discuss/2014/msg00059.html +https://bugs.gentoo.org/511752 +https://sourceware.org/ml/libffi-discuss/2014/msg00059.html --- include/ffi.h.in +++ include/ffi.h.in diff --git a/dev-libs/libffi/libffi-3.0.13-r1.ebuild b/dev-libs/libffi/libffi-3.0.13-r1.ebuild index be711ccd45f1..d6755757967f 100644 --- a/dev-libs/libffi/libffi-3.0.13-r1.ebuild +++ b/dev-libs/libffi/libffi-3.0.13-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils libtool multilib toolchain-funcs multilib-minimal DESCRIPTION="a portable, high level programming interface to various calling conventions" -HOMEPAGE="http://sourceware.org/libffi/" +HOMEPAGE="https://sourceware.org/libffi/" SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/libffi/libffi-3.1-r3.ebuild b/dev-libs/libffi/libffi-3.1-r3.ebuild index ee6ac2696b41..f86f574efb10 100644 --- a/dev-libs/libffi/libffi-3.1-r3.ebuild +++ b/dev-libs/libffi/libffi-3.1-r3.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils libtool multilib multilib-minimal toolchain-funcs DESCRIPTION="a portable, high level programming interface to various calling conventions" -HOMEPAGE="http://sourceware.org/libffi/" +HOMEPAGE="https://sourceware.org/libffi/" SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -42,7 +42,7 @@ src_prepare() { "${FILESDIR}"/${P}-typing_error.patch sed -i -e 's:@toolexeclibdir@:$(libdir):g' Makefile.in || die #462814 - # http://sourceware.org/ml/libffi-discuss/2014/msg00060.html + # https://sourceware.org/ml/libffi-discuss/2014/msg00060.html sed -i -e 's:@toolexeclibdir@:${libdir}:' libffi.pc.in || die #511726 epatch_user diff --git a/dev-libs/libffi/libffi-3.2.1.ebuild b/dev-libs/libffi/libffi-3.2.1.ebuild index 961b55fa943e..fdf643fba829 100644 --- a/dev-libs/libffi/libffi-3.2.1.ebuild +++ b/dev-libs/libffi/libffi-3.2.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils libtool multilib multilib-minimal toolchain-funcs DESCRIPTION="a portable, high level programming interface to various calling conventions" -HOMEPAGE="http://sourceware.org/libffi/" +HOMEPAGE="https://sourceware.org/libffi/" SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/libffi/libffi-3.2.ebuild b/dev-libs/libffi/libffi-3.2.ebuild index 14ba07eac7d3..00f268c4700c 100644 --- a/dev-libs/libffi/libffi-3.2.ebuild +++ b/dev-libs/libffi/libffi-3.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils libtool multilib multilib-minimal toolchain-funcs DESCRIPTION="a portable, high level programming interface to various calling conventions" -HOMEPAGE="http://sourceware.org/libffi/" +HOMEPAGE="https://sourceware.org/libffi/" SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-util/insight/insight-6.8.1-r1.ebuild b/dev-util/insight/insight-6.8.1-r1.ebuild index 86e205a00757..e13feeb1a215 100644 --- a/dev-util/insight/insight-6.8.1-r1.ebuild +++ b/dev-util/insight/insight-6.8.1-r1.ebuild @@ -9,7 +9,7 @@ inherit eutils autotools versionator MY_P="${PN}-$(replace_version_separator 2 -)" DESCRIPTION="A graphical interface to the GNU debugger" -HOMEPAGE="http://sourceware.org/insight/" +HOMEPAGE="https://sourceware.org/insight/" SRC_URI="ftp://sourceware.org/pub/${PN}/releases/${MY_P}a.tar.bz2 https://dev.gentoo.org/~xarthisius/distfiles/${P}-patchset-02.tar.xz" diff --git a/net-dialup/rp-pppoe/files/rp-pppoe-3.10-posix-source-sigaction.patch b/net-dialup/rp-pppoe/files/rp-pppoe-3.10-posix-source-sigaction.patch index bd19170a99c5..7ed4b98c7213 100644 --- a/net-dialup/rp-pppoe/files/rp-pppoe-3.10-posix-source-sigaction.patch +++ b/net-dialup/rp-pppoe/files/rp-pppoe-3.10-posix-source-sigaction.patch @@ -1,7 +1,7 @@ glibc does not define SA_RESTART when _POSIX_SOURCE is defined, so we have to just assume the default signal.h include defines SA_RESTART -http://sourceware.org/bugzilla/show_bug.cgi?id=12252 +https://sourceware.org/bugzilla/show_bug.cgi?id=12252 --- rp-pppoe-3.10/src/pppoe.h +++ rp-pppoe-3.10/src/pppoe.h diff --git a/net-dns/rbldnsd/files/rbldnsd-0.997a-robust-ipv6-test-support.patch b/net-dns/rbldnsd/files/rbldnsd-0.997a-robust-ipv6-test-support.patch index 5621075fbae2..e1ac1535dc99 100644 --- a/net-dns/rbldnsd/files/rbldnsd-0.997a-robust-ipv6-test-support.patch +++ b/net-dns/rbldnsd/files/rbldnsd-0.997a-robust-ipv6-test-support.patch @@ -73,7 +73,7 @@ index abf1d01..8322bdd 100644 + * This is here mostly to deal with the fact that on certain systems, + * gethostbyname()/getaddrinfo() can return a duplicate 127.0.0.1 + * for 'localhost'. See -+ * - http://sourceware.org/bugzilla/show_bug.cgi?id=4980 ++ * - https://sourceware.org/bugzilla/show_bug.cgi?id=4980 + * - https://bugzilla.redhat.com/show_bug.cgi?id=496300 + */ +static int already_bound(const struct sockaddr *addr, socklen_t addrlen) { diff --git a/sys-devel/dwz/dwz-0.9.ebuild b/sys-devel/dwz/dwz-0.9.ebuild index a57abe878320..9a534cd5b383 100644 --- a/sys-devel/dwz/dwz-0.9.ebuild +++ b/sys-devel/dwz/dwz-0.9.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="DWARF optimization and duplicate removal tool" -HOMEPAGE="http://sourceware.org/git/?p=dwz.git;a=summary" +HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary" SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2+ GPL-3+" diff --git a/sys-devel/gcc-apple/files/gcc-apple-4.2.1-autoconf-m4-precious.patch b/sys-devel/gcc-apple/files/gcc-apple-4.2.1-autoconf-m4-precious.patch index 4873187c19d4..0ad6ced95867 100644 --- a/sys-devel/gcc-apple/files/gcc-apple-4.2.1-autoconf-m4-precious.patch +++ b/sys-devel/gcc-apple/files/gcc-apple-4.2.1-autoconf-m4-precious.patch @@ -1,4 +1,4 @@ -http://sourceware.org/ml/libffi-discuss/2009/msg00289.html +https://sourceware.org/ml/libffi-discuss/2009/msg00289.html --- libgomp/configure.ac +++ libgomp/configure.ac diff --git a/sys-devel/gdb-apple/gdb-apple-1344.ebuild b/sys-devel/gdb-apple/gdb-apple-1344.ebuild index 52b47aed6fd3..f0c6616ee47e 100644 --- a/sys-devel/gdb-apple/gdb-apple-1344.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1344.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 3.2" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-1346.ebuild b/sys-devel/gdb-apple/gdb-apple-1346.ebuild index 96e7e1ac7f99..9a0ba2134002 100644 --- a/sys-devel/gdb-apple/gdb-apple-1346.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1346.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 3.2.1" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-1461.ebuild b/sys-devel/gdb-apple/gdb-apple-1461.ebuild index 44400eff9033..2e51937b66d5 100644 --- a/sys-devel/gdb-apple/gdb-apple-1461.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1461.ebuild @@ -8,7 +8,7 @@ inherit eutils flag-o-matic APPLE_PV=${PV}.2 DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 3.2.2" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${APPLE_PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-1518.ebuild b/sys-devel/gdb-apple/gdb-apple-1518.ebuild index 2359b2fed2c6..84c5b1156d3d 100644 --- a/sys-devel/gdb-apple/gdb-apple-1518.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1518.ebuild @@ -8,7 +8,7 @@ inherit eutils flag-o-matic APPLE_PV=${PV} DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 4.0" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${APPLE_PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-1705.ebuild b/sys-devel/gdb-apple/gdb-apple-1705.ebuild index bd5e1b6d0fbb..d6ce02a50747 100644 --- a/sys-devel/gdb-apple/gdb-apple-1705.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1705.ebuild @@ -8,7 +8,7 @@ inherit eutils flag-o-matic APPLE_PV=${PV} DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 4.1" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${APPLE_PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-1708.ebuild b/sys-devel/gdb-apple/gdb-apple-1708.ebuild index 75c4feb094b8..77c8d9e0fa2b 100644 --- a/sys-devel/gdb-apple/gdb-apple-1708.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1708.ebuild @@ -8,7 +8,7 @@ inherit eutils flag-o-matic APPLE_PV=${PV} DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 4.2" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${APPLE_PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-1752.ebuild b/sys-devel/gdb-apple/gdb-apple-1752.ebuild index b16018e62489..cdd5c02629ca 100644 --- a/sys-devel/gdb-apple/gdb-apple-1752.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1752.ebuild @@ -8,7 +8,7 @@ inherit eutils flag-o-matic APPLE_PV=${PV} DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 4.3" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${APPLE_PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-563.ebuild b/sys-devel/gdb-apple/gdb-apple-563.ebuild index 791c1779481c..5dc323555528 100644 --- a/sys-devel/gdb-apple/gdb-apple-563.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-563.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, Xcode 2.4" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild b/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild index 11205f7f1084..e86d161987fe 100644 --- a/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, 10.5" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-960.ebuild b/sys-devel/gdb-apple/gdb-apple-960.ebuild index ba19a0d23763..b7463cef2088 100644 --- a/sys-devel/gdb-apple/gdb-apple-960.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-960.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, Xcode Tools 3.1" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-962.ebuild b/sys-devel/gdb-apple/gdb-apple-962.ebuild index 87d30dd03219..52e53f7fc303 100644 --- a/sys-devel/gdb-apple/gdb-apple-962.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-962.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, Xcode Tools 3.1.2" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb-apple/gdb-apple-966.ebuild b/sys-devel/gdb-apple/gdb-apple-966.ebuild index b95b7348ce2d..c7c716ca04df 100644 --- a/sys-devel/gdb-apple/gdb-apple-966.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-966.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit eutils flag-o-matic DESCRIPTION="Apple branch of the GNU Debugger, Developer Tools 3.1.3" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gdb-${PV}.tar.gz" LICENSE="APSL-2 GPL-2" diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index 068546b3713b..d5e8e8da0882 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -51,7 +51,7 @@ esac PATCH_VER="" DESCRIPTION="GNU debugger" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" @@ -196,7 +196,7 @@ src_install() { return 0 fi # Install it by hand for now: - # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html + # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html # Only install if it exists due to the twisted behavior (see # notes in src_configure above). [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay diff --git a/sys-devel/gdb/gdb-7.11.1.ebuild b/sys-devel/gdb/gdb-7.11.1.ebuild index 1679e8becc6b..c17a25403d04 100644 --- a/sys-devel/gdb/gdb-7.11.1.ebuild +++ b/sys-devel/gdb/gdb-7.11.1.ebuild @@ -50,7 +50,7 @@ esac PATCH_VER="" DESCRIPTION="GNU debugger" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" @@ -195,7 +195,7 @@ src_install() { return 0 fi # Install it by hand for now: - # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html + # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html # Only install if it exists due to the twisted behavior (see # notes in src_configure above). [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay diff --git a/sys-devel/gdb/gdb-7.11.ebuild b/sys-devel/gdb/gdb-7.11.ebuild index 0b17d455d19c..fb362311f127 100644 --- a/sys-devel/gdb/gdb-7.11.ebuild +++ b/sys-devel/gdb/gdb-7.11.ebuild @@ -51,7 +51,7 @@ esac PATCH_VER="" DESCRIPTION="GNU debugger" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" @@ -196,7 +196,7 @@ src_install() { return 0 fi # Install it by hand for now: - # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html + # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html # Only install if it exists due to the twisted behavior (see # notes in src_configure above). [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild index 965d89bc72db..2e0c768040ec 100644 --- a/sys-devel/gdb/gdb-7.9.1.ebuild +++ b/sys-devel/gdb/gdb-7.9.1.ebuild @@ -51,7 +51,7 @@ esac PATCH_VER="" DESCRIPTION="GNU debugger" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" @@ -183,7 +183,7 @@ src_install() { return 0 fi # Install it by hand for now: - # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html + # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html # Only install if it exists due to the twisted behavior (see # notes in src_configure above). [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 50b169954b79..311f2094283c 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -51,7 +51,7 @@ esac PATCH_VER="" DESCRIPTION="GNU debugger" -HOMEPAGE="http://sourceware.org/gdb/" +HOMEPAGE="https://sourceware.org/gdb/" SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" @@ -195,7 +195,7 @@ src_install() { return 0 fi # Install it by hand for now: - # http://sourceware.org/ml/gdb-patches/2011-12/msg00915.html + # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html # Only install if it exists due to the twisted behavior (see # notes in src_configure above). [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-8.2-r2.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-8.2-r2.ebuild index d82d9f39fecc..2fe4e9f62d2b 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-8.2-r2.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-8.2-r2.ebuild @@ -60,7 +60,7 @@ src_unpack() { # unionfs filesystem over the cd9660 readonly filesystem. epatch "${FILESDIR}/${PN}-7.0-tmpfs_whiteout_stub.patch" - # See http://sourceware.org/bugzilla/show_bug.cgi?id=5391 + # See https://sourceware.org/bugzilla/show_bug.cgi?id=5391 # ld doesn't provide symbols constructed as the __start_set_(s) ones # are on FreeBSD modules. # This patch adds code to generate a list of these and adds them diff --git a/sys-libs/glibc/files/eblits/pkg_pretend.eblit b/sys-libs/glibc/files/eblits/pkg_pretend.eblit index c900ccc62f8b..ff8f1c1a652e 100644 --- a/sys-libs/glibc/files/eblits/pkg_pretend.eblit +++ b/sys-libs/glibc/files/eblits/pkg_pretend.eblit @@ -94,7 +94,7 @@ eblit-glibc-pkg_pretend() { then eerror "Your patched vendor kernel is broken. You need to get an" eerror "update from whoever is providing the kernel to you." - eerror "http://sourceware.org/bugzilla/show_bug.cgi?id=5227" + eerror "https://sourceware.org/bugzilla/show_bug.cgi?id=5227" eerror "http://bugs.gentoo.org/262698" die "keeping your system alive, say thank you" fi diff --git a/sys-libs/glibc/files/eblits/src_prepare.eblit b/sys-libs/glibc/files/eblits/src_prepare.eblit index 162cf530c8db..4a5c8af7f6a4 100644 --- a/sys-libs/glibc/files/eblits/src_prepare.eblit +++ b/sys-libs/glibc/files/eblits/src_prepare.eblit @@ -43,10 +43,10 @@ eblit-glibc-src_prepare() { # Glibc is stupid sometimes, and doesn't realize that with a # static C-Only gcc, -lgcc_eh doesn't exist. - # http://sourceware.org/ml/libc-alpha/2003-09/msg00100.html - # http://sourceware.org/ml/libc-alpha/2005-02/msg00042.html + # https://sourceware.org/ml/libc-alpha/2003-09/msg00100.html + # https://sourceware.org/ml/libc-alpha/2005-02/msg00042.html # But! Finally fixed in recent versions: - # http://sourceware.org/ml/libc-alpha/2012-05/msg01865.html + # https://sourceware.org/ml/libc-alpha/2012-05/msg01865.html if ! version_is_at_least 2.16 ; then echo 'int main(){}' > "${T}"/gcc_eh_test.c if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/gcc_eh_test.c -lgcc_eh 2>/dev/null ; then diff --git a/sys-libs/newlib/newlib-2.0.0.ebuild b/sys-libs/newlib/newlib-2.0.0.ebuild index 24db8d219ced..e39cea372e04 100644 --- a/sys-libs/newlib/newlib-2.0.0.ebuild +++ b/sys-libs/newlib/newlib-2.0.0.ebuild @@ -15,7 +15,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" LICENSE="NEWLIB LIBGLOSS GPL-2" diff --git a/sys-libs/newlib/newlib-2.1.0.ebuild b/sys-libs/newlib/newlib-2.1.0.ebuild index 7f50e9877f0c..dc0a45a900ee 100644 --- a/sys-libs/newlib/newlib-2.1.0.ebuild +++ b/sys-libs/newlib/newlib-2.1.0.ebuild @@ -15,7 +15,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" LICENSE="NEWLIB LIBGLOSS GPL-2" diff --git a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild index 064993fbcd88..69e50b0a9234 100644 --- a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild b/sys-libs/newlib/newlib-2.2.0.ebuild index f8746386f35a..f1bd5c3ad3f3 100644 --- a/sys-libs/newlib/newlib-2.2.0.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.ebuild @@ -23,7 +23,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild index 5f23c0ffb2ce..12999bcabf4e 100644 --- a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild +++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-2.4.0.ebuild b/sys-libs/newlib/newlib-2.4.0.ebuild index 5f23c0ffb2ce..12999bcabf4e 100644 --- a/sys-libs/newlib/newlib-2.4.0.ebuild +++ b/sys-libs/newlib/newlib-2.4.0.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild index 064993fbcd88..69e50b0a9234 100644 --- a/sys-libs/newlib/newlib-9999.ebuild +++ b/sys-libs/newlib/newlib-9999.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" |