| Summary: | ${PERL} -> ${REINPLACE_CMD} | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sf <sf> | ||||||||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||||||||
| Status: | Closed FIXED | ||||||||||||
| Severity: | Affects Only Me | ||||||||||||
| Priority: | Normal | ||||||||||||
| Version: | Latest | ||||||||||||
| Hardware: | Any | ||||||||||||
| OS: | Any | ||||||||||||
| Attachments: |
|
||||||||||||
State Changed From-To: open->closed All changes are in the Repository now, thanks |
${PERL} -> ${REINPLACE_CMD} Fix: --- Makefile.orig Thu Jun 28 16:48:44 2001 +++ Makefile Sun Jun 23 19:32:47 2002 @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_GMAKE= YES USE_X_PREFIX= YES GNU_CONFIGURE= YES @@ -21,7 +22,7 @@ post-patch: .for i in imwheel.1 util.c - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} .endfor post-install: --- patch-imwheel ends here --- --- Makefile.orig Thu Apr 11 05:04:47 2002 +++ Makefile Sun Jun 23 19:35:49 2002 @@ -21,6 +21,7 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \ PropList.2:${PORTSDIR}/devel/libPropList +USE_REINPLACE= yes DIST_SUBDIR= wdm USE_X_PREFIX= yes USE_AUTOMAKE_VER=14 @@ -62,7 +63,7 @@ .endif post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/*.man + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/*.man pre-install: @if [ -e ${PREFIX}/lib/X11/wdm/wdm-config ]; then \ --- patch-wdm ends here --- --- Makefile.orig Fri May 31 13:44:23 2002 +++ Makefile Sun Jun 23 19:38:37 2002 @@ -16,9 +16,10 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/src/cli/Makefile.in \ + @${REINPLACE_CMD} -e 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/src/cli/Makefile.in \ ${WRKSRC}/src/lib/Makefile.in .include <bsd.port.mk> --- patch-xnee ends here ---