We decided add new devel/ptlib for new opal/ekiga. Discussed in PR/128140. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->Take.
Responsible Changed From-To: Take.->gabor Take.
State Changed From-To: open->feedback Dear Eric, The port that you submitted fails to build on recent 7.X/amd64. I've made some changes to get it build and uploaded my version here: http://www.kovesdan.org/files/ptlib.tgz Could you please get the archive and make sure that my changes are also semantically correct, i.e. could you please make a runtime test with this version? Thanks in advance, Gabor Kovesdan
On Fri, Jan 30, 2009 at 12:20 AM, <FreeBSD-gnats-submit@freebsd.org> wrote: > Thank you very much for your problem report. > It has the internal identification `ports/131129'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=131129 > >>Category: ports >>Responsible: freebsd-ports-bugs >>Synopsis: Add ports: devel/ptlib >>Arrival-Date: Thu Jan 29 16:20:01 UTC 2009 > Add amd64 fix from gabor @ freebsd.org.
gabor 2009-02-21 19:01:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ptlib Makefile distinfo pkg-descr pkg-plist devel/ptlib/files patch-Makefile.in patch-include_ptclib_vsdl.h patch-plugins_vidinput_bsd_h patch-src__ptlib__common__osutils.cxx patch-src__ptlib__unix__svcproc.cxx patch-src__ptlib__unix__tlib.cxx patch-src__ptlib__unix__tlibthrd.cxx patch-src_ptclib_vsdl.cxx Log: PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. It is used by the OpenH323 library. WWW: http://www.openh323.org/ PR: ports/131129 Submitted by: "Eric L. Chen" <d9364104@mail.nchu.edu.tw> Revision Changes Path 1.3370 +1 -0 ports/devel/Makefile 1.1 +141 -0 ports/devel/ptlib/Makefile (new) 1.1 +3 -0 ports/devel/ptlib/distinfo (new) 1.1 +24 -0 ports/devel/ptlib/files/patch-Makefile.in (new) 1.1 +11 -0 ports/devel/ptlib/files/patch-include_ptclib_vsdl.h (new) 1.1 +11 -0 ports/devel/ptlib/files/patch-plugins_vidinput_bsd_h (new) 1.1 +27 -0 ports/devel/ptlib/files/patch-src__ptlib__common__osutils.cxx (new) 1.1 +26 -0 ports/devel/ptlib/files/patch-src__ptlib__unix__svcproc.cxx (new) 1.1 +11 -0 ports/devel/ptlib/files/patch-src__ptlib__unix__tlib.cxx (new) 1.1 +47 -0 ports/devel/ptlib/files/patch-src__ptlib__unix__tlibthrd.cxx (new) 1.1 +11 -0 ports/devel/ptlib/files/patch-src_ptclib_vsdl.cxx (new) 1.1 +7 -0 ports/devel/ptlib/pkg-descr (new) 1.1 +178 -0 ports/devel/ptlib/pkg-plist (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 Port added, thanks!