ports/70873: Update port: x11-wm/wmDeskGuide

KATO Tsuguru tkato432 at yahoo.com
Mon Aug 23 15:10:22 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list