Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 21:49:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409562 - head/ports-mgmt/pkg
Message-ID:  <201602252149.u1PLnYMb097687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602252149.u1PLnYMb097687>