mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
converters/ta2as: Fix build with llvm15
- Pet portclippy - Adopt port
This commit is contained in:
parent
ef55f9cfc4
commit
2f606f4670
1 changed files with 11 additions and 5 deletions
|
@ -2,7 +2,7 @@ PORTNAME= ta2as
|
||||||
PORTVERSION= 0.8.2
|
PORTVERSION= 0.8.2
|
||||||
CATEGORIES= converters devel
|
CATEGORIES= converters devel
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= bofh@FreeBSD.org
|
||||||
COMMENT= TASM to AT&T asm syntax converter (GNU AS)
|
COMMENT= TASM to AT&T asm syntax converter (GNU AS)
|
||||||
WWW= https://github.com/mefistotelis/ta2as
|
WWW= https://github.com/mefistotelis/ta2as
|
||||||
|
|
||||||
|
@ -11,16 +11,22 @@ LICENSE_NAME= TA2AS license
|
||||||
LICENSE_FILE= ${WRKSRC}/legal.txt
|
LICENSE_FILE= ${WRKSRC}/legal.txt
|
||||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
WRKSRC_SUBDIR= ta2as
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= mefistotelis
|
GH_ACCOUNT= mefistotelis
|
||||||
|
|
||||||
PORTDOCS= *
|
WRKSRC_SUBDIR= ta2as
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
PORTDOCS= *
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||||
|
CFLAGS+= -Wno-error=int-conversion
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
|
@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
|
||||||
|
|
||||||
|
@ -39,4 +45,4 @@ do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue