Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 01:20:02 +0000 (GMT)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        h.eichmann@gmx.de
Subject:   ports/58358: [patch] textproc/kdiff3: fix build on -CURRENT
Message-ID:  <20031022012002.6FAC41D@haakonia.hitnet.rwth-aachen.de>
Resent-Message-ID: <200310220130.h9M1UBGt072790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031022012002.6FAC41D>