aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-30 04:51:03 +0800
committergjb <gjb@FreeBSD.org>2015-06-30 04:51:03 +0800
commit6575cc272a5fd19a90d8acf38ef1dd42f4d785be (patch)
tree5d1b9907ccff06101671720de0ea8c1a89148be3 /sysutils
parent53ef32060cd7a8dc3c67cdb4f6b9cae9d2ffafd4 (diff)
downloadfreebsd-ports-gnome-6575cc272a5fd19a90d8acf38ef1dd42f4d785be.tar.gz
freebsd-ports-gnome-6575cc272a5fd19a90d8acf38ef1dd42f4d785be.tar.zst
freebsd-ports-gnome-6575cc272a5fd19a90d8acf38ef1dd42f4d785be.zip
Mark sysutils/vhdtool as DEPRECATED. This utility does not
create properly-formatted VHD image files. mkimg(1) should be used instead. Set the expiration to 2015-07-31. While here, pet portlint. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/vhdtool/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/vhdtool/Makefile b/sysutils/vhdtool/Makefile
index 0ee4048116b9..f6f004182eb4 100644
--- a/sysutils/vhdtool/Makefile
+++ b/sysutils/vhdtool/Makefile
@@ -11,13 +11,18 @@ COMMENT= Convert raw disk images to VHD files
LICENSE= GPLv2
-USE_LDCONFIG= yes
LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+
+USE_LDCONFIG= yes
+
CFLAGS+= -I${LOCALBASE}/include \
-L${LOCALBASE}/lib \
-I${LOCALBASE}/lib \
-luuid
+DEPRECATED= Use mkimg(1) instead
+EXPIRATION_DATE=2015-07-31
+
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README