mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove one dead master site and fix couple of minor whitespace issues.
This commit is contained in:
parent
66a69cd917
commit
6870387db5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361186
@ -13,7 +13,6 @@ COMMENT= Two-pass cross-assembler for MOS 6502 and compatible CPUs
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
PORTDOCS= *
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,6 @@ __strtol_internal(__const char *__restrict __nptr, char **__restrict __endptr,
|
||||
* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user