Path to this page:
./
net/go-net,
Supplementary network libraries for Go
Branch: pkgsrc-2017Q4,
Version: 20170308nb1,
Package name: go-net-20170308nb1,
Maintainer: bsiegertThis package contains supplementary Go networking libraries.
Required to build:[
lang/go] [
pkgtools/cwrappers] [
security/go-crypto] [
textproc/go-text]
Master sites:
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version go-net-20170308nb1 (created)
CVS history: (Expand)
2018-01-04 22:13:18 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket #5669 - requested by bsiegert
net/go-net: build fix
Revisions pulled up:
- net/go-net/Makefile 1.18
- net/go-net/PLIST 1.6
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Dec 31 15:59:25 UTC 2017
Modified Files:
pkgsrc/net/go-net: Makefile PLIST
Log message:
Fix build on Linux.
Linux has h2i but not the (BSD-specific) route package. Instead of having
a PLIST var named notsunos, create two separate ones for h2i and route.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/go-net/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/go-net/PLIST
|