pkgsrc-Bugs archive

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

Re: pkg/55900 go14 bootstrap timestamp issues



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

From: Michael van Elst <mlelstv%serpens.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/55900 go14 bootstrap timestamp issues
Date: Sun, 24 Jan 2021 12:27:03 +0100

 This patch seems to avoid the issue:
 
 RCS file: /cvsroot/pkgsrc/lang/go14/Makefile,v
 retrieving revision 1.23
 diff -p -u -r1.23 Makefile
 --- lang/go14/Makefile  20 Oct 2020 11:22:27 -0000      1.23
 +++ lang/go14/Makefile  24 Jan 2021 11:24:21 -0000
 @@ -15,7 +15,7 @@ COMMENT=      The Go programming language
  LICENSE=       modified-bsd
  
  WRKSRC=                ${WRKDIR}/go
 -USE_TOOLS+=    bash:run perl:run pax
 +USE_TOOLS+=    bash:run perl:run pax touch
  
  # uses ulimit -T
  BUILD_DEPENDS+=        bash>=4.2nb3:../../shells/bash
 @@ -88,5 +88,6 @@ do-install:
  	cd ${WRKSRC} && rm -rf .hgignore .hgtags pkg/obj
  	cd ${WRKDIR}/go && pax -rw * ${DESTDIR}${GOROOT_FINAL}
  	find ${DESTDIR}${GOROOT_FINAL} -name \*.orig -exec rm {} \;
 +	find ${DESTDIR}${GOROOT_FINAL} -type f -exec ${TOUCH} -r ${DESTDIR}${GOROOT_FINAL} {} \;
  
  .include "../../mk/bsd.pkg.mk"
 
 
 -- 
                                 Michael van Elst
 Internet: mlelstv%serpens.de@localhost
                                 "A potential Snark may lurk in every tree."
 


Home | Main Index | Thread Index | Old Index