NetBSD-Bugs archive

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

PR/58536 CVS commit: src



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58536 CVS commit: src
Date: Fri, 29 Nov 2024 16:55:24 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Nov 29 16:55:24 UTC 2024
 
 Modified Files:
 	src: build.sh
 
 Log Message:
 build.sh: Experimental new target pkg=CATEGORY/PACKAGE.
 
 Cross-builds a binary package of CATEGORY/PACKAGE from pkgsrc,
 bootstrapping pkgsrc as necessary for the cross-build.
 
 Requires pkgsrc, which can be specified by either:
 
 - setting PKGSRCDIR with -V or in the environment
 - having it at ./pkgsrc
 - having it at ../pkgsrc
 - having it at /usr/pkgsrc
 
 This isn't perfect -- it'd be better if we had some kind of manifest
 for the packages you want built and/or included in install images --
 but I've been sitting on this for months; let's just give it a try
 and see where this goes.  We can take it out again if the experiment
 turns out not to be fruitful.
 
 PR toolchain/58536: build.sh should support cross-building packages
 into images
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.379 -r1.380 src/build.sh
 
 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