Date: Tue, 24 Aug 2004 00:00:32 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70873: Update port: x11-wm/wmDeskGuide Message-ID: <20040824000032.2abe8f68.tkato432@yahoo.com> Resent-Message-ID: <200408231510.i7NFALcK089271@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70873 >Category: ports >Synopsis: Update port: x11-wm/wmDeskGuide >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 23 15:10:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on -current after gcc 3.4 import >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/wmDeskGuide/Makefile x11-wm/wmDeskGuide/Makefile --- /usr/ports/x11-wm/wmDeskGuide/Makefile Mon May 24 21:08:37 2004 +++ x11-wm/wmDeskGuide/Makefile Sun Aug 22 20:56:24 2004 @@ -17,10 +17,15 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gdkpixbuf +USE_REINPLACE= yes USE_GMAKE= yes PORTDOCS= README PLIST_FILES= bin/wmDeskGuide + +post-patch: + @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|G_GNUC_PRETTY_FUNCTION |G_GNUC_PRETTY_FUNCTION, |g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmDeskGuide ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824000032.2abe8f68.tkato432>