svn commit: r545794 - in head/graphics/xmountains: . files
Alex Kozlov
ak at FreeBSD.org
Sat Aug 22 23:46:48 UTC 2020
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 at 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;
More information about the svn-ports-all
mailing list