Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2020 09:08:54 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529082 - in head/games/cursive: . files
Message-ID:  <202003250908.02P98sdu038483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Mar 25 09:08:54 2020
New Revision: 529082
URL: https://svnweb.freebsd.org/changeset/ports/529082

Log:
  games/cursive: remove post-patch sed substituion
  
  Reinstante patch instead since we are replacing just static content
  see: https://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html#slow-patch-automatic-replacements
  
  Not bumping PORTREVISION.
  
  Reported by:    mat@

Added:
  head/games/cursive/files/
  head/games/cursive/files/patch-cursive.6   (contents, props changed)
Modified:
  head/games/cursive/Makefile

Modified: head/games/cursive/Makefile
==============================================================================
--- head/games/cursive/Makefile	Wed Mar 25 07:33:40 2020	(r529081)
+++ head/games/cursive/Makefile	Wed Mar 25 09:08:54 2020	(r529082)
@@ -17,9 +17,6 @@ NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/cursive \
 		man/man6/cursive.6.gz
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/games/||g' ${WRKSRC}/cursive.6
-
 do-build:
 	${CC} ${CFLAGS} -c ${WRKSRC}/cursive.c -o ${WRKSRC}/cursive.o
 	${CC} ${CFLAGS} -c ${WRKSRC}/font.c -o ${WRKSRC}/font.o

Added: head/games/cursive/files/patch-cursive.6
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/cursive/files/patch-cursive.6	Wed Mar 25 09:08:54 2020	(r529082)
@@ -0,0 +1,11 @@
+--- cursive.6.orig	1991-10-20 01:13:47 UTC
++++ cursive.6
+@@ -3,7 +3,7 @@
+ .SH NAME
+ cursive \- print text in cursive script
+ .SH SYNOPSIS
+-.B /usr/games/cursive
++.B cursive
+ [
+ .BI \-i n
+ ]



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