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 (12m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 20:46:45 UTC Now

2013-10-20 11:11:23 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4247 - requested by bsiegert
lang/gawk: build fix

Revisions pulled up:
- lang/gawk/Makefile                                            1.57
- lang/gawk/PLIST                                              1.20
- lang/gawk/distinfo                                            1.25
- lang/gawk/patches/patch-extension_configure                  1.1

---
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Sat Oct 19 19:47:39 UTC 2013

  Modified Files:
          pkgsrc/lang/gawk: Makefile PLIST distinfo
  Added Files:
          pkgsrc/lang/gawk/patches: patch-extension_configure

  Log Message:
  Fix build on MirBSD.

  The gawk developers added code to skip building the extensions on MirBSD
  but inserted a syntax error. Also skip the extensions in the PLIST on MirBSD.

(tron)