./net/go-net, Supplementary network libraries for Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q4, Version: 20170308nb1, Package name: go-net-20170308nb1, Maintainer: bsiegert

This package contains supplementary Go networking libraries.


Required to build:
[lang/go] [pkgtools/cwrappers] [security/go-crypto] [textproc/go-text]

Master sites:


Version history: (Expand)


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