Index: head/graphics/xmountains/Makefile =================================================================== --- head/graphics/xmountains/Makefile (revision 545793) +++ head/graphics/xmountains/Makefile (revision 545794) @@ -1,37 +1,34 @@ # Created by: proff@iq.org # $FreeBSD$ 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 COMMENT= X11 based fractal landscape generator NO_WRKSUBDIR= yes USES= xorg USE_XORG= xbitmaps x11 PLIST_FILES= bin/${PORTNAME} \ man/man6/${PORTNAME}.6.gz CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib post-extract: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6 do-build: (cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} *.c -lX11 -lm -o ${PORTNAME}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 .include Index: head/graphics/xmountains/files/patch-xmountains.c =================================================================== --- head/graphics/xmountains/files/patch-xmountains.c (nonexistent) +++ head/graphics/xmountains/files/patch-xmountains.c (revision 545794) @@ -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; Property changes on: head/graphics/xmountains/files/patch-xmountains.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property