Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 12:13:52 +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: r383503 - in head: . Mk
Message-ID:  <201504071213.t37CDq8e096415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr  7 12:13:52 2015
New Revision: 383503
URL: https://svnweb.freebsd.org/changeset/ports/383503

Log:
  USE_BZIP2 and USE_XZ are not used anymore in the ports tree mark them as
  unsupported

Modified:
  head/CHANGES
  head/Mk/bsd.port.mk
  head/Mk/bsd.sanity.mk

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Tue Apr  7 12:09:35 2015	(r383502)
+++ head/CHANGES	Tue Apr  7 12:13:52 2015	(r383503)
@@ -10,6 +10,12 @@ in the release notes and/or placed into 
 
 All ports committers are allowed to commit to this file.
 
+20150407:
+AUTHOR: bapt@FreeBSD.org
+
+  USE_XZ and USE_BZIP2 are not supported anymore, they have been replaced by
+  USES=tar:bzip2 and tar:xz
+
 20150328:
 AUTHOR: bapt@FreeBSD.org
 

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Apr  7 12:09:35 2015	(r383502)
+++ head/Mk/bsd.port.mk	Tue Apr  7 12:13:52 2015	(r383503)
@@ -1460,13 +1460,7 @@ ${_f}_ARGS:=	${f:C/^[^\:]*(\:|\$)//:S/,/
 .include "${USESDIR}/${f:C/\:.*//}.mk"
 .endfor
 
-.if defined(USE_BZIP2)
-EXTRACT_SUFX?=			.tar.bz2
-.elif defined(USE_XZ)
-EXTRACT_SUFX?=			.tar.xz
-.else
 EXTRACT_SUFX?=			.tar.gz
-.endif
 
 # You can force skipping these test by defining IGNORE_PATH_CHECKS
 .if !defined(IGNORE_PATH_CHECKS)

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Tue Apr  7 12:09:35 2015	(r383502)
+++ head/Mk/bsd.sanity.mk	Tue Apr  7 12:13:52 2015	(r383503)
@@ -151,8 +151,8 @@ SANITY_UNSUPPORTED=	USE_OPENAL USE_FAM U
 		USE_GETTEXT USE_GMAKE USE_SCONS USE_DRUPAL NO_INSTALL_MANPAGES \
 		INSTALLS_SHLIB USE_PYDISTUTILS PYTHON_CONCURRENT_INSTALL \
 		PYDISTUTILS_AUTOPLIST PYTHON_PY3K_PLIST_HACK PYDISTUTILS_NOEGGINFO \
-		USE_PYTHON_PREFIX
-SANITY_DEPRECATED=	USE_XZ USE_BZIP2 PYTHON_PKGNAMESUFFIX
+		USE_PYTHON_PREFIX USE_BZIP2 USE_XZ
+SANITY_DEPRECATED=	PYTHON_PKGNAMESUFFIX
 
 USE_OPENAL_ALT=		USES=openal
 USE_FAM_ALT=		USES=fam



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