From owner-svn-ports-all@freebsd.org Tue Jan 2 00:35:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6897AEA53DA; Tue, 2 Jan 2018 00:35:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7D565471; Tue, 2 Jan 2018 00:35:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w020ZP6g037974; Tue, 2 Jan 2018 00:35:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w020ZPZH037972; Tue, 2 Jan 2018 00:35:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201801020035.w020ZPZH037972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 2 Jan 2018 00:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457821 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 457821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 00:35:26 -0000 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