Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 09:02:30 UTC Now

2017-10-28 18:56:04 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5588 - requested by maya
shells/fish: build fix

Revisions pulled up:
- shells/fish/Makefile                                          1.12
- shells/fish/distinfo                                          1.9
- shells/fish/patches/patch-configure.ac                        1.1
- shells/fish/patches/patch-src_fallback.cpp                    1.1
- shells/fish/patches/patch-src_fallback.h                      1.1
- shells/fish/patches/patch-src_output.cpp                      1.1
- shells/fish/patches/patch-src_output.h                        1.1
- shells/fish/patches/patch-src_screen.cpp                      1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Tue Oct 24 03:51:41 UTC 2017

  Modified Files:
          pkgsrc/shells/fish: Makefile distinfo
  Added Files:
          pkgsrc/shells/fish/patches: patch-configure.ac patch-src_fallback.cpp
              patch-src_fallback.h patch-src_output.cpp patch-src_output.h
              patch-src_screen.cpp

  Log Message:
  fish: add patches from pkgsrc-wip reported to fix build with clang
  force ncurses because auto-completion is broken with netbsd curses.

  bump pkgrevision

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/fish/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/shells/fish/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/shells/fish/patches/patch-configure.ac \
      pkgsrc/shells/fish/patches/patch-src_fallback.cpp \
      pkgsrc/shells/fish/patches/patch-src_fallback.h \
      pkgsrc/shells/fish/patches/patch-src_output.cpp \
      pkgsrc/shells/fish/patches/patch-src_output.h \
      pkgsrc/shells/fish/patches/patch-src_screen.cpp

(spz)