Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 21:43:24 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530930 - branches/2020Q2/sysutils/duplicity
Message-ID:  <202004062143.036LhOGV053813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Apr  6 21:43:24 2020
New Revision: 530930
URL: https://svnweb.freebsd.org/changeset/ports/530930

Log:
  MFH: r530850
  
  sysutils/duplicity: Fix build when NLS option is off
  
  Reported by:	filis
  
  Approved by:	ports-secteam (blanket, build fix)

Modified:
  branches/2020Q2/sysutils/duplicity/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/sysutils/duplicity/Makefile
==============================================================================
--- branches/2020Q2/sysutils/duplicity/Makefile	Mon Apr  6 21:27:31 2020	(r530929)
+++ branches/2020Q2/sysutils/duplicity/Makefile	Mon Apr  6 21:43:24 2020	(r530930)
@@ -64,7 +64,7 @@ post-patch:
 .endfor
 
 post-patch-NLS-off:
-	@${REINPLACE_CMD} -e '55,63d' \
+	@${REINPLACE_CMD} -e '105,129d' \
 		${WRKSRC}/setup.py
 
 post-patch-FTP-off:



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