aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-02-26 05:49:33 +0800
committerbapt <bapt@FreeBSD.org>2016-02-26 05:49:33 +0800
commit2a49e21e3b94482de7c21306b98fe4d1315e2c3c (patch)
treec8a4a0c4c108840bcad091e0a164c4c94c365f43 /ports-mgmt
parent78995308bbbcb234de195f1e47bae72267942a99 (diff)
downloadfreebsd-ports-gnome-2a49e21e3b94482de7c21306b98fe4d1315e2c3c.tar.gz
freebsd-ports-gnome-2a49e21e3b94482de7c21306b98fe4d1315e2c3c.tar.zst
freebsd-ports-gnome-2a49e21e3b94482de7c21306b98fe4d1315e2c3c.zip
Add a patch to fix hardlink installation
pkg 1.6.5 is on its way but requires more testing
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index c5cef6649df4..a8dc1966b708 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -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)