summaryrefslogtreecommitdiff
path: root/net/opal3/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.12.2Pav Lucistnik2005-06-106-86/+66
| | | | | | | | PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=137233
* Fix breakage in the presence of ffmpegVolker Stolz2005-03-085-4/+63
| | | | | | | | PR: ports/76931 Patch by: Jan Stocker Notes: svn path=/head/; revision=130624
* Unbreak with gcc 3.4.Maxim Sobolev2004-08-281-0/+10
| | | | Notes: svn path=/head/; revision=117511
* Fix build-issue when ffmpeg is installed.Volker Stolz2004-05-262-3/+35
| | | | | | | | | PR: ports/59615 Submitted by: ume Approved by: maintainer silence Notes: svn path=/head/; revision=110036
* Add patch to make openh323 compile again.Roger Hardiman2003-09-021-0/+21
| | | | Notes: svn path=/head/; revision=88368
* Put back a patch I had accidentaly deleted which meant that IXJ supportRoger Hardiman2003-09-011-2/+28
| | | | | | | | was not compiled in. Add ldap dependency. Bump revision Notes: svn path=/head/; revision=88247
* Upgrade to 1.12.0.Roger Hardiman2003-08-285-248/+58
| | | | | | | pwlib has been split out into its own port. Notes: svn path=/head/; revision=87834
* Add fix for -current /dev/dsp entries.Roger Hardiman2003-02-021-0/+154
| | | | | | | Reported by Lars Eggert Notes: svn path=/head/; revision=74534
* Update to new version ready for GnomeMeeting upgradeRoger Hardiman2003-01-286-228/+55
| | | | Notes: svn path=/head/; revision=74141
* Add some fixes for -current and s-video support from pwlib's CVS.Roger Hardiman2002-10-292-0/+182
| | | | | | | Reported by: Lars Eggert <larse@isi.edu> Notes: svn path=/head/; revision=69082
* Add patch for bison 1.75.Roger Hardiman2002-10-281-0/+19
| | | | Notes: svn path=/head/; revision=68978
* Upgrade to latest version.Roger Hardiman2002-05-222-16/+16
| | | | | | | This fixes the green spots on the H.261 video Notes: svn path=/head/; revision=59662
* Upgrade to latest versionRoger Hardiman2002-04-011-14/+0
| | | | Notes: svn path=/head/; revision=57141
* Fix EOF error from new bison installations.Roger Hardiman2002-03-071-0/+14
| | | | | | | PR: ports/35144 Notes: svn path=/head/; revision=55675
* Make OpenH323 check for the ixj driver header files. If theyRoger Hardiman2002-01-151-3/+8
| | | | | | | | | | are not found, extract them from the ixj driver port and use them. This will make bento build packages for 4.x and 5.x with ixj support, even though the ixj driver fails to compile on 5.x systems at this point in time. Notes: svn path=/head/; revision=53114
* Patch to look for the ixj driver (now in ports/comms/ixj)Roger Hardiman2002-01-151-0/+16
| | | | | | | | header files in /usr/local/include/sys (as well as /usr/include/sys) Bump port revision Notes: svn path=/head/; revision=53103
* Upgrade to version 1.7.2Roger Hardiman2001-10-271-19/+0
| | | | Notes: svn path=/head/; revision=49253
* Add patch so OpenH323 can build with bison 1.29Roger Hardiman2001-10-081-0/+19
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=48557
* Upgrade to OpenH323 1.5.7Roger Hardiman2001-08-101-24/+45
| | | | Notes: svn path=/head/; revision=46045
* Patch has been merged into the official distribution.Roger Hardiman2001-07-221-19/+0
| | | | Notes: svn path=/head/; revision=45373
* Patch to fix Capabilities are the same bug, often reported in OpenMCURoger Hardiman2001-06-191-0/+19
| | | | Notes: svn path=/head/; revision=44214
* Don't hard-code -O2 or -m486. This still doesn't respect CXX, but IKris Kennaway2001-04-301-0/+24
| | | | | | | couldn't figure out how to fix that. Notes: svn path=/head/; revision=42066
* Upgrade to OpenH323 1.1pl1 and PWLib 1.1pl19Roger Hardiman2001-01-031-29/+0
| | | | 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
* 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