This port can't be compiled in -CURRENT Fix: Tested with 7.0-CURRENT-200708 snapshot on amd64 and i386 platforms.
It's a quite strange way to fix build: +- BIO_printf(out, "write to %08X (%d bytes => %ld (%X))\n", +- bio, argi, ret, ret); ++/* BIO_printf(out, "write to %08X (%d bytes => %ld (%X))\n", ++ bio, argi, ret, ret);*/ It looks like a functional change. Are you sure? -- Dixi. Sem.
Sergey Matveychuk wrote: > It's a quite strange way to fix build: > +- BIO_printf(out, "write to %08X (%d bytes => %ld (%X))\n", > +- bio, argi, ret, ret); > ++/* BIO_printf(out, "write to %08X (%d bytes => %ld (%X))\n", > ++ bio, argi, ret, ret);*/ > > It looks like a functional change. > Are you sure? Yes, I am sure. As a developer of this program I think that those lines can be removed at all ;) (because they implement very rarely used debugging capabilities) Those lines are the legacy of the "old good times" of ssleay (the predecessor of OpenSSL)... -- SkyNick
sem 2007-08-30 17:58:16 UTC FreeBSD ports repository Modified files: ftp/bsdftpd-ssl Makefile Added files: ftp/bsdftpd-ssl/files patch-gcc4 Log: - Patch to fix build with gcc 4.x - PORTREVISION bump because some minor functional changes. PR: ports/115841 Submitted by: maintainer Revision Changes Path 1.8 +1 -1 ports/ftp/bsdftpd-ssl/Makefile 1.1 +257 -0 ports/ftp/bsdftpd-ssl/files/patch-gcc4 (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!