Am Mon, Mar 18, 2024 at 02:37:28PM +0100 schrieb Stefan Hagen: > Hi, > > $ pkg_add remind > quirks-7.14 signed on 2024-03-17T12:22:05Z > remind-4.3.2:[..snip the deps..] > remind-4.3.2:p5-JSON-MaybeXS-1.004005: ok > remind-4.3.2:tcl-8.6.13: ok > remind-4.3.2:tk-8.6.13: ok > remind-4.3.2:p5-Cairo-1.109: ok > remind-4.3.2:p5-Glib2-1.3294: ok > remind-4.3.2:p5-Pango-1.227p3: ok > remind-4.3.2:tcl-8.5.19p6: ok > remind-4.3.2:tcllib-1.21pl0p0: ok > remind-4.3.2: ok > Running > tags|************************************************************************************|100% > gtk-update-icon-cache: Failed to open file > /usr/local/share/icons/tkremind/.icon-theme.cache : No such file or directory > system(/bin/sh, -c, /usr/local/bin/gtk-update-icon-cache -q -t > /usr/local/share/icons/tkremind) failed: exit(1) > Running tags: ok > New and changed readme(s): > /usr/local/share/doc/pkg-readmes/tcl-8.5 > /usr/local/share/doc/pkg-readmes/tcl-8.6 > > This is because: > > cat pkg/PLIST: > @tag gtk-update-icon-cache %D/share/icons/tkremind > > But nothing was installed to ../share/icons/.. > > I think we can remove this line. > > OK? Yes, you are right.
> > Best Regards, > Stefan > > Index: misc/remind/Makefile > =================================================================== > RCS file: /cvs/ports/misc/remind/Makefile,v > diff -u -p -u -p -r1.71 Makefile > --- misc/remind/Makefile 4 Mar 2024 10:22:45 -0000 1.71 > +++ misc/remind/Makefile 18 Mar 2024 13:29:27 -0000 > @@ -2,6 +2,7 @@ COMMENT= scripting language for reminder > > DISTNAME= remind-04.03.02 > PKGNAME= remind-4.3.2 > +REVISION= 0 > > CATEGORIES= misc > > Index: misc/remind/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/misc/remind/pkg/PLIST,v > diff -u -p -u -p -r1.16 PLIST > --- misc/remind/pkg/PLIST 4 Mar 2024 10:22:45 -0000 1.16 > +++ misc/remind/pkg/PLIST 18 Mar 2024 13:29:27 -0000 > @@ -55,4 +55,3 @@ share/remind/seasons.rem > share/remind/site/ > share/remind/site/README > @tag update-desktop-database > -@tag gtk-update-icon-cache %D/share/icons/tkremind >