net/opal3 fails to build (at least on amd64, 8.0-STABLE) with the following error: In file included from /usr/ports/net/opal3/work/opal-3.6.6/src/opal/opal_c.cxx:42: /usr/ports/net/opal3/work/opal-3.6.6/include/h323/h323ep.h:175: error: 'H225_ArrayOf_SupportedProtocols' has not been declared gmake[1]: *** [/usr/ports/net/opal3/work/opal-3.6.6/lib_FreeBSD_amd64/obj/opal_c.o] Error 1 gmake[1]: Leaving directory `/usr/ports/net/opal3/work/opal-3.6.6' gmake: *** [opt] Error 2 And the following options: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for opal3-3.6.6_4 _OPTIONS_READ=opal3-3.6.6_4 WITHOUT_ZRTP=true WITHOUT_JAVA=true WITH_CELT=true WITHOUT_ILBC=true WITH_GSM=true WITH_SPEEX=true WITHOUT_THEORA=true WITH_FFMPEG=true WITH_X264=true WITH_SIP=true WITH_H323=true WITHOUT_IAX=true WITH_H224=true WITH_H281=true WITH_FAX=true WITH_MSRP=true WITH_SIPIM=true WITH_RTPTEXT=true WITHOUT_H450=true WITHOUT_H460=true WITHOUT_H501=true WITH_LID=true WITHOUT_UVIDEO=true WITH_AEC=true Fix: Patch attached. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/net/opal3 && make
Dear maintainer of net/opal3, a problem report has been submitted for your port for which your feedback might be required; its contents can be found at [1]. If it contains a patch or suggestions for a change, please send a followup to the PR explaining whether or not you approve it and want it to be committed. Regards, Stefan [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146420
State Changed From-To: open->feedback Awaiting maintainer's feedback.
Responsible Changed From-To: freebsd-ports-bugs->stefan Track this.
This is a multi-part message in MIME format.
Sorry for a complete mess in previous reply. Please update port with http://static.ipfw.ru/patches/opal3_20100629.diff Changelog: * Fix build with H.323 (fixed by Richard Kolkovich <richard@sigil.org>) * Add port license
stefan 2010-06-30 04:45:01 UTC FreeBSD ports repository Modified files: net/opal3 Makefile Added files: net/opal3/files patch-include_h323_h323ep.h Log: - Fix build with H.323 (fixed by Richard Kolkovich <richard@sigil.org>). - Add port license. PR: 146420 Submitted by: Richard Kolkovich <richard@sigil.org> Patch by: Richard Kolkovich <richard@sigil.org> "Alexander V. Chernikov" <melifaro@ipfw.ru> (maintainer) Feature safe: yes Revision Changes Path 1.101 +2 -1 ports/net/opal3/Makefile 1.1 +10 -0 ports/net/opal3/files/patch-include_h323_h323ep.h (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 Committed, thanks!