svn commit: r361186 - in head: devel/xa65 games/aestats games/aestats/files
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jul 8 06:50:38 UTC 2014
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 at 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;
More information about the svn-ports-head
mailing list