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 (3m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 20:08:29 UTC Now

2023-03-19 12:16:30 UTC MAIN commitmail json YAML

exorcism: Remove USE_LANGUAGES and adjust distfile handling

- Using empty USE_LANGUAGES at least for Go 1.20.x is problematic because
  runtime/cgo and probably other modules actually needs a C compiler (build
  fails without it too)
- Set a non-generic DISTNAME to avoid possible conflicts (there could be several
  `cli' distfiles, they can eventually conflicts eachother and we can eventually
  avoid that via DIST_SUBDIR or just by setting DISTNAME (that's simpler))

Bump PKGREVISION.

(leot)