Date: Tue, 2 Jan 2018 00:35:25 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457821 - head/Mk Message-ID: <201801020035.w020ZPZH037972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 2 00:35:25 2018 New Revision: 457821 URL: https://svnweb.freebsd.org/changeset/ports/457821 Log: Repairs to MASTER_SITE_DEBIAN_NON_US: - ftp.df.lth.se has gone away. - some of the "ftp\." sites now only accept http:// addresses. Modified: head/Mk/bsd.qt.mk head/Mk/bsd.sites.mk Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Mon Jan 1 23:52:56 2018 (r457820) +++ head/Mk/bsd.qt.mk Tue Jan 2 00:35:25 2018 (r457821) @@ -306,9 +306,12 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \ _USE_QT_ALL= assistant dbus declarative designer doc gui help \ imageformats l10n linguist linguisttools multimedia \ network opengl pixeltool qdbusviewer qmake script \ - scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \ + scripttools sql sql-mysql sql-odbc sql-pgsql \ sql-sqlite2 sql-sqlite3 svg testlib webkit \ xml xmlpatterns +.if ${ARCH} == amd64 || ${ARCH} == i386 +_USE_QT_ALL+= sql-ibase +.endif _USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codecs-jp \ codecs-kr codecs-tw corelib demo graphicssystems-opengl \ Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Mon Jan 1 23:52:56 2018 (r457820) +++ head/Mk/bsd.sites.mk Tue Jan 2 00:35:25 2018 (r457821) @@ -140,23 +140,23 @@ MASTER_SITE_DEBIAN+= \ .if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US) MASTER_SITE_DEBIAN_NON_US+= \ - ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \ @@ -165,10 +165,9 @@ MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ + http://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \ - ftp://ftp.df.lth.se/pub/debian-non-US/%SUBDIR%/ \ ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \ ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/ .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801020035.w020ZPZH037972>