Date: Sat, 2 Jun 2007 00:10:30 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113229: [MAINTAINER] chinese/pcmanx: Fix AntiIdle bug Message-ID: <20070601161033.16F442EDA7@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200706011650.l51Go4Xi045648@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113229 >Category: ports >Synopsis: [MAINTAINER] chinese/pcmanx: Fix AntiIdle bug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 01 16:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #4: Thu Apr 26 09:34:48 CST 2007 >Description: - Fix Bug(AntiIdle) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pcmanx-0.3.5_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/pcmanx/Makefile /usr/home/chinsan/project/pcmanx/Makefile --- /usr/ports/chinese/pcmanx/Makefile Sun May 20 06:07:30 2007 +++ /usr/home/chinsan/project/pcmanx/Makefile Fri Jun 1 23:31:46 2007 @@ -7,7 +7,7 @@ PORTNAME= pcmanx PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} @@ -35,10 +35,11 @@ .endif post-extract: - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_CN.po - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_TW.po + @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_CN.po \ + ${WRKSRC}/po/zh_TW.po ${WRKSRC}/src/generalprefpage.cpp \ + ${WRKSRC}/src/view/telnetview.cpp @${REINPLACE_CMD} -e 's/wget -O/fetch -o/' ${WRKSRC}/src/mainframe.cpp - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/src/generalprefpage.cpp - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/src/view/telnetview.cpp + @${REINPLACE_CMD} -e 's/Antiidlestr/AntiIdleStr/' \ + ${WRKSRC}/src/appconfig.cpp .include <bsd.port.mk> --- pcmanx-0.3.5_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070601161033.16F442EDA7>