Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 19:19:59 GMT
From:      Dmitry Klimov <lazyklimm@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122945: bad Makefile in www/opera port revision 1.71
Message-ID:  <200804201919.m3KJJxok023451@www.freebsd.org>
Resent-Message-ID: <200804201930.m3KJU1LZ008978@freefall.freebsd.org>

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

>Number:         122945
>Category:       ports
>Synopsis:       bad Makefile in www/opera port revision 1.71
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 19:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Klimov
>Release:        RELENG_63
>Organization:
Truebsd
>Environment:
don't care
>Description:
bad www/opera port
Makefile rev 1.71 has an error

>How-To-Repeat:
cd /usr/ports/www/opera && make 
>Fix:
--- Makefile	2008-04-19 21:54:12.000000000 +0400
+++ Makefile.good	2008-04-20 23:03:49.000000000 +0400
@@ -106,7 +106,7 @@
 post-patch:
 	@${CP} ${WRKSRC}/search.ini ${WRKSRC}/locale/en
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
-		s|%%LOCALBASE%%|${LOCALBASE}|g ; \
+		s|%%LOCALBASE%%|${LOCALBASE}|g ' \
 			${WRKSRC}/install.sh ${WRKSRC}/ini/pluginpath.ini \
 			${WRKSRC}/config/opera6rc
 	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/install.sh


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



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