Date: Tue, 8 Jul 2014 06:50:38 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361186 - in head: devel/xa65 games/aestats games/aestats/files Message-ID: <201407080650.s686oc3S081032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jul 8 06:50:37 2014 New Revision: 361186 URL: http://svnweb.freebsd.org/changeset/ports/361186 QAT: https://qat.redports.org/buildarchive/r361186/ Log: Remove one dead master site and fix couple of minor whitespace issues. Modified: head/devel/xa65/Makefile head/games/aestats/Makefile head/games/aestats/files/fbsd_stub.c Modified: head/devel/xa65/Makefile ============================================================================== --- head/devel/xa65/Makefile Tue Jul 8 06:45:34 2014 (r361185) +++ head/devel/xa65/Makefile Tue Jul 8 06:50:37 2014 (r361186) @@ -13,7 +13,6 @@ COMMENT= Two-pass cross-assembler for MO LICENSE= GPLv2 USES= gmake - MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" PORTDOCS= * Modified: head/games/aestats/Makefile ============================================================================== --- head/games/aestats/Makefile Tue Jul 8 06:45:34 2014 (r361185) +++ head/games/aestats/Makefile Tue Jul 8 06:50:37 2014 (r361186) @@ -4,8 +4,7 @@ PORTNAME= aestats PORTVERSION= 5.39 CATEGORIES= games -MASTER_SITES= ftp://download:download@download.hugelaser.com/aeons.poweredbylasers.com/${PORTNAME}/ \ - http://freebsd.nsu.ru/distfiles/ LOCAL/danfe +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= danfe@FreeBSD.org Modified: head/games/aestats/files/fbsd_stub.c ============================================================================== --- head/games/aestats/files/fbsd_stub.c Tue Jul 8 06:45:34 2014 (r361185) +++ head/games/aestats/files/fbsd_stub.c Tue Jul 8 06:50:37 2014 (r361186) @@ -18,7 +18,6 @@ __strtol_internal(__const char *__restri * if we do so. Instead, copy only mtime field from FreeBSD's ``struct * stat'' into proper place of provided Linux' ``struct stat'' buffer. */ - struct __linux_stat { char pad0[0x40]; struct timespec __st_mtim;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407080650.s686oc3S081032>