FreeBSD Bugzilla – Attachment 21215 Details for
Bug 37217
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), 4.06 KB, created by
statue
on 2002-04-18 09:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
statue
Created:
2002-04-18 09:10:01 UTC
Size:
4.06 KB
patch
obsolete
>diff -ruN qterm.orig/Makefile qterm/Makefile >--- qterm.orig/Makefile Thu Apr 18 15:32:45 2002 >+++ qterm/Makefile Wed Apr 17 20:05:27 2002 >@@ -6,7 +6,7 @@ > # > > PORTNAME= qterm >-PORTVERSION= 0.1.4 >+PORTVERSION= 0.1.5 > CATEGORIES= chinese > MASTER_SITES= http://qterm.gnuchina.org/qterm-${PORTVERSION}/ \ > ftp://freebsd.sinica.edu.tw/pub/statue/qterm/ >diff -ruN qterm.orig/distinfo qterm/distinfo >--- qterm.orig/distinfo Thu Apr 18 15:32:45 2002 >+++ qterm/distinfo Thu Apr 18 15:45:04 2002 >@@ -1 +1 @@ >-MD5 (qterm-0.1.4.tar.gz) = 92a415735b932c3248df0b27c4494792 >+MD5 (qterm-0.1.5.tar.gz) = 4e9802d4ac8f3155ac4472b1ec4cc44b >diff -ruN qterm.orig/files/patch-configure qterm/files/patch-configure >--- qterm.orig/files/patch-configure Thu Apr 18 15:32:45 2002 >+++ qterm/files/patch-configure Thu Jan 1 08:00:00 1970 >@@ -1,32 +0,0 @@ >---- configure.ori Sat Mar 30 20:59:41 2002 >-+++ configure Sat Mar 30 21:03:14 2002 >-@@ -5564,7 +5564,7 @@ >- if test "x$kde_use_qt_emb" = "xyes"; then >- qtlib="qte" >- else >-- qtlib="qt" >-+ qtlib="qt2" >- fi >- >- LIBQT="-l$qtlib" >-@@ -6003,16 +6003,16 @@ >- IFS=$kde_save_IFS >- >- for dir in $dirs; do >-- if test -x "$dir/moc"; then >-+ if test -x "$dir/moc2"; then >- if test -n "" >- then >-- evalstr="$dir/moc 2>&1 " >-+ evalstr="$dir/moc2 2>&1 " >- if eval $evalstr; then >-- kde_cv_path="$dir/moc" >-+ kde_cv_path="$dir/moc2" >- break >- fi >- else >-- kde_cv_path="$dir/moc" >-+ kde_cv_path="$dir/moc2" >- break >- fi >- fi >diff -ruN qterm.orig/files/patch-qterm::qtermtelnet.h qterm/files/patch-qterm::qtermtelnet.h >--- qterm.orig/files/patch-qterm::qtermtelnet.h Thu Apr 18 15:32:45 2002 >+++ qterm/files/patch-qterm::qtermtelnet.h Thu Jan 1 08:00:00 1970 >@@ -1,13 +0,0 @@ >---- qterm/qtermtelnet.h.ori Sat Mar 30 21:15:46 2002 >-+++ qterm/qtermtelnet.h Sat Mar 30 21:18:47 2002 >-@@ -8,8 +8,9 @@ >- #include <winsock2.h> >- #else >- #include <netdb.h> >-- #include <sys/socket.h> >- #include <sys/types.h> >-+ #include <netinet/in.h> >-+ #include <sys/socket.h> >- #include <arpa/inet.h> >- #endif >- >diff -ruN qterm.orig/pkg-plist qterm/pkg-plist >--- qterm.orig/pkg-plist Thu Apr 18 15:32:45 2002 >+++ qterm/pkg-plist Thu Apr 18 15:57:31 2002 >@@ -1,35 +1,34 @@ > bin/qterm >-lib/qterm/cursor/end.xpm >-lib/qterm/cursor/exit.xpm >-lib/qterm/cursor/home.xpm >-lib/qterm/cursor/mask.xpm >-lib/qterm/cursor/next.xpm >-lib/qterm/cursor/pagedown.xpm >-lib/qterm/cursor/pageup.xpm >-lib/qterm/cursor/prev.xpm >-lib/qterm/pic/addr.bmp >-lib/qterm/pic/anti.bmp >-lib/qterm/pic/beep.bmp >-lib/qterm/pic/blink.bmp >-lib/qterm/pic/color.bmp >-lib/qterm/pic/colorcopy.bmp >-lib/qterm/pic/copy.bmp >-lib/qterm/pic/disconnect.bmp >-lib/qterm/pic/document.xpm >-lib/qterm/pic/down.bmp >-lib/qterm/pic/font.bmp >-lib/qterm/pic/message.bmp >-lib/qterm/pic/mouse.bmp >-lib/qterm/pic/paste.bmp >-lib/qterm/pic/quick.bmp >-lib/qterm/pic/quicklogin.bmp >-lib/qterm/pic/reconnect.bmp >-lib/qterm/pic/refresh.bmp >-lib/qterm/pic/reply.bmp >-lib/qterm/pic/retangle.bmp >-lib/qterm/pic/set.bmp >-lib/qterm/pic/tabpic.bmp >-lib/qterm/qterm.cfg >-@dirrm lib/qterm/cursor/ >-@dirrm lib/qterm/pic/ >-@dirrm lib/qterm/ >+share/qterm/cursor/end.xpm >+share/qterm/cursor/exit.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/qterm.cfg >+@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 37217
: 21215