Date: Wed, 27 Jul 2005 04:34:18 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84144: [MAINTAINER UPDATE] chinese/pcmanx: upgrade to 0.2.6 Message-ID: <20050726203418.5F3CF73045@chinsan.twbbs.org> Resent-Message-ID: <200507262040.j6QKeQHM084885@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84144 >Category: ports >Synopsis: [MAINTAINER UPDATE] chinese/pcmanx: upgrade to 0.2.6 >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: Tue Jul 26 20:40:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jul 7 10:03:49 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: upgrade to 0.2.6(0.1.8-> 0.2.6) Thanks. :) >How-To-Repeat: >Fix: --- pcmanx.diff begins here --- diff -ruN pcmanx.orig/Makefile pcmanx/Makefile --- pcmanx.orig/Makefile Wed Jul 27 04:14:54 2005 +++ pcmanx/Makefile Wed Jul 27 04:27:45 2005 @@ -6,7 +6,7 @@ # PORTNAME= pcmanx -PORTVERSION= 0.1.8 +PORTVERSION= 0.2.6 CATEGORIES= chinese net MASTER_SITES= http://pcmanx.csie.net/release/ \ http://bbs.ilc.edu.tw/~chinsan/pcmanx/ @@ -31,8 +31,5 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif - -post-patch: - @${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff -ruN pcmanx.orig/distinfo pcmanx/distinfo --- pcmanx.orig/distinfo Wed Jul 27 04:14:54 2005 +++ pcmanx/distinfo Wed Jul 27 04:15:26 2005 @@ -1,2 +1,2 @@ -MD5 (pcmanx-pure-gtk2-0.1.8.tar.gz) = 8b101c9bc3c8b761e6503dafcf8fab0f -SIZE (pcmanx-pure-gtk2-0.1.8.tar.gz) = 503749 +MD5 (pcmanx-pure-gtk2-0.2.6.tar.gz) = 0cd39e2c5aba6ff940aa41ecd7c8f681 +SIZE (pcmanx-pure-gtk2-0.2.6.tar.gz) = 544943 diff -ruN pcmanx.orig/files/patch-src-stringutil.cpp pcmanx/files/patch-src-stringutil.cpp --- pcmanx.orig/files/patch-src-stringutil.cpp Wed Jul 27 04:14:54 2005 +++ pcmanx/files/patch-src-stringutil.cpp Thu Jan 1 08:00:00 1970 @@ -1,10 +0,0 @@ ---- src/stringutil.cpp.orig Thu Jul 7 14:08:01 2005 -+++ src/stringutil.cpp Wed Jul 20 13:32:46 2005 -@@ -11,6 +11,7 @@ - - #include "stringutil.h" - #include <ctype.h> -+#include <stdio.h> - - int strncmpi(const char* str1, const char* str2, size_t len) - { diff -ruN pcmanx.orig/files/patch-src-telnetcon.h pcmanx/files/patch-src-telnetcon.h --- pcmanx.orig/files/patch-src-telnetcon.h Wed Jul 27 04:14:54 2005 +++ pcmanx/files/patch-src-telnetcon.h Thu Jan 1 08:00:00 1970 @@ -1,10 +0,0 @@ ---- src/telnetcon.h.orig Tue Jul 19 21:30:01 2005 -+++ src/telnetcon.h Wed Jul 20 13:36:06 2005 -@@ -25,6 +25,7 @@ - #include <string> - #include <vector> - -+#include <sys/types.h> - #include <netinet/in.h> - - using namespace std; diff -ruN pcmanx.orig/files/patch-src-telnetview.cpp pcmanx/files/patch-src-telnetview.cpp --- pcmanx.orig/files/patch-src-telnetview.cpp Wed Jul 27 04:14:54 2005 +++ pcmanx/files/patch-src-telnetview.cpp Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- src/telnetview.cpp.orig Wed Jul 20 07:07:54 2005 -+++ src/telnetview.cpp Wed Jul 20 13:39:22 2005 -@@ -178,7 +178,7 @@ - "utf-8", m_pTermData->m_Encoding.c_str(), "?", NULL, &wl, NULL); - if(purl) - { -- m_s_ANSIColorStr.clear(); -+ m_s_ANSIColorStr = ""; - GtkClipboard* clipboard = gtk_clipboard_get( GDK_NONE ); - gtk_clipboard_set_text(clipboard, purl, wl ); - clipboard = gtk_clipboard_get( GDK_SELECTION_PRIMARY); diff -ruN pcmanx.orig/files/patch-src-termview.cpp pcmanx/files/patch-src-termview.cpp --- pcmanx.orig/files/patch-src-termview.cpp Wed Jul 27 04:14:54 2005 +++ pcmanx/files/patch-src-termview.cpp Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- src/termview.cpp.orig Tue Jul 19 19:37:38 2005 -+++ src/termview.cpp Wed Jul 20 13:27:05 2005 -@@ -728,7 +728,7 @@ - m_s_ANSIColorStr = m_pTermData->GetSelectedTextWithColor(trim); - else - { -- m_s_ANSIColorStr.clear(); -+ m_s_ANSIColorStr = ""; - string text = m_pTermData->GetSelectedText(trim); - - gsize wl = 0; --- pcmanx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050726203418.5F3CF73045>