ports/113229: [MAINTAINER] chinese/pcmanx: Fix AntiIdle bug

chinsan chinsan at FreeBSD.org
Fri Jun 1 16:50:05 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list