On Fri, Dec 23, 2022 at 07:03:34PM +0000, Klemens Nanni wrote: > Nothing installs it now but meta/xfce,-main DESCR mentions it. > How about shipping it through the -extras package? > orage certainly doesn't seem required to me.
Like this. xfce4-datetime is currently installed through the -extras package, so having it install orage as well makes sense to me. Index: Makefile =================================================================== RCS file: /cvs/ports/meta/xfce/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile 22 Dec 2022 18:21:50 -0000 1.26 +++ Makefile 23 Dec 2022 19:05:30 -0000 @@ -6,8 +6,8 @@ PKGNAME= xfce-${V} PKGNAME-main = xfce-${V} PKGNAME-extras = xfce-extras-${V} -REVISION-extras = 0 -REVISION-main = 1 +REVISION-extras = 1 +REVISION-main = 2 MAINTAINER = Landry Breuil <lan...@openbsd.org> @@ -46,6 +46,7 @@ RUN_DEPENDS-extras += \ STEM-=${V}:${BASE_PKGPATH},-main \ textproc/catfish \ x11/gigolo \ + x11/xfce4/orage \ x11/xfce4/xfdashboard \ x11/xfce4/xfmpc \ x11/xfce4/parole Index: pkg/DESCR-extras =================================================================== RCS file: /cvs/ports/meta/xfce/pkg/DESCR-extras,v retrieving revision 1.2 diff -u -p -r1.2 DESCR-extras --- pkg/DESCR-extras 10 Aug 2013 23:17:42 -0000 1.2 +++ pkg/DESCR-extras 23 Dec 2022 19:06:11 -0000 @@ -1,5 +1,6 @@ The Xfce Desktop Environment, full installation. Contains base Xfce plus: * a media player (parole) * an mpc client (xfmpc) + * a calendar (orage) * a lot of panel plugins * thunar plugins (archive, media-tags, thumbnailers and vcs) Index: pkg/DESCR-main =================================================================== RCS file: /cvs/ports/meta/xfce/pkg/DESCR-main,v retrieving revision 1.2 diff -u -p -r1.2 DESCR-main --- pkg/DESCR-main 10 Aug 2013 23:17:42 -0000 1.2 +++ pkg/DESCR-main 23 Dec 2022 19:06:13 -0000 @@ -1,7 +1,6 @@ The Xfce Desktop Environment, base installation. Contains core Xfce plus: * theme packages * a terminal (xfce4-terminal) - * a calendar (orage) * an image viewer (ristretto) * a text editor (mousepad) * a sound mixer (xfce4-mixer)