Bug 81107 - [PATCH] chinese/big5con: fix build error on 5.x
Summary: [PATCH] chinese/big5con: fix build error on 5.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 13:50 UTC by chinsan
Modified: 2005-05-16 17:06 UTC (History)
1 user (show)

See Also:


Attachments
big5con.patch (2.10 KB, patch)
2005-05-16 13:50 UTC, chinsan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan 2005-05-16 13:50:07 UTC
	- fix build error on 5.x
	- the maintainer on SourceForge is CC'd

Fix: Because Big5 console was ported from japanese/kon2,
	so I adopt some patch from japanese/kon2-16dot.
	It seems works well.
How-To-Repeat: ===>  Vulnerability check disabled, database not found
===>  Extracting for zh-big5con-0.92h
===>  Vulnerability check disabled, database not found
=> Checksum OK for big5con-0.92h.tar.gz.
===>  Patching for zh-big5con-0.92h
===>  Configuring for zh-big5con-0.92h
===>  Building for zh-big5con-0.92h
making all in lib
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c sockface.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c getcap.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c mem.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c font.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c coding.c
ar rc libgon.a sockface.o getcap.o mem.o font.o coding.o
ranlib libgon.a
making all in src
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c vt.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c sock.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c fnld.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c mouse.c
gcc -O -pipe -O2 -pipe -march=i686 -march=pentium4 -O2 -pipe -march=i686 -march=pentium4 -DCONFIG_NAME=\"/usr/local/etc/big5con.cfg\" -I../include  -DXCIN_DIR=\"/usr/local/lib/xcin\" -DDELETE_K=1 -DHAS_MOUSE -c vc.c
vc.c: In function extMoveDown':
vc.c:78: error: sm' operand requires impossible reload
*** Error code 1

Stop in /usr/ports/chinese/big5con/work/big5con-0.92h/src.
*** Error code 1

Stop in /usr/ports/chinese/big5con/work/big5con-0.92h.
*** Error code 1

Stop in /usr/ports/chinese/big5con.
*** Error code 1

Stop in /usr/ports/chinese/big5con.
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2005-05-16 17:06:46 UTC
State Changed
From-To: open->closed

Committed, thanks.