ports/58358: [patch] textproc/kdiff3: fix build on -CURRENT

Markus Brueffer brueffer at phoenix-systems.de
Wed Oct 22 01:30:13 UTC 2003


>Number:         58358
>Category:       ports
>Synopsis:       [patch] textproc/kdiff3: fix build on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 18:30:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Mon Oct 13 14:46:55 CEST 2003 brueffer at cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	textproc/kdiff3: fix build on -CURRENT

	Reported by: bento

	Maintainer CC'ed

>How-To-Repeat:
>Fix:

--- kdiff3.diff begins here ---
diff -ruN kdiff3.orig/Makefile kdiff3/Makefile
--- kdiff3.orig/Makefile	Wed Oct 22 03:04:18 2003
+++ kdiff3/Makefile	Wed Oct 22 03:09:07 2003
@@ -18,5 +18,9 @@
 
 USE_KDELIBS_VER=	3
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e 's/-pedantic //g' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
 .include <bsd.port.mk>
--- kdiff3.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list