Bug 109932 - [PATCH] ftp/proftpd: compiling fail with CODECONV option
Summary: [PATCH] ftp/proftpd: compiling fail with CODECONV option
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: 2007-03-05 16:30 UTC by Li-Wen Hsu
Modified: 2007-03-06 01:00 UTC (History)
1 user (show)

See Also:


Attachments
proftpd-1.3.1.r2_3.patch (491 bytes, patch)
2007-03-05 16:30 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-03-05 16:30:03 UTC
- Fix problem when WITH_CODECONV option is enabled

Port maintainer (beech@alaskaparadise.com) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: 
# cd /usr/ports/ftp/proftpd
# make config
(select CODECONV)
# make

(...deleted...)
cc -DHAVE_CONFIG_H  -DFREEBSD6_2 -DFREEBSD6 -I.. -I../include -I/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_codeconv.c
mod_codeconv.c:24:25: iconv.h: No such file or directory
mod_codeconv.c: In function `remote2local':
mod_codeconv.c:50: error: syntax error before "ic"
mod_codeconv.c:63: error: `ic' undeclared (first use in this function)
mod_codeconv.c:63: error: (Each undeclared identifier is reported only once
mod_codeconv.c:63: error: for each function it appears in.)
mod_codeconv.c:63: warning: implicit declaration of function `iconv_open'
mod_codeconv.c:64: error: `iconv_t' undeclared (first use in this function)
mod_codeconv.c:66: warning: implicit declaration of function `iconv'
mod_codeconv.c:82: warning: implicit declaration of function `iconv_close'
mod_codeconv.c: In function `local2remote':
mod_codeconv.c:90: error: syntax error before "ic"
mod_codeconv.c:103: error: `ic' undeclared (first use in this function)
mod_codeconv.c:104: error: `iconv_t' undeclared (first use in this function)
gmake[1]: *** [mod_codeconv.o] Error 1
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.1rc2/modules'
gmake: *** [modules] Error 2
*** Error code 2

Stop in /usr/ports/ftp/proftpd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-05 16:30:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Beech Rintoul 2007-03-05 20:06:05 UTC
Patch approved.

Beech (Maintainer)
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-05 22:52:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-06 00:54:44 UTC
clsung      2007-03-06 00:54:39 UTC

  FreeBSD ports repository

  Modified files:
    ftp/proftpd          Makefile 
  Log:
  - Fix problem when WITH_CODECONV option is enabled
  
  PR:             ports/109932
  Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
  Approved by:    maintainer (Beech Rintoul)
  
  Revision  Changes    Path
  1.104     +2 -0      ports/ftp/proftpd/Makefile
_______________________________________________
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 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-06 00:54:46 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.