Bug 118803 - compile error at makeing ports/japanese/samba3
Summary: compile error at makeing ports/japanese/samba3
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-18 02:10 UTC by YAMAMOTO
Modified: 2008-01-10 01:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description YAMAMOTO freebsd_committer freebsd_triage 2007-12-18 02:10:01 UTC
ports/japanese/samba3 changes 'strlower_m()'.
But samba-3.0.28-i18n-20071212.bz2, which is patch for ports/japanese/samba3, forgets to change strlower_m() in "source/utils/net_ads.c:1384".
It cause compile error.

Fix: 

Please change strlower_m() at "source/utils/net_ads.c:1384".
How-To-Repeat: 1) go to ports/japanese/samba3
2) do 'make config' and select all options 'yes'
3) do 'make'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-18 02:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-10 01:19:36 UTC
kuriyama    2008-01-10 01:19:31 UTC

  FreeBSD ports repository

  Modified files:
    japanese/samba3      Makefile distinfo 
  Log:
  Fix compilation error with all options enabled.
  
  PR:             ports/118803
  Submitted by:   YAMAMOTO Shigeru <shigeru@iij.ad.jp>
  
  Revision  Changes    Path
  1.24      +2 -2      ports/japanese/samba3/Makefile
  1.23      +3 -3      ports/japanese/samba3/distinfo
_______________________________________________
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 Jun Kuriyama freebsd_committer freebsd_triage 2008-01-10 01:19:44 UTC
State Changed
From-To: open->closed

Committed, thanks!