From owner-svn-ports-all@freebsd.org Sat Aug 22 23:46:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 378A73A8E3E; Sat, 22 Aug 2020 23:46:48 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYw5h0p67z40WS; Sat, 22 Aug 2020 23:46:48 +0000 (UTC) (envelope-from ak@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F31481DEE9; Sat, 22 Aug 2020 23:46:47 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07MNkl3v038718; Sat, 22 Aug 2020 23:46:47 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07MNkl4A038717; Sat, 22 Aug 2020 23:46:47 GMT (envelope-from ak@FreeBSD.org) Message-Id: <202008222346.07MNkl4A038717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sat, 22 Aug 2020 23:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545794 - in head/graphics/xmountains: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head/graphics/xmountains: . files X-SVN-Commit-Revision: 545794 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.33 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: Sat, 22 Aug 2020 23:46:48 -0000 Author: ak Date: Sat Aug 22 23:46:47 2020 New Revision: 545794 URL: https://svnweb.freebsd.org/changeset/ports/545794 Log: - Remove dead master sites - Fix build on 13-CURRENT Reported by: pkg-fallout Added: head/graphics/xmountains/files/ head/graphics/xmountains/files/patch-xmountains.c (contents, props changed) Modified: head/graphics/xmountains/Makefile Modified: head/graphics/xmountains/Makefile ============================================================================== --- head/graphics/xmountains/Makefile Sat Aug 22 23:16:17 2020 (r545793) +++ head/graphics/xmountains/Makefile Sat Aug 22 23:46:47 2020 (r545794) @@ -4,11 +4,8 @@ PORTNAME= xmountains PORTVERSION= 2.9 CATEGORIES= graphics x11 -MASTER_SITES= ftp://ftp.uwsg.indiana.edu/linux/debian/pool/main/x/xmountains/ \ - ftp://ftp.fi.netbsd.org/.m/mirrors1/archive.ubuntu.com/pool/universe/x/xmountains/ \ - ftp://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \ - ftp://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ \ - ftp://ftp.debian.com/debian/pool/main/x/xmountains/ +MASTER_SITES= ftp://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \ + ftp://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ak@FreeBSD.org Added: head/graphics/xmountains/files/patch-xmountains.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xmountains/files/patch-xmountains.c Sat Aug 22 23:46:47 2020 (r545794) @@ -0,0 +1,10 @@ +Index: xmountains.c +@@ -16,7 +16,7 @@ + char scroll_Id[]="$Id: xmountains.c,v 1.43 2010/12/17 09:25:36 spb Exp $"; + extern Graph g; + Parm fold_param; +-char *display; ++extern char *display; + extern char *geom; + + extern int swosh;