mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
devel/icmake: Update version 9.02.04=>9.02.07
- Fix build on MIPS64 [1] PR: 227667 [1] Submitted by: loader [1] Relnotes: https://github.com/fbb-git/icmake/releases/tag/9.02.07
This commit is contained in:
parent
797c8b3f0b
commit
07b0bf3735
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468256
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= icmake
|
||||
PORTVERSION= 9.02.04
|
||||
PORTVERSION= 9.02.07
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
@ -20,7 +20,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
REINPLACE_ARGS= -I ""
|
||||
|
||||
USES= shebangfix
|
||||
USES= compiler shebangfix
|
||||
SHEBANG_FILES= build comp/build comp/icm_bootstrap comp/updategrammar \
|
||||
comp/updateparser comp/updatescanner dep/build dep/icm_bootstrap \
|
||||
exec/build exec/icm_bootstrap exec/list/test/build exec/string/test/build \
|
||||
@ -32,6 +32,12 @@ SHEBANG_FILES= build comp/build comp/icm_bootstrap comp/updategrammar \
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fbb-git
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} == 42
|
||||
CFLAGS+= -std=gnu99
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|find|find .|g' \
|
||||
${WRKSRC}/icm_prepare
|
||||
@ -84,4 +90,4 @@ do-build:
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install strip all ${STAGEDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1515357723
|
||||
SHA256 (fbb-git-icmake-9.02.04_GH0.tar.gz) = 611ef06fb15b1f4ab3b258395020fc88ed555b4d8934fa66a1ec8fe863f049c8
|
||||
SIZE (fbb-git-icmake-9.02.04_GH0.tar.gz) = 372166
|
||||
TIMESTAMP = 1524603312
|
||||
SHA256 (fbb-git-icmake-9.02.07_GH0.tar.gz) = fa05f0c74fb6442ddd35ad354877e185aa95bb7e0431035a79a02cdf1328260e
|
||||
SIZE (fbb-git-icmake-9.02.07_GH0.tar.gz) = 372605
|
||||
|
Loading…
x
Reference in New Issue
Block a user