Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:29:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560241 - head/devel/readline
Message-ID:  <202101032029.103KTsw0028112@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:29:54 2021
New Revision: 560241
URL: https://svnweb.freebsd.org/changeset/ports/560241

Log:
  Read inputrc from LOCALBASE/etc/inputrc rather than /etc/inputrc
  
  - Bump PORTREVISION for package change
  
  PR:		247933
  Reported by:	Michael Osipov <michael.osipov@siemens.com>

Modified:
  head/devel/readline/Makefile

Modified: head/devel/readline/Makefile
==============================================================================
--- head/devel/readline/Makefile	Sun Jan  3 20:29:49 2021	(r560240)
+++ head/devel/readline/Makefile	Sun Jan  3 20:29:54 2021	(r560241)
@@ -3,6 +3,7 @@
 
 PORTNAME=	readline
 PORTVERSION=	8.0.${PATCHLEVEL}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}
@@ -37,6 +38,7 @@ PATCHFILES+=	${PORTNAME}${PORTVERSION:R:S|.||}-${patch
 .endfor
 
 post-patch:
+	@${REINPLACE_CMD} -e '/SYS_INPUTRC/ s|/etc/inputrc|${LOCALBASE}&|' ${WRKSRC}/rlconf.h
 .if exists(/usr/lib/libtermcapw.so)
 	@${REINPLACE_CMD} 's|-ltermcap|-ltermcapw|g' ${WRKSRC}/configure
 .endif



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