Created attachment 215996 [details] elementary-photos new package, the Photos software was made for Elementary OS Linux now ported to FreeBSD world! more details at https://github.com/elementary/photos/
Configure failed in poudriere: https://gist.github.com/9535d3ae6635ff987ccb00fd0adbb5de Maybe something missed in BUILD_DEPENDS?
Created attachment 216003 [details] updated the build deps
(In reply to Li-Wen Hsu from comment #1) I updated it. Also, would you be so kind to share the command used to test it with poudriere? Thanks!
Created attachment 216004 [details] portclippy, portfmt, portlint applied
Sorry it seems still some BUILD_DEPENDS missing: https://gist.github.com/bda88f28a7cb2925576316460141675c Please check poudriere documents here: https://github.com/freebsd/poudriere/wiki https://www.freebsd.org/doc/handbook/ports-poudriere.html And discuss on -ports list: https://lists.freebsd.org/mailman/listinfo/freebsd-ports Thanks for working on porting this software!
Created attachment 216022 [details] list of dependencies updated
A commit references this bug: Author: lwhsu Date: Mon Jun 29 06:32:16 UTC 2020 New revision: 540755 URL: https://svnweb.freebsd.org/changeset/ports/540755 Log: Add graphics/elementary-photos photo viewer and organizer designed for elementary OS PR: 247600 Submitted by: Miguel Gocobachi <miguel@gocobachi.dev> Changes: head/graphics/Makefile head/graphics/elementary-photos/ head/graphics/elementary-photos/Makefile head/graphics/elementary-photos/distinfo head/graphics/elementary-photos/files/ head/graphics/elementary-photos/files/patch-data_io.elementary.photos.desktop.in.in head/graphics/elementary-photos/files/patch-meson__options.txt head/graphics/elementary-photos/pkg-descr head/graphics/elementary-photos/pkg-plist
Created attachment 216029 [details] USES=gettext
Optional NLS needs more tweaking for not build/install gettext stuff, currently disabling NLS will cause error in configure phase. Please check the attached patch.