Bug 122541 - [PATCH] net/tintin++-devel: fix build with Big5 enabled, take maintainership
Summary: [PATCH] net/tintin++-devel: fix build with Big5 enabled, take maintainership
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 19:30 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2008-04-09 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2008-04-07 19:30 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2008-04-07 19:30:01 UTC
1. fix build with Big5 enabled (chinese/tintin++)
2. take maintainership

How-To-Repeat: % cd /usr/ports/chinese/tintin++
...
===>  Building for zh-tintin-1.98.1
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c action.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c alias.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c files.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c help.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c highlight.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c strhash.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c llist.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c log.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c main.c
cc -Wall  -O2 -pipe -s -msse -msse2 -march=pentium4 -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -DBIG5    -c misc.c
misc.c: In function `do_parse':
misc.c:293: error: syntax error before ')' token
gmake: *** [misc.o] Error 1
*** Error code 2

Stop in /usr/ports/chinese/tintin++.
*** Error code 1

Stop in /usr/ports/chinese/tintin++.
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-08 02:32:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-09 09:59:55 UTC
clsung      2008-04-09 08:59:47 UTC

  FreeBSD ports repository

  Modified files:
    net/tintin++-devel   Makefile distinfo 
  Added files:
    net/tintin++-devel/files patch-misc.c 
  Log:
  1. fix build with Big5 enabled (chinese/tintin++)
  2. take maintainership
  - the distfile is re-rolled (but no log in Changes :-/)
  - bump PORTREVISION
  
  PR:             ports/122541
  Submitted by:   maintainer (Sunpoet Po-Chuan Hsieh)
  
  Revision  Changes    Path
  1.38      +4 -3      ports/net/tintin++-devel/Makefile
  1.20      +3 -3      ports/net/tintin++-devel/distinfo
  1.1       +11 -0     ports/net/tintin++-devel/files/patch-misc.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-09 09:59:59 UTC
State Changed
From-To: open->closed

Committed. Thank You.