pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49909 CVS commit: pkgsrc/net/gcloud-golang-metadata



The following reply was made to PR pkg/49909; it has been noted by GNATS.

From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49909 CVS commit: pkgsrc/net/gcloud-golang-metadata
Date: Sat, 25 Jul 2015 14:23:58 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Sat Jul 25 14:23:58 UTC 2015
 
 Modified Files:
 	pkgsrc/net/gcloud-golang-metadata: Makefile
 
 Log Message:
 Fix build on NetBSD, PR pkg/49909.
 
 It turns out that [^a]* matches all files not beginning with a on Darwin
 and all files beginning with a on NetBSD. Work around this by crafting
 a for loop with a case expression.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gcloud-golang-metadata/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index