Bug 117677 - textproc/uim won't be built on FreeBSD amd64
Summary: textproc/uim won't be built on FreeBSD amd64
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 13:30 UTC by kasahara
Modified: 2007-11-11 06:40 UTC (History)
0 users

See Also:


Attachments
file.diff (378 bytes, patch)
2007-10-30 13:30 UTC, kasahara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kasahara 2007-10-30 13:30:04 UTC
textproc/uim (uim-1.4.1) won't be built on FreeBSD-amd64 because
sigscheme/libgcroots/include/private/gcconfig.h doesn't check 
FreeBSD-amd64 correctly.

Fix: How about the following patch?
How-To-Repeat: 
Just make the port on a FreeBSD-amd64 machine.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-30 21:02:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-11 06:37:33 UTC
nobutaka    2007-11-11 06:37:21 UTC

  FreeBSD ports repository

  Modified files:
    textproc/uim         Makefile pkg-plist 
  Added files:
    textproc/uim/files   
                         patch-sigscheme_libgcroots_include_private_gcconfig.h 
                         patch-sigscheme_src_alloc.c 
                         patch-sigscheme_src_sigscheme.h 
                         patch-sigscheme_src_storage-compact.h 
  Log:
  - Fix pkg-plist.
  - Fix build error on 7-stable and 8-current. [1]
  - Fix build error on amd64. [2]
  
  PR:             ports/117325 [1], ports/117677 [2]
  Submitted by:   Takuya Harada <tharada@e-mail.jp> [1],
                  Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [2]
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.68      +1 -0      ports/textproc/uim/Makefile
  1.1       +13 -0     ports/textproc/uim/files/patch-sigscheme_libgcroots_include_private_gcconfig.h (new)
  1.1       +31 -0     ports/textproc/uim/files/patch-sigscheme_src_alloc.c (new)
  1.1       +10 -0     ports/textproc/uim/files/patch-sigscheme_src_sigscheme.h (new)
  1.1       +22 -0     ports/textproc/uim/files/patch-sigscheme_src_storage-compact.h (new)
  1.33      +1 -0      ports/textproc/uim/pkg-plist
_______________________________________________
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 MANTANI Nobutaka freebsd_committer freebsd_triage 2007-11-11 06:39:17 UTC
State Changed
From-To: open->closed

Committed, thanks!