aboutsummaryrefslogtreecommitdiff
path: root/sysutils/packer
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2018-08-12 23:35:55 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2018-08-12 23:35:55 +0000
commite16a0d3d0c408f92249730e400d7f2dbfe6ec23d (patch)
treea0e43dc69d4de774cc0a578e3a36104176aaa2b0 /sysutils/packer
parent3a739855c216ff449109d6bb78a635387469dbfa (diff)
downloadports-e16a0d3d0c408f92249730e400d7f2dbfe6ec23d.tar.gz
ports-e16a0d3d0c408f92249730e400d7f2dbfe6ec23d.zip
unbreak sysutils/packer on i386
This removes a patch that's no longer necessary. There is no version bump because there is no package change.
Notes
Notes: svn path=/head/; revision=477044
Diffstat (limited to 'sysutils/packer')
-rw-r--r--sysutils/packer/Makefile8
-rw-r--r--sysutils/packer/files/extra-patch-i38611
2 files changed, 1 insertions, 18 deletions
diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile
index 9597050e9122..d7ad6c35091e 100644
--- a/sysutils/packer/Makefile
+++ b/sysutils/packer/Makefile
@@ -20,10 +20,4 @@ GH_ACCOUNT= hashicorp
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-i386
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/packer/files/extra-patch-i386 b/sysutils/packer/files/extra-patch-i386
deleted file mode 100644
index 259d5d21f308..000000000000
--- a/sysutils/packer/files/extra-patch-i386
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 {