Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 00:27:16 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530850 - head/sysutils/duplicity
Message-ID:  <202004060027.0360RGEi071351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Apr  6 00:27:15 2020
New Revision: 530850
URL: https://svnweb.freebsd.org/changeset/ports/530850

Log:
  sysutils/duplicity: Fix build when NLS option is off
  
  Reported by:	filis
  MFH:		2020Q2 (build blanket)

Modified:
  head/sysutils/duplicity/Makefile

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Mon Apr  6 00:17:34 2020	(r530849)
+++ head/sysutils/duplicity/Makefile	Mon Apr  6 00:27:15 2020	(r530850)
@@ -65,7 +65,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?202004060027.0360RGEi071351>