On Sun, Mar 07, 2021 at 09:08:20PM +0000, Stuart Henderson wrote:
> On 2021/03/07 21:40, Klemens Nanni wrote:
> > On Sun, Mar 07, 2021 at 08:08:59PM +0000, Stuart Henderson wrote:
> > > > > +++ pkg/DESCR 7 Mar 2021 18:36:33 -0000
> > > > > @@ -1,6 +1,7 @@
> > > > > -piemenu is a pie menu utility for X. It receives a menu
> > > > > specification OD
> > > > > +piemenu is a pie menu utility for X. It receives a menu specification
> > > > > in stdin, shows a menu for the user to select one of the options,
> > >
> > > "from stdin" or "from standard input" would read a little better
> > Agreed, but DESCR is taken from the project's readme as is, so I've left
> > our copy as-is.
> >
>
> Hmm. That doesn't make a lot of sense to me...
Sorry for the noise; OK for that?
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/pmenu/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 4 Mar 2021 22:46:21 -0000 1.1.1.1
+++ Makefile 7 Mar 2021 21:05:58 -0000
@@ -5,6 +5,7 @@ COMMENT = contextual radial menu for X11
GH_ACCOUNT = phillbush
GH_PROJECT = pmenu
GH_TAGNAME = v2.2.0
+REVISION = 0
CATEGORIES = x11
@@ -25,6 +26,12 @@ NO_TEST = Yes
MAKE_FLAGS = FREETYPEINC=${X11BASE}/include/freetype2 \
MANPREFIX=${PREFIX}/man
+
+# ${WRKSRC}/config.mk ignores the environment, i.e. it should append to
+# (`+=') not set (`=') variables.
+# XXX CPPFLAGS is empty added to the end; abuse it to avoid patches and pass
+# CFLAGS such that DEBUG is honoured as required for DEBUG_PACKAGES to work.
+MAKE_FLAGS += CPPFLAGS='${CFLAGS}'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pmenu
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/x11/pmenu/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 4 Mar 2021 22:46:21 -0000 1.1.1.1
+++ pkg/DESCR 7 Mar 2021 21:16:46 -0000
@@ -1,6 +1,7 @@
-piemenu is a pie menu utility for X. It receives a menu specification OD
-in stdin, shows a menu for the user to select one of the options,
+piemenu is a pie menu utility for X. It receives a menu specification
+from stdin, shows a menu for the user to select one of the options
and outputs the option selected to stdout.
+
Features include radial Submenus (some pie-menu slices can spawn another
-menu), Icons (pie-menu slices can contain icon image),X resources support
-and Root window mode
+menu), Icons (pie-menu slices can contain icon image), X resources support
+and Root window mode.