pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/math/octave



On Sun, Aug 07, 2016 at 11:07:02PM +0200, Joerg Sonnenberger wrote:
> On Sat, Aug 06, 2016 at 01:03:35PM +0000, Patrick Welche wrote:
> > Log Message:
> > Update octave to 4.0.3
> > 
> > XXX installs lib/charset.alias - is this a problem?
> 
> Yes. It's a bug and must be fixed.

Thanks to wiz for the hint - I had no idea about:

# make show-var VARNAME=CHECK_FILES_SKIP
/usr/pkg/share/icons/hicolor/icon-theme.cache /usr/pkg/.*/dir /usr/pkg/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/perllocal.pod /usr/pkg/lib/R/doc/html/packages.html 
/usr/pkg/lib/R/doc/html/search/index.txt /var/db/pkg/.* /usr/pkg/emul/linux/proc.* /usr/pkg/emul/linux32/proc.* /var/db/pkg.refcount.* /usr/pkgsrc/packages/.* /usr/pkgsrc/distfiles/.* /var/.* 
/usr/pkg/lib/charset.alias /usr/pkg/share/locale/locale.alias

which lists charset.alias.

(I had gone for

--- libgnu/Makefile.in.orig     2016-08-08 10:10:38.552096465 +0000
+++ libgnu/Makefile.in
@@ -2672,7 +2672,7 @@ getopt.h: getopt.in.h $(top_builddir)/co
 # avoid installing it.
 
 all-local: charset.alias ref-add.sed ref-del.sed
-install-exec-local: install-exec-localcharset
+install-exec-local:
 install-exec-localcharset: all-local
        if test $(GLIBC21) = no; then \
          case '$(host_os)' in \
@@ -2701,7 +2701,7 @@ install-exec-localcharset: all-local
          fi ; \
        fi
 
-uninstall-local: uninstall-localcharset
+uninstall-local:
 uninstall-localcharset: all-local
        if test -f $(charset_alias); then \
          sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
)



Home | Main Index | Thread Index | Old Index