Index: head/sysutils/packer/Makefile =================================================================== --- head/sysutils/packer/Makefile (revision 472843) +++ head/sysutils/packer/Makefile (revision 472844) @@ -1,23 +1,29 @@ # $FreeBSD$ PORTNAME= packer PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= lifanov@FreeBSD.org COMMENT= Tool for creating machine images LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/${PORTNAME} +USES= go + USE_GITHUB= yes GH_ACCOUNT= hashicorp -USES= go - GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} -.include +.include + +.if ${ARCH} == "i386" +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-i386 +.endif + +.include Index: head/sysutils/packer/files/extra-patch-i386 =================================================================== --- head/sysutils/packer/files/extra-patch-i386 (nonexistent) +++ head/sysutils/packer/files/extra-patch-i386 (revision 472844) @@ -0,0 +1,11 @@ +--- vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-01-01/network/expressroutecircuitpeerings.go.orig 2018-06-20 03:54:26 UTC ++++ vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-01-01/network/expressroutecircuitpeerings.go +@@ -50,7 +50,7 @@ func (client ExpressRouteCircuitPeerings + {TargetValue: peeringParameters, + Constraints: []validation.Constraint{{Target: "peeringParameters.ExpressRouteCircuitPeeringPropertiesFormat", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "peeringParameters.ExpressRouteCircuitPeeringPropertiesFormat.PeerASN", Name: validation.Null, Rule: false, +- Chain: []validation.Constraint{{Target: "peeringParameters.ExpressRouteCircuitPeeringPropertiesFormat.PeerASN", Name: validation.InclusiveMaximum, Rule: 4294967295, Chain: nil}, ++ Chain: []validation.Constraint{{Target: "peeringParameters.ExpressRouteCircuitPeeringPropertiesFormat.PeerASN", Name: validation.InclusiveMaximum, Rule: 2147483647, Chain: nil}, + {Target: "peeringParameters.ExpressRouteCircuitPeeringPropertiesFormat.PeerASN", Name: validation.InclusiveMinimum, Rule: 1, Chain: nil}, + }}, + }}}}}); err != nil { Property changes on: head/sysutils/packer/files/extra-patch-i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property