Hi Rafael,
I think that you are missing a LIB_DEPENDS and WANTLIB.
Also, some dirs are not found by make update-plist.

I send you a diff.

OK mariani@ with those changes.

Cheers.
Elias.

--- Makefile    Wed Mar 25 03:35:20 2020
+++ Makefile.orig       Sat Apr  4 19:22:27 2020
@@ -5,6 +5,8 @@
 
 SHARED_LIBS = KF5Syndication            0.0 # 5.68
 
-WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Xml m
+LIB_DEPENDS += devel/kf5/kcodecs
+
+WANTLIB += ${COMPILER_LIBCXX} KF5Codecs Qt5Core Qt5Xml m
 
 .include <bsd.port.mk>
--- pkg/PLIST   Sat Apr  4 19:29:07 2020
+++ pkg/PLIST.orig      Wed Mar 25 03:31:51 2020
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v$
+include/KF5/
 include/KF5/Syndication/
 include/KF5/Syndication/Syndication/
 include/KF5/Syndication/Syndication/AbstractParser
@@ -140,11 +141,15 @@
 include/KF5/Syndication/syndication/syndication_export.h
 include/KF5/Syndication/syndication/tools.h
 include/KF5/syndication_version.h
+lib/cmake/
 lib/cmake/KF5Syndication/
 lib/cmake/KF5Syndication/KF5SyndicationConfig.cmake
 lib/cmake/KF5Syndication/KF5SyndicationConfigVersion.cmake
 lib/cmake/KF5Syndication/KF5SyndicationTargets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/KF5Syndication/KF5SyndicationTargets.cmake
 @lib lib/libKF5Syndication.so.${LIBKF5Syndication_VERSION}
+share/kf5/
+share/kf5/mkspecs/
 share/kf5/mkspecs/qt_Syndication.pri
+share/qlogging-categories5/
 share/qlogging-categories5/syndication.categories

On Sat, Apr 4, 2020 at 11:37 AM Rafael Sadowski <raf...@sizeofvoid.org> wrote:
>
> On Wed Mar 25, 2020 at 07:38:32AM +0100, Rafael Sadowski wrote:
> > New KDE framework syndication, simple RSS/Atom parser library. All tests
> > passed: 100% tests passed, 0 tests failed out of 3
> >
> > OK to import?
> >
> > Information for inst:syndication-5.68.0
> >
> > Comment:
> > RSS/Atom parser library
> >
> > Description:
> > RSS (0.9/1.0, 0.91..2.0) and Atom (0.3 and 1.0) feeds are supported.
> > syndication offers a unified, format-agnostic view on the parsed feed, so 
> > that
> > the using application does not need to distinguish between feed formats.
> >
> > Maintainer: Rafael Sadowski <rsadow...@openbsd.org>
> >
> > WWW: https://projects.kde.org/projects/frameworks/syndication
>
> ping
>

Reply via email to