The security/qca-ossl port will not build. This causes the net/kdenetwork4 port to fail. I believe, although I have not confirmed it, that the problem may have to do with the fact that I have "openssl-1.0.0_1" via the ports system installed. I also have "WITH_OPENSSL_PORT=yes" entered in the /etc/make.conf file. There have been other ports that have failed because of this. The last one I reported: PR 146409 was just fixed. A copy of the failed build attempt for the qca-ossl port is attached. The entire build failure for kdenetwork4 can be found here: http://seibercom.net/logs/qca-ossl.txt Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
Please, test the patch.
State Changed From-To: open->feedback Wait for response.
I tested the patch and it appears to work correctly. The port built without any problems. I had thought that I had reported this back previously; however, it appears that I had not.
makc 2010-05-21 21:42:01 UTC FreeBSD ports repository Modified files: security/qca-ossl Makefile Added files: security/qca-ossl/files patch-qca-ossl.cpp Removed files: security/qca-ossl/files patch-qca-oss.cpp Log: Fix build with OpenSSL 1.0 PR: ports/146615 Reported by: Gerard Seibert <gerard at seibercom.net> Revision Changes Path 1.6 +1 -1 ports/security/qca-ossl/Makefile 1.2 +0 -27 ports/security/qca-ossl/files/patch-qca-oss.cpp (dead) 1.1 +282 -0 ports/security/qca-ossl/files/patch-qca-ossl.cpp (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: feedback->closed Fixed, thanks for reports!