mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Rename fexecve() to js_fexecve() so it doesn't clash with the recently
added libc one. Reported by: marcus Approved by: netchild
This commit is contained in:
parent
35193364bd
commit
b493794362
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210952
@ -95,6 +95,9 @@ post-patch:
|
||||
55readcd 55scgcheck 55scgskeleton 55rscsi 85man
|
||||
@${RM} ${WRKSRC}/scsilib/TARGETS/${i}
|
||||
.endfor
|
||||
.for i in include/schily.h libschily/fexec.c
|
||||
@${REINPLACE_CMD} -e 's|fexecve|js_fexecve|g' ${WRKSRC}/scsilib/${i}
|
||||
.endfor
|
||||
.if ${PORTNAME} == "gcdmaster"
|
||||
@${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \
|
||||
|
@ -135,6 +135,10 @@ post-patch:
|
||||
s|\/usr\/local|${PREFIX}|g; s|\/etc\/default|${PREFIX}\/etc|g; \
|
||||
s|\/var\/adm\/messages|\/var\/run\/dmesg.boot|g' ${WRKSRC}/${i}
|
||||
.endfor
|
||||
.for i in include/schily/schily.h libfind/find.c libschily/fexec.c \
|
||||
libschily/libschily-mapvers
|
||||
@${REINPLACE_CMD} -e 's|fexecve|js_fexecve|g' ${WRKSRC}/${i}
|
||||
.endfor
|
||||
# @${REINPLACE_CMD} -E -e \
|
||||
# 's|#define.+INSERT_YOUR_EMAIL_ADDRESS_HERE|& "${MAINTAINER}"|' \
|
||||
# ${WRKSRC}/cdrecord/cdrecord.c
|
||||
|
@ -101,6 +101,9 @@ post-patch:
|
||||
s|\/usr\/local|${PREFIX}|g; s|\/etc\/default|${PREFIX}\/etc|g; \
|
||||
s|\/var\/adm\/messages|\/var\/run\/dmesg.boot|g' ${WRKSRC}/${i}
|
||||
.endfor
|
||||
.for i in include/schily.h libschily/fexec.c
|
||||
@${REINPLACE_CMD} -e 's|fexecve|js_fexecve|g' ${WRKSRC}/${i}
|
||||
.endfor
|
||||
# @${REINPLACE_CMD} -E -e \
|
||||
# 's|#define.+INSERT_YOUR_EMAIL_ADDRESS_HERE|& "${MAINTAINER}"|' \
|
||||
# ${WRKSRC}/cdrecord/cdrecord.c
|
||||
|
@ -45,6 +45,9 @@ post-patch:
|
||||
@${REINPLACE_CMD} -i "" -e 's:%%DATADIR%%:${DATADIR}:g;' \
|
||||
${WRKSRC}/sformat/${i}
|
||||
.endfor
|
||||
.for i in include/schily.h libschily/fexec.c libschily/libschily-mapvers
|
||||
@${REINPLACE_CMD} -e 's|fexecve|js_fexecve|g' ${WRKSRC}/${i}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/sformat/OBJ/${SFMTTARGET}/sformat \
|
||||
|
Loading…
Reference in New Issue
Block a user