svn commit: r409562 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 25 21:49:35 UTC 2016


Author: bapt
Date: Thu Feb 25 21:49:33 2016
New Revision: 409562
URL: https://svnweb.freebsd.org/changeset/ports/409562

Log:
  Add a patch to fix hardlink installation
  pkg 1.6.5 is on its way but requires more testing

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Thu Feb 25 21:39:39 2016	(r409561)
+++ head/ports-mgmt/pkg/Makefile	Thu Feb 25 21:49:33 2016	(r409562)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pkg
 DISTVERSION=	1.6.4
+PORTREVISION=	1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
@@ -29,6 +30,8 @@ CFLAGS+=	-Wno-error
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-docs_pkg.8
 .endif
 
+EXTRA_PATCHES+=	${FILESDIR}/0001-Fix-installation-of-hardlinks.patch:-p1
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)


More information about the svn-ports-all mailing list