Date: Fri, 10 Jan 2003 23:58:58 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46950: Update port: x11-wm/xfce Message-ID: <20030110235858.65e66b70.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46950 >Category: ports >Synopsis: Update port: x11-wm/xfce >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 10 07:10:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Rearrange pre-patch/post-patch target >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/xfce/Makefile x11-wm/xfce/Makefile --- /usr/ports/x11-wm/xfce/Makefile Mon Jan 6 16:11:05 2003 +++ x11-wm/xfce/Makefile Fri Jan 10 17:32:08 2003 @@ -57,17 +57,11 @@ @${ECHO_MSG} .endif -pre-patch: - @${REINPLACE_CMD} -e 's|=aclocal|=${TRUE}|g ; \ - s|=autoconf|=${TRUE}|g ; \ - s|=automake|=${TRUE}|g ; \ - s|=autoheader|=${TRUE}|g' ${WRKSRC}/configure +post-patch: @${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/other/xinitrc.in @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c @${REINPLACE_CMD} -e 's|/opt/kde3|${LOCALBASE}|g ; \ s|/opt/gnome|${X11BASE}|g' ${WRKSRC}/xfmenu/xfmenu.c - -post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/other/xinitrc.in .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030110235858.65e66b70.tkato>