ports/72558: [PATCH] net/kdenetwork: [dont use bash on kopete_latexconvert.sh]

Michael Johnson ahze at ahze.net
Tue Oct 12 07:00:49 UTC 2004


>Number:         72558
>Category:       ports
>Synopsis:       [PATCH] net/kdenetwork: [dont use bash on kopete_latexconvert.sh]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 12 07:00:48 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
- use ${SH} instead of /bin/bash for kopete_latexconvert.sh

Port maintainer (kde at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- kdenetwork-3.3.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/kdenetwork3/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- Makefile	3 Sep 2004 17:00:28 -0000	1.105
+++ Makefile	12 Oct 2004 06:47:17 -0000
@@ -51,6 +51,8 @@
 	@${REINPLACE_CMD} \
 	-E -e '/^SUBDIRS/s/lisa//g' \
 		${WRKSRC}/doc/Makefile.in
+	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
+		${WRKSRC}/kopete/plugins/latex/kopete_latexconvert.sh
 
 post-configure:
 .if ${OSVERSION} < 500028
--- kdenetwork-3.3.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list