Bug 73954 - ftp/gftp - make target fails on 5-STABLE
Summary: ftp/gftp - make target fails on 5-STABLE
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 02:00 UTC by Christian Hiris
Modified: 2004-11-15 17:52 UTC (History)
0 users

See Also:


Attachments
patch-configure-grantpty (550 bytes, text/plain)
2004-11-15 02:00 UTC, Christian Hiris
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hiris 2004-11-15 02:00:44 UTC

jail003# cd /usr/ports/ftp/gftp
jail003# make
[...] 
checkng for grantpt... yes
checking for openpty... no
[...]
checking for openpty in -lutil... yes
[...]
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib12 -D_REENTRANT -D_THREAD_SAFE -I../intl -DSHARE_DIR=\"/usr/local/share/gftp\" -DLOCALE_DIR=\"/usr/local/share/locale\"   -I/usr/local/include  -O -pipe -MT pty.o -MD -MP -MF ".deps/pty.Tpo"  -c -opty.o `test -f 'pty.c' || echo './'`pty.c;  then mv -f ".deps/pty.Tpo" ".deps/pty.Po";  else rm -f ".deps/pty.Tpo"; exit 1;  fi
pty.c:64:21: stropts.h: No such file or directory
*** Error code 1

Stop in /usr/wrkdir/usr/ports/ftp/gftp/work/gftp-2.0.18rc1/lib.
*** Error code 1

Stop in /usr/wrkdir/usr/ports/ftp/gftp/work/gftp-2.0.18rc1.
*** Error code 1

Stop in /usr/wrkdir/usr/ports/ftp/gftp/work/gftp-2.0.18rc1.
*** Error code 1

Stop in /usr/ports/ftp/gftp.
jail003#

Fix: The patch is a part of an old patch, namely from files/patch-configure 1.3.
I'm not sure, if "#define HAVE_OPENPTY 1" is also needed, the port _compiles_ w/o this. 
How-To-Repeat: 

cd /usr/ports/ftp/gftp
make
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-15 08:48:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer. 
(Looks to me like this should be reported to the authors)
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2004-11-15 17:52:43 UTC
State Changed
From-To: open->closed

Fixed, Thanks for reporting!