Bug 86616 - In ports/ftp/ftpproxy, make does not work.
Summary: In ports/ftp/ftpproxy, make does not work.
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 22:50 UTC by TANABE Hiroyasu
Modified: 2005-09-27 08:57 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 TANABE Hiroyasu 2005-09-26 22:50:12 UTC
In ports/ftp/ftpproxy, make does not work.

How-To-Repeat: % cd /usr/ports/ftp/ftpproxy; make
===>  Vulnerability check disabled, database not found
===>  Extracting for ftpproxy-1.2.3
=> Checksum OK for ftpproxy-1.2.3.tgz.
===>  Patching for ftpproxy-1.2.3
===>   ftpproxy-1.2.3 depends on executable: gmake - found
===>  Configuring for ftpproxy-1.2.3
===>  Building for ftpproxy-1.2.3
cd src; make ftp.proxy 
gcc -O2 -pipe  -c main.c
main.c: In function `main':
main.c:213: `VERSION' undeclared (first use in this function)
main.c:213: (Each undeclared identifier is reported only once
main.c:213: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/ftp/ftpproxy/work/ftpproxy-1.2.3/src.
gmake: *** [ftp.proxy] Error 1
*** Error code 2

Stop in /usr/ports/ftp/ftpproxy.
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-27 07:23:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-27 08:57:08 UTC
State Changed
From-To: open->closed

Fixed, thanks!