Broken Ports Tree Neochat/kquickimageeditor r560251
Nick Wolff
darkfiberiru at gmail.com
Mon Jan 4 01:41:58 UTC 2021
Hello Adriaan ,
https://svnweb.freebsd.org/ports?view=revision&revision=560251 Seems to
cause poudriere to puke due to a missing line in graphics/Makefile for new
port dependency you added.
You might have already seen/been alerted of this/fixed it. But either way
below is the patch I did to fix the build in my local tree.
diff --git a/graphics/Makefile b/graphics/Makefile
index 1d11f34cdaeb..cc9b17f15ee2 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -409,6 +409,7 @@
SUBDIR += kooka
SUBDIR += kphotoalbum
SUBDIR += kqtquickcharts
+ SUBDIR += kquickimageeditor
SUBDIR += krita
SUBDIR += ksnip
SUBDIR += kxstitch
More information about the freebsd-ports
mailing list