Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 17:31:54 +0100 (CET)
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47464: Maintainer fix for print/xtexsh
Message-ID:  <200301251631.h0PGVs5U073217@durandal.root>

next in thread | raw e-mail | index | archive | help

>Number:         47464
>Category:       ports
>Synopsis:       Maintainer fix for print/xtexsh
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 08:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Sebastien Roy
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
-
>Environment:
System: FreeBSD durandal.root 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 10:54:48 CET 2002 js@durandal.root:/mnt/backup/obj/opt/src/sys/JS i386


>Description:
The xtexsh port still use perl and does not work,
unlike original submission ports/29630 (bad prefix).
This patch should resolves both issues.

>How-To-Repeat:
-
>Fix:

diff -ruN xtexsh/Makefile xtexsh.new/Makefile
--- xtexsh/Makefile	Tue Dec 25 19:22:11 2001
+++ xtexsh.new/Makefile	Sat Jan 25 17:17:39 2003
@@ -18,13 +18,14 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-1.4
 
-USE_X_PREFIX=	yes
 NO_BUILD=	yes
 MAN1=		xtexsh.1
 MANCOMPRESSED=	yes
 
+USE_REINPLACE=	yes
+
 post-patch:
-	@${PERL} -pi -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \
+	@${REINPLACE_CMD} -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \
 		s,/etc,${PREFIX}/etc,; s,bash,sh,' ${WRKSRC}/xtexsh
 
 do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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