ports/textproc/kdiff3/Makefile
Jason E. Hale 0eefb94230 textproc/kdiff3: Fix crash upon exit
Add a few upstream patches to fix crashes upon application exit.

While here, drop a few unused KF5 components.

PR:		273031
Reported by:	emaste
2023-09-26 15:26:57 -04:00

32 lines
980 B
Makefile

PORTNAME= kdiff3
DISTVERSION= 1.10.5
PORTREVISION= 1
CATEGORIES= textproc kde
MASTER_SITES= KDE/stable/${PORTNAME}
PATCH_SITES= https://github.com/KDE/${PORTNAME}/commit/
PATCHFILES+= 2642a7e71cfdf7ef95c1c07c7ccea3930c11cc48.patch:-p1
PATCHFILES+= 341bb0322026053400def3aa7f46e1ac171d0fc5.patch:-p1
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE graphical frontend for diff
WWW= http://kdiff3.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash i18n jobwidgets kio parts service solid sonnet \
textwidgets widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
USE_QT= concurrent core dbus gui network printsupport widgets xml \
buildtools:build qmake:build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
DOCSDIR_REL= share/doc/HTML
.include <bsd.port.mk>