release: sprinkle UNAME_r hacks following c883b6fd8c
Pass UNAME_r override to make(1) for ports builds when building ports for another branch. MFC after: 3 days MFC with:0be274d373
,80ab50e1de
,c883b6fd8c
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
fc1e79740e
commit
63749bfe96
@ -39,7 +39,7 @@ azure-check-depends:
|
|||||||
. endif
|
. endif
|
||||||
env ASSUME_ALWAYS_YES=yes pkg install -y www/npm
|
env ASSUME_ALWAYS_YES=yes pkg install -y www/npm
|
||||||
. else
|
. else
|
||||||
make -C ${PORTSDIR}/www/npm BATCH=1 all install clean
|
env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/www/npm BATCH=1 all install clean
|
||||||
. endif
|
. endif
|
||||||
. endif
|
. endif
|
||||||
npm install -g azure-cli
|
npm install -g azure-cli
|
||||||
|
@ -33,7 +33,7 @@ CW_EC2_PORTINSTALL=
|
|||||||
|
|
||||||
cw-ec2-portinstall:
|
cw-ec2-portinstall:
|
||||||
.if exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile)
|
.if exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile)
|
||||||
env - PATH=$$PATH make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
|
env - UNAME_r=${UNAME_r} PATH=$$PATH make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
|
||||||
.else
|
.else
|
||||||
. if !exists(/usr/local/sbin/pkg-static)
|
. if !exists(/usr/local/sbin/pkg-static)
|
||||||
env ASSUME_ALWAYS_YES=yes pkg bootstrap -y
|
env ASSUME_ALWAYS_YES=yes pkg bootstrap -y
|
||||||
|
@ -48,7 +48,7 @@ gce-check-depends:
|
|||||||
. endif
|
. endif
|
||||||
env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk
|
env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk
|
||||||
. else
|
. else
|
||||||
make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean
|
env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ vagrant-check-depends:
|
|||||||
. endif
|
. endif
|
||||||
env ASSUME_ALWAYS_YES=yes pkg install -y curl
|
env ASSUME_ALWAYS_YES=yes pkg install -y curl
|
||||||
. else
|
. else
|
||||||
make -C ${PORTSDIR}/ftp/curl BATCH=1 all install clean
|
env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/ftp/curl BATCH=1 all install clean
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user