libgpg-error's gpgrt.info is pretty much useless, it is meant to
be library programmer docs but many pages just say things like TBD
or "The goal is to that all functions and data types provided by
the library are explained. However, for now this is only a stub
and not very useful."

This is responsible for one of the more common cases of the spam at
pkg_add -u time, is it OK to remove it from the package?

install-info: warning: no entries found for `/usr/local/info/gpgrt.info'; 
nothing deleted
install-info: menu item `libgpg-error' already exists, for file `gnupg'
system(/usr/bin/install-info, --info-dir=/usr/local/info, --, 
/usr/local/info/gpgrt.info) failed: exit(1)

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libgpg-error/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile    5 Nov 2021 08:02:58 -0000       1.57
+++ Makefile    12 Nov 2021 20:31:43 -0000
@@ -3,6 +3,7 @@
 COMMENT=               error codes for GnuPG related software
 
 DISTNAME=              libgpg-error-1.43
+REVISION=              0
 CATEGORIES=            security devel
 EXTRACT_SUFX=          .tar.bz2
 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/libgpg-error/pkg/PLIST,v
retrieving revision 1.16
diff -u -p -r1.16 PLIST
--- pkg/PLIST   8 Feb 2020 12:16:37 -0000       1.16
+++ pkg/PLIST   12 Nov 2021 20:31:43 -0000
@@ -5,7 +5,7 @@ bin/gpgrt-config
 @bin bin/yat2m
 include/gpg-error.h
 include/gpgrt.h
-@info info/gpgrt.info
+@comment @info info/gpgrt.info
 @static-lib lib/libgpg-error.a
 lib/libgpg-error.la
 @lib lib/libgpg-error.so.${LIBgpg-error_VERSION}

Reply via email to