FreeBSD Bugzilla – Attachment 30111 Details for
Bug 50860
Update port: chinese/qterm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.79 KB, created by
statue
on 2003-04-12 14:30:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
statue
Created:
2003-04-12 14:30:06 UTC
Size:
3.79 KB
patch
obsolete
>diff -ruN qterm.orig/Makefile qterm/Makefile >--- qterm.orig/Makefile Sat Apr 12 20:32:39 2003 >+++ qterm/Makefile Sat Apr 12 21:28:13 2003 >@@ -6,7 +6,7 @@ > # > > PORTNAME= qterm >-PORTVERSION= 0.1.7 >+PORTVERSION= 0.2.0 > CATEGORIES= chinese > MASTER_SITES= http://qterm.gnuchina.org/qterm-${PORTVERSION}/ \ > ftp://freebsd.sinica.edu.tw/pub/statue/qterm/ >@@ -17,5 +17,10 @@ > USE_QT_VER= 3 > USE_GMAKE= yes > HAS_CONFIGURE= yes >+USE_REINPLACE= yes >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ >+ ${WRKSRC}/qterm/qtermtelnet.cpp > > .include <bsd.port.mk> >diff -ruN qterm.orig/distinfo qterm/distinfo >--- qterm.orig/distinfo Sat Apr 12 20:32:39 2003 >+++ qterm/distinfo Sat Apr 12 20:53:17 2003 >@@ -1 +1 @@ >-MD5 (qterm-0.1.7.tar.gz) = 52ad9f55cf78dca958b01b3cc01e49e4 >+MD5 (qterm-0.2.0.tar.gz) = 78e533ab2cfb330eb93a387aecdd07db >diff -ruN qterm.orig/files/patch-configure qterm/files/patch-configure >--- qterm.orig/files/patch-configure Sat Apr 12 20:32:39 2003 >+++ qterm/files/patch-configure Sat Apr 12 20:56:42 2003 >@@ -1,5 +1,5 @@ >---- configure.orig Fri Jan 10 20:18:26 2003 >-+++ configure Thu Jan 16 08:52:01 2003 >+--- configure.orig Sat Apr 12 20:56:11 2003 >++++ configure Sat Apr 12 20:56:27 2003 > @@ -8752,7 +8752,7 @@ > > >diff -ruN qterm.orig/files/patch-qterm::qtermtelnet.h qterm/files/patch-qterm::qtermtelnet.h >--- qterm.orig/files/patch-qterm::qtermtelnet.h Thu Jan 1 08:00:00 1970 >+++ qterm/files/patch-qterm::qtermtelnet.h Sat Apr 12 21:11:51 2003 >@@ -0,0 +1,14 @@ >+--- qterm/qtermtelnet.h.orig Sat Apr 12 21:10:39 2003 >++++ qterm/qtermtelnet.h Sat Apr 12 21:11:19 2003 >+@@ -8,9 +8,9 @@ >+ #include <winsock2.h> >+ #else >+ #include <netdb.h> >+- #include <sys/socket.h> >+ #include <sys/types.h> >+- #include <arpa/inet.h> >++ #include <sys/socket.h> >++ #include <netinet/in.h> >+ #endif >+ >+ #include <qobject.h> >diff -ruN qterm.orig/pkg-plist qterm/pkg-plist >--- qterm.orig/pkg-plist Sat Apr 12 20:32:39 2003 >+++ qterm/pkg-plist Sat Apr 12 21:22:21 2003 >@@ -1,34 +1,43 @@ > bin/qterm >+share/qterm/address.cfg >+share/qterm/credits.txt > share/qterm/cursor/end.xpm >+share/qterm/cursor/enter.xpm > share/qterm/cursor/exit.xpm >+share/qterm/cursor/hand.xpm > share/qterm/cursor/home.xpm > share/qterm/cursor/next.xpm > share/qterm/cursor/pagedown.xpm > share/qterm/cursor/pageup.xpm > share/qterm/cursor/prev.xpm >-share/qterm/pic/addr.bmp >-share/qterm/pic/anti.bmp >-share/qterm/pic/beep.bmp >-share/qterm/pic/blink.bmp >-share/qterm/pic/color.bmp >-share/qterm/pic/colorcopy.bmp >-share/qterm/pic/copy.bmp >-share/qterm/pic/disconnect.bmp >-share/qterm/pic/document.xpm >-share/qterm/pic/down.bmp >-share/qterm/pic/font.bmp >-share/qterm/pic/message.bmp >-share/qterm/pic/mouse.bmp >-share/qterm/pic/paste.bmp >-share/qterm/pic/quick.bmp >-share/qterm/pic/quicklogin.bmp >-share/qterm/pic/reconnect.bmp >-share/qterm/pic/refresh.bmp >-share/qterm/pic/reply.bmp >-share/qterm/pic/retangle.bmp >-share/qterm/pic/set.bmp >-share/qterm/pic/tabpic.bmp >+share/qterm/pic/addr.png >+share/qterm/pic/anti-idle.png >+share/qterm/pic/article.png >+share/qterm/pic/auto-reply.png >+share/qterm/pic/color.png >+share/qterm/pic/color-copy.png >+share/qterm/pic/connect.png >+share/qterm/pic/copy.png >+share/qterm/pic/disconnect.png >+share/qterm/pic/fonts.png >+share/qterm/pic/keys.png >+share/qterm/pic/message.png >+share/qterm/pic/mouse.png >+share/qterm/pic/paste.png >+share/qterm/pic/popwidget.png >+share/qterm/pic/pref.png >+share/qterm/pic/qterm_32x32.png >+share/qterm/pic/qterm_48x48.png >+share/qterm/pic/quick.png >+share/qterm/pic/reconnect.png >+share/qterm/pic/rect.png >+share/qterm/pic/refresh.png >+share/qterm/pic/sound.png >+share/qterm/pic/tabpad.png >+share/qterm/po/qterm_chs.qm >+share/qterm/po/qterm_cht.qm > share/qterm/qterm.cfg >-@dirrm share/qterm/cursor/ >-@dirrm share/qterm/pic/ >-@dirrm share/qterm/ >+@dirrm share/qterm/po >+@dirrm share/qterm/cursor >+@dirrm share/qterm/pic >+@dirrm share/qterm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50860
: 30111