svn commit: r353726 - head/devel/subversion

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 11 19:22:54 UTC 2014


Author: amdmi3
Date: Sun May 11 19:22:53 2014
New Revision: 353726
URL: http://svnweb.freebsd.org/changeset/ports/353726
QAT: https://qat.redports.org/buildarchive/r353726/

Log:
  - Convert USE_BZIP2 to USES
  - Silence post-patch
  
  PR:		188874
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/devel/subversion/Makefile.common

Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common	Sun May 11 18:53:23 2014	(r353725)
+++ head/devel/subversion/Makefile.common	Sun May 11 19:22:53 2014	(r353726)
@@ -9,10 +9,9 @@ MASTER_SITES=	${MASTER_SITE_APACHE}
 DIST_SUBDIR=	subversion18
 MASTER_SITE_SUBDIR=	subversion
 
-USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_KDE4=	# Used below if KWallet support is enabled
-USES+=		pkgconfig
+USES+=		tar:bzip2 pkgconfig
 
 LICENSE=	APACHE20
 
@@ -114,10 +113,10 @@ post-patch:
 	@${ECHO_CMD} "#define ORGANIZATION_NAME \"${ORGANIZATION}\"" > ${WRKSRC}/subversion/freebsd-organization.h
 .endif
 # shebangfix
-	${GREP} -Rl -e '#!/bin/b' -e '#!/bin/env' -e '#!/usr/bin/p' ${WRKSRC}/tools/ \
+	@${GREP} -Rl -e '#!/bin/b' -e '#!/bin/env' -e '#!/usr/bin/p' ${WRKSRC}/tools/ \
 		| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
 		-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
 		-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
 # remove all .bak files to clean the stage
-	${FIND} ${WRKSRC} -name '*.bak' -delete
+	@${FIND} ${WRKSRC} -name '*.bak' -delete
 


More information about the svn-ports-all mailing list