svn commit: r477044 - in head/sysutils/packer: . files

Nikolai Lifanov lifanov at FreeBSD.org
Sun Aug 12 23:35:56 UTC 2018


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>


More information about the svn-ports-all mailing list