FreeBSD Bugzilla – Attachment 7834 Details for
Bug 16747
Ports Update: korean/gau
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 7.04 KB, created by
cjh
on 2000-02-16 13:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
cjh
Created:
2000-02-16 13:30:02 UTC
Size:
7.04 KB
patch
obsolete
>diff -uNr -xREADME.html /usr/ports/korean/gau/Makefile gau/Makefile >--- /usr/ports/korean/gau/Makefile Mon Aug 30 21:08:46 1999 >+++ gau/Makefile Sun Feb 6 12:22:46 2000 >@@ -6,25 +6,26 @@ > # $FreeBSD: ports/korean/gau/Makefile,v 1.3 1999/08/30 12:08:46 peter Exp $ > # > >-DISTNAME= gau-0.3.1 >-PKGNAME= ko-gau-0.3.1 >-CATEGORIES= korean comms x11 >-MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \ >- ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ >+DISTNAME= gau-0.4.1 >+PKGNAME= ko-gau-0.4.1 >+CATEGORIES= korean comms >+MASTER_SITES= http://www.kr.freebsd.org/~hwang/gau/ >+ >+PATCH_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ >+PATCHFILES= gau-0.4.1.patch gau-0.4.1-rc.patch gau-0.4.1-grim_show.patch \ >+ gau-0.4.1-script.patch gau-0.4.1-warning.patch >+PATCH_DIST_STRIP= -p1 > > MAINTAINER= cjh@kr.freebsd.org > >-LIB_DEPENDS= gtk10.1:${PORTSDIR}/korean/gtk10 >+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 > RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ >- ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts >+ ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf > > USE_X_PREFIX= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes >-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ >- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" >- >-post-install: >- ${RMDIR} ${PREFIX}/doc/gau-0.3.1/doc >+CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ >+ GTK_CONFIG=${X11BASE}/bin/gtk12-config > > .include <bsd.port.mk> >diff -uNr -xREADME.html /usr/ports/korean/gau/files/md5 gau/files/md5 >--- /usr/ports/korean/gau/files/md5 Thu Apr 1 11:30:04 1999 >+++ gau/files/md5 Sun Feb 6 12:00:14 2000 >@@ -1 +1,6 @@ >-MD5 (gau-0.3.1.tar.gz) = 0c80e552dcebbc99b81cea2b13a62847 >+MD5 (gau-0.4.1.tar.gz) = 04dafc12cea7d350ed01285834a882ff >+MD5 (gau-0.4.1.patch) = 3603329947b26d1d37966096b9526f32 >+MD5 (gau-0.4.1-rc.patch) = 71aa94ebdfecf7a7ac8e24064f664678 >+MD5 (gau-0.4.1-script.patch) = ce0133b5d4283084f36e9d8986932104 >+MD5 (gau-0.4.1-warning.patch) = 68b827b82ff157ff094deb88fcc5ae46 >+MD5 (gau-0.4.1-grim_show.patch) = 39f10b68560e8d29350eae8280f5fb98 >diff -uNr -xREADME.html /usr/ports/korean/gau/patches/patch-aa gau/patches/patch-aa >--- /usr/ports/korean/gau/patches/patch-aa Thu Apr 1 11:30:04 1999 >+++ gau/patches/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,12 +0,0 @@ >---- rc/gaurc.bak Sat Aug 1 14:02:59 1998 >-+++ rc/gaurc Sat Aug 1 14:03:13 1998 >-@@ -23,9 +23,6 @@ >- # whether modem use software flow control >- (use_swf false) >- >--# internal zmodem is currently unstable, and slow >--(use_internal_zmodem false) >-- >- # zmodemÀ¸·Î ÆÄÀÏ º¸³»±â¸¦ ÇÒ¶§ ½ÇÇà½Ãų ¸í·É¾î >- (sz_command "lsz") >- >diff -uNr -xREADME.html /usr/ports/korean/gau/patches/patch-ab gau/patches/patch-ab >--- /usr/ports/korean/gau/patches/patch-ab Thu Apr 1 11:30:04 1999 >+++ gau/patches/patch-ab Thu Jan 1 09:00:00 1970 >@@ -1,19 +0,0 @@ >---- iselect.c.orig Thu Jun 11 08:50:50 1998 >-+++ iselect.c Wed Mar 17 18:11:12 1999 >-@@ -63,8 +63,15 @@ >- } >- #ifndef __FreeBSD__ >- register_patterns = dlsym(handle, "register_patterns"); >--#else >-+#else /* FreeBSD */ >-+#include <osreldate.h> >-+# if __FreeBSD_version >= 300004 >-+/* in case of ELF */ >-+ register_patterns = dlsym(handle, "register_patterns"); >-+# else >-+/* a.out */ >- register_patterns = dlsym(handle, "_register_patterns"); >-+# endif >- #endif >- if ((error = dlerror()) != NULL) { >- fprintf(stderr, "%s\n", error); >diff -uNr -xREADME.html /usr/ports/korean/gau/patches/patch-ba gau/patches/patch-ba >--- /usr/ports/korean/gau/patches/patch-ba Thu Jan 1 09:00:00 1970 >+++ gau/patches/patch-ba Sun Feb 6 11:48:51 2000 >@@ -0,0 +1,10 @@ >+--- gnome-login-support.h~ Sun Feb 6 11:46:20 2000 >++++ gnome-login-support.h Sun Feb 6 11:47:09 2000 >+@@ -7,6 +7,7 @@ >+ #elif defined(HAVE_UTIL_H) /* OpenBSD */ >+ # include <util.h> >+ #elif defined(HAVE_LIBUTIL_H) /* FreeBSD */ >++# include <sys/types.h> >+ # include <libutil.h> >+ #elif defined(HAVE_LIBUTIL) /* BSDI has libutil, but no libutil.h */ >+ /* Avoid pulling in all the include files for no need */ >diff -uNr -xREADME.html /usr/ports/korean/gau/patches/patch-bb gau/patches/patch-bb >--- /usr/ports/korean/gau/patches/patch-bb Thu Jan 1 09:00:00 1970 >+++ gau/patches/patch-bb Sun Feb 6 11:51:52 2000 >@@ -0,0 +1,11 @@ >+--- misc/grimview/Makefile~ Fri May 1 17:30:22 1998 >++++ misc/grimview/Makefile Sun Feb 6 11:51:19 2000 >+@@ -2,6 +2,6 @@ >+ zilla= gzillaimage.o gzillaimgsink.o gzillabytesink.o gzillagif.o gzillajpeg.o >+ >+ grimview: grimview.o $(zilla) >+- gcc -o grimview grimview.o $(zilla) `gtk-config --libs` -ljpeg >++ gcc -o grimview grimview.o $(zilla) `gtk12-config --libs` -ljpeg >+ .c.o: >+- gcc -Wall `gtk-config --cflags` -c $< >++ gcc -Wall `gtk12-config --cflags` -c $< >diff -uNr -xREADME.html /usr/ports/korean/gau/patches/patch-bc gau/patches/patch-bc >--- /usr/ports/korean/gau/patches/patch-bc Thu Jan 1 09:00:00 1970 >+++ gau/patches/patch-bc Sun Feb 6 12:27:10 2000 >@@ -0,0 +1,9 @@ >+--- rc/telnet-menu.bak Sun Feb 6 12:26:46 2000 >++++ rc/telnet-menu Sun Feb 6 12:26:56 2000 >+@@ -5,5 +5,5 @@ >+ # À̸§\tÁÖ¼Ò\tÆ÷Æ®(0Àº Ç¥ÁØ°ª)\tscript_file >+ ¿©±â localhost 0 local >+ ÇÏÀÌÅÚ home.hitel.net 0 hitel-login.scr >+-³ª¿ì´©¸® 203.238.128.51 0 now-login.scr >++³ª¿ì´©¸® nownuri.net 0 now-login.scr >+ õ¸®¾È chollian.dacom.co.kr 0 dacom.scr >diff -uNr -xREADME.html /usr/ports/korean/gau/pkg/COMMENT gau/pkg/COMMENT >--- /usr/ports/korean/gau/pkg/COMMENT Sun Jun 27 03:35:36 1999 >+++ gau/pkg/COMMENT Sun Feb 6 12:17:14 2000 >@@ -1 +1 @@ >-Gtk-based Hangul-enabled terminal emulation with serial/socket >+gtk-based Hangul terminal emulator(for modem/tcp) >diff -uNr -xREADME.html /usr/ports/korean/gau/pkg/DESCR gau/pkg/DESCR >--- /usr/ports/korean/gau/pkg/DESCR Thu Apr 1 11:30:04 1999 >+++ gau/pkg/DESCR Sun Feb 6 12:18:03 2000 >@@ -7,3 +7,4 @@ > > -- > Ports by CHOI Junho <cjh@kr.freebsd.org> >+WWW: http://www.kr.FreeBSD.org/~hwang/gau/index.html >diff -uNr -xREADME.html /usr/ports/korean/gau/pkg/PLIST gau/pkg/PLIST >--- /usr/ports/korean/gau/pkg/PLIST Thu Apr 1 11:30:04 1999 >+++ gau/pkg/PLIST Sun Feb 6 12:21:07 2000 >@@ -2,14 +2,15 @@ > bin/gau-install > @exec ln -s %D/bin/gau %D/bin/gaui > @unexec rm -f %D/bin/gaui >-doc/gau-0.3.1/README >-doc/gau-0.3.1/README-0.1a >-doc/gau-0.3.1/README-0.2 >-doc/gau-0.3.1/README-0.3 >-doc/gau-0.3.1/TODO >-doc/gau-0.3.1/USAGE >-@dirrm doc/gau-0.3.1 >-share/gau/IS.so >+doc/gau-0.4.1/PROBLEMS >+doc/gau-0.4.1/README >+doc/gau-0.4.1/README-0.1a >+doc/gau-0.4.1/README-0.2 >+doc/gau-0.4.1/README-0.3 >+doc/gau-0.4.1/README-0.4 >+doc/gau-0.4.1/TODO >+doc/gau-0.4.1/USAGE >+@dirrm doc/gau-0.4.1 > share/gau/auto-response > share/gau/cap/INFO > share/gau/chat-binding >@@ -37,6 +38,11 @@ > share/gau/telnet-menu > share/gau/xpm/INFO > share/gau/xpm/bluetree.xpm >+share/gau/xpm/capture.xpm >+share/gau/xpm/chat.xpm >+share/gau/xpm/connect.xpm >+share/gau/xpm/disconnect.xpm >+share/gau/xpm/down.xpm > share/gau/xpm/flag.xpm.0 > share/gau/xpm/flag.xpm.1 > share/gau/xpm/flag.xpm.2 >@@ -44,6 +50,8 @@ > share/gau/xpm/flag.xpm.4 > share/gau/xpm/flag.xpm.5 > share/gau/xpm/flower.xpm >+share/gau/xpm/up.xpm >+share/gau/xpm/write.xpm > @dirrm share/gau/cap > @dirrm share/gau/down > @dirrm share/gau/script
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 16747
: 7834