mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix stage
- Remove BROKEN Reported by: antoine
This commit is contained in:
parent
a7d38e1c0f
commit
490e79fd1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471184
1 changed files with 4 additions and 5 deletions
|
@ -14,8 +14,6 @@ COMMENT= Total Commander like file manager for the X Window System
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BROKEN= fails to stage
|
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
@ -119,9 +117,7 @@ WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDEBUG}
|
.if ${PORT_OPTIONS:MDEBUG}
|
||||||
LAZBUILD_ARGS+= -bm="Debug"
|
LAZBUILD_ARGS+= --bm="Debug"
|
||||||
.else
|
|
||||||
LAZBUILD_ARGS+= -bm="NoDebug Full Optimizations"
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MWFX_FTP}
|
.if ${PORT_OPTIONS:MWFX_FTP}
|
||||||
|
@ -201,6 +197,9 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||||
${WRKSRC}/plugins/wlx/WlxMplayer/src/wlxMplayer.lpr
|
${WRKSRC}/plugins/wlx/WlxMplayer/src/wlxMplayer.lpr
|
||||||
@${REINPLACE_CMD} -e '3632d' ${WRKSRC}/src/fmain.pas
|
@${REINPLACE_CMD} -e '3632d' ${WRKSRC}/src/fmain.pas
|
||||||
|
@${REINPLACE_CMD} -e 's| Default="True"||g' \
|
||||||
|
-e 's|Name="NoDebug Full Optimizations"|Name="NoDebug Full Optimizations" Default="True"|g' \
|
||||||
|
${WRKSRC}/src/${PORTNAME}.lpi
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
@${RM} -r ${DOCSRC}/*/dev-help
|
@${RM} -r ${DOCSRC}/*/dev-help
|
||||||
|
|
Loading…
Add table
Reference in a new issue