Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 23:46:47 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545794 - in head/graphics/xmountains: . files
Message-ID:  <202008222346.07MNkl4A038717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008222346.07MNkl4A038717>