This post would be better suited for the -ports mailing list, as it is
a list which deals specifically with the FreeBSD Ports Collection.
Also, one of the first people you could ask about a port problem
would be the port maintainer as specified in the Makefile.  In this case,
it is [EMAIL PROTECTED], and I'm CC'ing him.

I tried to reproduce your problem, but I failed on an even earlier
stage:

[root@ringworld:v2 /usr/ports/security/sslwrap]# make extract
>> sslwrap.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.rickk.com/sslwrap/.
Receiving sslwrap.tar.gz (21170 bytes): 100%
21170 bytes transferred in 17.0 seconds (1.22 kBps)
===>  Extracting for sslwrap-2.0.5
>> Checksum mismatch for sslwrap.tar.gz.
Make sure the Makefile and distinfo file (/usr/ports/security/sslwrap/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

It seems somebody changed the distfile on www.rickk.com :(
In a day or two, I'll try to fetch the old file from a FreeBSD mirror,
and see if it builds.  Meanwhile, I think this is something the port
maintainer should look into :)

G'luck,
Peter

-- 
I am jealous of the first word in this sentence.

On Tue, Jan 09, 2001 at 02:00:22PM +0000, Kaltashkin Eugene wrote:
> Today found any problem. What is it ?
> 
> freebsd:/usr/ports/security/sslwrap# make
> ===>  Building for sslwrap-2.0.5
> cc -o sslwrap s_server.c s_socket.c s_cb.c -O -pipe -DFLAT_INC 
>-DOPENSSL="\"openssl/\""  -L/usr/lib -lssl -lcrypto   -I/usr/include  
> s_server.c: In function `sv_body':
> s_server.c:621: warning: assignment makes pointer from integer without a cast
> /tmp/cce37081.o: In function `sv_body':
> /tmp/cce37081.o(.text+0xc29): undefined reference to `Malloc'
> /tmp/cce37081.o(.text+0xf3f): undefined reference to `Free'
> /tmp/ccO37081.o: In function `do_server':
> /tmp/ccO37081.o(.text+0x36c): undefined reference to `Free'
> /tmp/ccO37081.o: In function `do_accept':
> /tmp/ccO37081.o(.text+0x571): undefined reference to `Malloc'
> *** Error code 1
> 
> Stop in /usr/ports/security/sslwrap/work/sslwrap205.
> *** Error code 1
> 
> Stop in /usr/ports/security/sslwrap.
> *** Error code 1
> 
> Stop in /usr/ports/security/sslwrap.
> *** Error code 1
> 
> Stop in /usr/ports/security/sslwrap.
> freebsd:/usr/ports/security/sslwrap# uname -a
> FreeBSD freebsd.klondike.ru 4.2-STABLE FreeBSD 4.2-STABLE #2: Fri Dec  8 16:16:33 
>GMT 2000     [EMAIL PROTECTED]:/usr/src/sys/compile/zhecka  i386
> freebsd:/usr/ports/security/sslwrap#


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to