Bug 131129 - new port: devel/ptlib
Summary: new port: devel/ptlib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 16:20 UTC by Eric L. Chen
Modified: 2013-03-17 04:36 UTC (History)
0 users

See Also:


Attachments
file.shar (13.02 KB, text/plain)
2009-01-29 16:20 UTC, Eric L. Chen
no flags Details
ptlib.shar.txt (17.94 KB, text/plain; charset=US-ASCII)
2009-02-18 06:11 UTC, Eric L. Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric L. Chen 2009-01-29 16:20:01 UTC
We decided add new devel/ptlib for new opal/ekiga.
Discussed in PR/128140.

Fix: Patch attached with submission follows:
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2009-01-29 23:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->Take.
Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2009-01-29 23:02:23 UTC
Responsible Changed
From-To: Take.->gabor

Take.
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2009-02-14 21:14:54 UTC
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
Comment 4 Eric L. Chen 2009-02-18 06:11:45 UTC
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-02-21 19:01:19 UTC
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"
Comment 6 Gabor Kovesdan freebsd_committer freebsd_triage 2009-02-21 19:04:29 UTC
State Changed
From-To: feedback->closed

Port added, thanks!