Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148564419
D20619.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D20619.diff
View Options
Index: head/Mk/Uses/tar.mk
===================================================================
--- head/Mk/Uses/tar.mk
+++ head/Mk/Uses/tar.mk
@@ -3,7 +3,7 @@
# handle tar archives
#
# Feature: tar
-# Usage: USES=tar[:[xz|lzma|Z|bzip2|tgz|tbz]]
+# Usage: USES=tar[:[xz|lz|lzma|txz|bz[ip]2|tgz|tbz|tbz2|Z]]
#
# MAINTAINER: portmgr@FreeBSD.org
@@ -12,6 +12,8 @@
.if ${tar_ARGS} == xz
EXTRACT_SUFX?= .tar.xz
+.elif ${tar_ARGS} == lz
+EXTRACT_SUFX?= .tar.lz
.elif ${tar_ARGS} == lzma
EXTRACT_SUFX?= .tar.lzma
.elif ${tar_ARGS} == txz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 19, 7:16 PM (14 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29975390
Default Alt Text
D20619.diff (544 B)
Attached To
Mode
D20619: Mk/Uses/tar.mk: add support for .tar.lz archives
Attached
Detach File
Event Timeline
Log In to Comment