Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 16:25:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194286] [MAINTAINER] textproc/kdiff3 update
Message-ID:  <bug-194286-13-Besng03JaG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194286-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194286-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194286

Max Brazhnikov <makc@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion
           Assignee|freebsd-ports-bugs@FreeBSD. |makc@FreeBSD.org
                   |org                         |

--- Comment #4 from Max Brazhnikov <makc@FreeBSD.org> ---
Are you sure you need this:

@@ -11,6 +11,7 @@ 
 COMMENT=    KDE4 graphical frontend for diff

 LICENSE=    GPLv2
+LICENSE_FILE=    ${WRKSRC}/COPYING

 USE_KDE4=    kdelibs libkonq kdeprefix kdehier automoc4
 USE_QT4=    moc_build qmake_build rcc_build uic_build
@@ -27,4 +28,9 @@ 
 DOCS_CMAKE_OFF=    -DBUILD_doc:BOOL=FALSE
 DOCS_CMAKE_ON=    -DBUILD_doc:BOOL=TRUE

+post-patch:
+#Fix build with kdelibs>=4.5.0
+    ${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \
+        ${WRKSRC}/doc/*/index.docbook

It looks like you started from the outdated port, this snippet was removed
once:
http://svnweb.freebsd.org/ports/head/textproc/kdiff3/Makefile?r1=339314&r2=339808

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194286-13-Besng03JaG>