Its presence was breaking snapshot building.
It is no longer necessary to prevent gitk from being built along
with git using '-scmgit-gui', because pkgsrc now has a separate
scmgit-gitk package for it.
Since we used to build our GUI distribution without -scmgit-gui
(meaning with gitk), add scmgit-gitk to the GUI build.
PKGSRC_OPTIONS+= WRKOBJDIR=/usr/pkgobj
PKGSRC_OPTIONS+= PKG_DEFAULT_OPTIONS='dri inet6'
.if !make(gui)
-PKGSRC_OPTIONS+= PKG_OPTIONS.scmgit='-python -scmgit-gui'
+PKGSRC_OPTIONS+= PKG_OPTIONS.scmgit='-python'
.endif
# Even though buildiso wipes the packages, our check target has to run
fonts/terminus-font \
net/rsync \
time/asclock \
- misc/screen
+ misc/screen \
+ devel/scmgit-gitk
.endif
ROOTSKELS+= ${.CURDIR}/gui