Date: Sun, 12 Aug 2018 23:35:55 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477044 - in head/sysutils/packer: . files Message-ID: <201808122335.w7CNZt0o087844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Sun Aug 12 23:35:55 2018 New Revision: 477044 URL: https://svnweb.freebsd.org/changeset/ports/477044 Log: 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. Deleted: head/sysutils/packer/files/ Modified: head/sysutils/packer/Makefile Modified: head/sysutils/packer/Makefile ============================================================================== --- head/sysutils/packer/Makefile Sun Aug 12 23:31:33 2018 (r477043) +++ head/sysutils/packer/Makefile Sun Aug 12 23:35:55 2018 (r477044) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808122335.w7CNZt0o087844>