aboutsummaryrefslogtreecommitdiff
path: root/net/openh323-112
Commit message (Collapse)AuthorAgeFilesLines
* Add new checksum for the revised tarball. No functional change.Roger Hardiman2001-02-211-0/+1
| | | | Notes: svn path=/head/; revision=38544
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Upgrade to OpenH323 1.1pl1 and PWLib 1.1pl19Roger Hardiman2001-01-033-35/+5
| | | | Notes: svn path=/head/; revision=36644
* Add a better fix to make OpenH323 run on FreeBSD 4.2 and on -currentRoger Hardiman2000-11-161-52/+24
| | | | | | | with the new libc_r pthread library Notes: svn path=/head/; revision=35185
* Bump port Revsion due to a patch in OpenH323SRoger Hardiman2000-11-121-0/+1
| | | | | | | | | | | Note: existing binaries of this port will no longer run on FreeBSD 4.2 or -current. They will report "user signal 2" and abort due to a change in the pthreads library. You will need to recompile/reinstall this port. Notes: svn path=/head/; revision=35039
* Add a patch to make the pwlib library work with the new pthreads (libc_r)Roger Hardiman2000-11-121-0/+57
| | | | | | | | | | | | | | | library in FreeBSD 4.2 (and in -current) Important Note: Existing binaries for OhPhone, GateKeeper, OpenGateKeeper, SimpleH323 and OpenAM WILL NOT WORK with FreeBSD 4.2 or higher and will report "User signal 2" and abort due to an unhandled signal in pwlib. You must recompile all these applications. Reported by: Blaz Zupan <blaz@amis.net> Suggested fix by: Daniel M. Eischen <eischen@vigrid.com> Notes: svn path=/head/; revision=35038
* Upgrade from 1.1 beta3 to 1.1 releaseRoger Hardiman2000-10-212-5/+5
| | | | Notes: svn path=/head/; revision=34055
* portlint fixesRoger Hardiman2000-08-181-1/+0
| | | | Notes: svn path=/head/; revision=31749
* Upgrade to OpenH323 1.1 Beta 3 (with PWLib 1.1 pl 17)Roger Hardiman2000-08-185-17/+17
| | | | | | | | Note, the actual H323 VideoPhone client has been seperated out into a seperate port, called OhPhone. Notes: svn path=/head/; revision=31748
* Put back an EXTRACT_SUFFIX I missedRoger Hardiman2000-06-081-1/+1
| | | | Notes: svn path=/head/; revision=29377
* Makefile and DESCR improvementsRoger Hardiman2000-06-082-9/+7
| | | | | | | | PR: ports/19031 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29376
* Use USE_NEWGCCRoger Hardiman2000-05-021-1/+2
| | | | Notes: svn path=/head/; revision=28267
* Update to OpenH323 1.1beta1 and pwlib 1.1pl15Roger Hardiman2000-05-014-15/+18
| | | | | | | | Note, the H323 Video Conferencing application this builds is now called ohphone (previously it was called voxilla) Notes: svn path=/head/; revision=28226
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
| | | | Notes: svn path=/head/; revision=27423
* Do not allow OpenH323 to autodetect the OS, OS Version andRoger Hardiman2000-04-041-1/+4
| | | | | | | | | | | | CPU architecture. Instead pass in the actual values, as defined in bsd.port.mk Also, fix bug in do-install which prevented Alpha installs. Submitted by: Karl.Dietz@frankfurt.netsurf.de Notes: svn path=/head/; revision=27324
* Add USE_XLIB= yesRoger Hardiman2000-02-291-1/+2
| | | | | | | Spotted by: Bento Notes: svn path=/head/; revision=26434
* Fix typo in the USE_BISON statement.Roger Hardiman2000-02-251-1/+1
| | | | Notes: svn path=/head/; revision=26269
* Fix a portlint warning and add USE_BISONRoger Hardiman2000-02-251-1/+1
| | | | Notes: svn path=/head/; revision=26268
* Add some extra mirror sites to the MakefileRoger Hardiman2000-02-231-1/+4
| | | | Notes: svn path=/head/; revision=26201
* Import OpenH323 to ports/net.Roger Hardiman2000-02-215-0/+49
(it was previously in ports/comms) OpenH323 is an H323 Video Conferencing Program, which can send and receive both audio and video with other H323 programs including Microsoft NetMeeting. It uses PWLib, the Portable Windows Library and PTLib Portable Toolkit Library from Equivalence Ltd Pty Note: at this time I've been unable to send audio, although audio can be received. For video, a Bt848/878 grabber (using the bktr driver) or a Matrox Meteor can be used. Obtained from: http://www.openh323.org Notes: svn path=/head/; revision=26088