The problem is sign-packages.
I made the following change:
diff --git a/Makefile.inc1 b/Makefile.inc1
index 890ee64..64436d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1262,7 +1262,9 @@ _pkgbootstrap:
.endif
packages:
- ${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} real-packages
+ ${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} \
+ WSTAGEDIR=${WSTAGEDIR} KSTAGEDIR=${KSTAGEDIR} \
+ real-packages
package-pkg:
rm -rf /tmp/ports.${TARGET} || :
but ended up not using it: doing
time env MAKEOBJDIRPREFIX=${HOME}/obj make -DNO_ROOT -DNO_CLEAN -j1 -dl
stage-packages create-packages
ended up creating a whole bunch of packages. If I tried to do a make packages,
it failed.
I haven’t delved further yet, but that’s on the list.
Sean.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
To unsubscribe, send any mail to "[email protected]"