FreeBSD Bugzilla – Attachment 45854 Details for
Bug 70575
Update port: chinese/gcin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.63 KB, created by
statue
on 2004-08-17 13:40:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
statue
Created:
2004-08-17 13:40:21 UTC
Size:
3.63 KB
patch
obsolete
>diff -ruN gcin.orig/Makefile gcin/Makefile >--- gcin.orig/Makefile Tue Aug 17 20:03:10 2004 >+++ gcin/Makefile Tue Aug 17 20:18:30 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= gcin >-PORTVERSION= 0.2.0 >+PORTVERSION= 0.2.1 > CATEGORIES= chinese > MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ > >diff -ruN gcin.orig/distinfo gcin/distinfo >--- gcin.orig/distinfo Tue Aug 17 20:03:10 2004 >+++ gcin/distinfo Tue Aug 17 20:19:18 2004 >@@ -1,2 +1,2 @@ >-MD5 (gcin-0.2.0.tar.bz2) = 6593ae90113d24fc8ada886805685af9 >-SIZE (gcin-0.2.0.tar.bz2) = 387628 >+MD5 (gcin-0.2.1.tar.bz2) = 977b131d51f81a4cbae21c324d533a03 >+SIZE (gcin-0.2.1.tar.bz2) = 390294 >diff -ruN gcin.orig/files/patch-Makefile gcin/files/patch-Makefile >--- gcin.orig/files/patch-Makefile Tue Aug 17 20:03:10 2004 >+++ gcin/files/patch-Makefile Tue Aug 17 20:24:06 2004 >@@ -1,42 +1,11 @@ >---- Makefile.orig Sun Aug 1 18:20:13 2004 >-+++ Makefile Mon Aug 2 23:22:49 2004 >-@@ -27,7 +27,7 @@ >- PROGS_CV=kbmcv >- >- all: $(PROGS) $(DATA) $(PROGS_CV) gcin.spec >-- make -C data >-+ ${MAKE} -C data >- >- gcin: $(OBJS) $(IMdkitLIB) >- $(CC) -o $@ $(OBJS) $(IMdkitLIB) $(LDFLAGS) >-@@ -56,7 +56,7 @@ >- $(CC) -o $@ $(OBJS_kbmcv) >- >- $(IMdkitLIB): >-- make -C IMdkit/lib >-+ ${MAKE} -C IMdkit/lib >- >- install: >- install -d $(GCIN_TABLE_DIR) >-@@ -67,8 +67,8 @@ >- install -d $(bindir) >+--- Makefile.orig Tue Aug 3 13:56:59 2004 >++++ Makefile Tue Aug 17 20:21:44 2004 >+@@ -68,7 +68,7 @@ > install -d $(libdir)/menu > install -m 644 menu/* $(libdir)/menu >-- make -C data install >+ $(MAKE) -C data install > - if [ $(prefix) = /usr/local ]; then \ >-+ ${MAKE} -C data install > + if [ $(prefix) != /usr/local ]; then \ > install -m 644 menu/* /usr/lib/menu; \ > which update-menus >& /dev/null && update-menus; \ > sh modify-XIM; \ >-@@ -80,8 +80,8 @@ >- install -s $(PROGS) $(bindir); \ >- fi >- clean: >-- make -C IMdkit clean >-- make -C data clean >-+ ${MAKE} -C IMdkit clean >-+ ${MAKE} -C data clean >- rm -f *.o *~ *.E config.mak tags core.* $(PROGS) $(PROGS_CV) $(DATA) .depend gcin.spec menu/*~ >- cd ..; tar cvfj gcin.tbz gcin >- >diff -ruN gcin.orig/files/patch-configure gcin/files/patch-configure >--- gcin.orig/files/patch-configure Tue Aug 17 20:03:10 2004 >+++ gcin/files/patch-configure Tue Aug 17 20:24:55 2004 >@@ -1,6 +1,8 @@ >---- configure.orig Mon Aug 2 13:32:06 2004 >-+++ configure Mon Aug 2 23:01:34 2004 >-@@ -1,6 +1,6 @@ >+--- configure.orig Tue Aug 3 13:46:22 2004 >++++ configure Tue Aug 17 20:24:39 2004 >+@@ -1,7 +1,7 @@ >+-#!/bin/bash >++#!/bin/sh > > MAKE=make > -which gmake >& /dev/null >diff -ruN gcin.orig/files/patch-phoa2d.c gcin/files/patch-phoa2d.c >--- gcin.orig/files/patch-phoa2d.c Tue Aug 17 20:03:10 2004 >+++ gcin/files/patch-phoa2d.c Thu Jan 1 08:00:00 1970 >@@ -1,18 +0,0 @@ >---- phoa2d.c.orig Thu Jul 29 03:15:13 2004 >-+++ phoa2d.c Thu Jul 29 03:15:20 2004 >-@@ -77,8 +77,6 @@ >- FILE *fp; >- char s[64]; >- >-- gtk_init(&argc, &argv); >-- >- if ((fp=fopen(fname,"r"))==NULL) >- p_err("cannot open %s\n", fname); >- >-@@ -159,6 +157,5 @@ >- >- fclose(fp); >- >-- send_gcin_message(GDK_DISPLAY(), "reload"); >- return 0; >- } >diff -ruN gcin.orig/files/patch-tsa2d.c gcin/files/patch-tsa2d.c >--- gcin.orig/files/patch-tsa2d.c Tue Aug 17 20:03:10 2004 >+++ gcin/files/patch-tsa2d.c Thu Jan 1 08:00:00 1970 >@@ -1,18 +0,0 @@ >---- tsa2d.c.orig Thu Jul 29 03:14:34 2004 >-+++ tsa2d.c Thu Jul 29 03:14:46 2004 >-@@ -106,8 +106,6 @@ >- int hashidx[256]; >- u_char clen, llen; >- >-- gtk_init(&argc, &argv); >-- >- if (argc > 1) { >- if ((fp=fopen(argv[1], "r"))==NULL) { >- printf("Cannot open %s\n", argv[1]); >-@@ -300,6 +298,5 @@ >- >- fclose(fw); >- >-- send_gcin_message(GDK_DISPLAY(), "reload"); >- exit(0); >- }
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 70575
: 45854