aboutsummaryrefslogtreecommitdiff
path: root/net/openh323
Commit message (Collapse)AuthorAgeFilesLines
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Install version.h to DATADIR, some ports' configure script looks thisRong-En Fan2007-07-263-6/+12
| | | | | | | | | | | file, for example, the newer version of asterisk. PR: ports/114613 Submitted by: viper <viper at perm.raid.ru> Approved by: Steve Ames <steve at energistic.com> (maintainer) Notes: svn path=/head/; revision=196333
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* Shared library name in FreeBSD should be libfoo.so.X, not libfoo.so.X.Y.Z. NoMaxim Sobolev2006-07-132-6/+23
| | | | | | | user-visible changes, so that keep PORTREVISION intact. Notes: svn path=/head/; revision=167646
* - Enable RFC2190 codec support using ffmpeg, knob WITH_FFMPEGPav Lucistnik2006-05-073-5/+34
| | | | | | | | | | | | - Support external speex, knob WITH_SPEEX - Remove indirect dependencies on expat and openldap (via pwlib) PR: ports/95423 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: Steve Ames <steve@energistic.com> (maintainer) Notes: svn path=/head/; revision=161590
* - Check for LOCALBASE, not for PREFIX. This fixes dependent portMax Khon2006-04-272-10/+13
| | | | | | | | | | build with overridden PREFIX - Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=160609
* Update to 1.18.0.Alexander Leidinger2006-04-053-7/+6
| | | | | | | | PR: 95311 Submitted by: maintainer Notes: svn path=/head/; revision=158879
* - Fix openh323u.mak to ports can use.Marcus Alves Grando2006-03-142-12/+39
| | | | | | | | | | | | | - Bump PORTREVISION - Reorganize Makefile - portlint(1) PR: 94234 Submitted by: maintainer Approved by: portmgr (marcus) Notes: svn path=/head/; revision=157088
* Fix the amd64 build (and perhaps other arches which need -fPIC).Alexander Leidinger2006-03-051-2/+8
| | | | | | | | | | Maintainer informed. Tested on: amd64 tinderbox Approved by: portmgr (linnimon) Notes: svn path=/head/; revision=156967
* - chase the pwlib library renameAlexander Leidinger2006-02-143-8/+18
| | | | | | | | | | - don't change the name of the lib depending on the hw-architecture - let Steve Ames maintain the port Discussed with: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=156065
* This is an initial port of newer versions of:Alexander Leidinger2006-02-0515-234/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | - pwlib -> 1.9.2 - openh323 -> 1.17.3 The decission of porting the development releases instead of the stable releases is based upon a discussion with the openh323 developers. They serve as a start to be able to porting newer versions of e.g. gnomemeeting et al. Further tweaks/improvements to them may be required when other ports start to use these versions. Unlike the previous versions of those ports, they install a shared lib now. So ports which depend upon them in the future should add a RUN_DEPENDS upon them. Additionally the build time for those ports will decrease, since they don't need to build pwlib/openh323 each time and grab them from the build directory. PR: 83396 Submitted by: Steve Ames <steve@energistic.com> In colaboration with: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=155259
* Add autoconf 2.53 dependency, needed to run :configure targetKris Kennaway2006-02-031-1/+1
| | | | Notes: svn path=/head/; revision=155155
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 1.12.2Pav Lucistnik2005-06-108-93/+71
| | | | | | | | PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=137233
* - Add a bison %pure-parser declaration in pwlib. The build wasSam Lawrance2005-05-161-1/+1
| | | | | | | | | | | | | | depending on old bison behaviour (#define YYPURE) which no longer works. Fixes crash of opengk and maybe more. - Bump PORTREVISION of ports using pwlib (they link with it statically) PR: ports/61053 Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk> Approved by: clement (mentor) Notes: svn path=/head/; revision=135316
* 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
* - Try harder when determining WRKSRC of pwlib build-time dependency:Sergei Kolobov2005-02-211-5/+4
| | | | | | | | | use cd ${PORTSDIR}/deve/pwlib && make -V WRKSRC instead of hard-coding default location which is not always applicable - While I'm here, pacify portlint(1) (spaces -> tab) Notes: svn path=/head/; revision=129475
* With portmgr hat on, reset Roger's maintainership of these ports. WhileMark Linimon2004-12-051-1/+1
| | | | | | | | he hopes to get back to FreeBSD work soon, it's probably fairer in the meantime to see if anyone else who has more time can adopt them. Notes: svn path=/head/; revision=123178
* Unbreak with gcc 3.4.Maxim Sobolev2004-08-281-0/+10
| | | | Notes: svn path=/head/; revision=117511
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpMaxim Sobolev2004-06-081-3/+1
| | | | | | | | | | | PORTREVISION of related ports. Requested by: *many* No reply from: security-officer Obtained from: Debian/pwlib cvs Notes: svn path=/head/; revision=111056
* 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-2/+1
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-03-111-0/+2
| | | | | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed. Notes: svn path=/head/; revision=103676
* - Style: s/@freebsd.org/@FreeBSD.org/Pav Lucistnik2004-03-031-1/+1
| | | | Notes: svn path=/head/; revision=102845
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the buildJoe Marcus Clarke2003-11-171-2/+2
| | | | | | | | | on bento. Reported by: bento via kris Notes: svn path=/head/; revision=94188
* 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-012-3/+31
| | | | | | | | was not compiled in. Add ldap dependency. Bump revision Notes: svn path=/head/; revision=88247
* OpenH323 depends on pwlib being built firstRoger Hardiman2003-08-281-0/+2
| | | | | | | | (so it can get its headerfiles and libraries) Pointed out by Joe Marcus Clarke and Kevin Overman Notes: svn path=/head/; revision=87933
* Upgrade to 1.12.0.Roger Hardiman2003-08-287-257/+69
| | | | | | | pwlib has been split out into its own port. Notes: svn path=/head/; revision=87834
* Fix source locationRoger Hardiman2003-03-081-1/+1
| | | | | | | Approved by: Kris Notes: svn path=/head/; revision=77060
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix breakage introduced by commits to bsd.port.mkRoger Hardiman2003-03-051-1/+1
| | | | | | | | | | The post-patch targed used to run after BUILD_DEPENDS had been processed but this is no longer the case. I could have changed the post-patch target to pre-build. But I may as well use the nice new PATCH_DEPENDS feature. Notes: svn path=/head/; revision=76940
* Add fix for -current /dev/dsp entries.Roger Hardiman2003-02-022-0/+155
| | | | | | | Reported by Lars Eggert Notes: svn path=/head/; revision=74534
* Update to new version ready for GnomeMeeting upgradeRoger Hardiman2003-01-288-236/+61
| | | | Notes: svn path=/head/; revision=74141
* Build simph323 statically.Roger Hardiman2002-11-281-2/+2
| | | | | | | | | Reported by: Alexander Nedotsukov <bland@mail.ru> Approved by: kris Notes: svn path=/head/; revision=71189
* For fixes for 5.0 because the ixj driver does not compile on 5.0 systemsRoger Hardiman2002-11-211-0/+2
| | | | | | | Submitted by: Kris Notes: svn path=/head/; revision=70656
* The IXJ driver does not compile on 5.x machines, so only add it as aRoger Hardiman2002-11-121-1/+5
| | | | | | | port dependency on FreeBSD 4.x and lower. Notes: svn path=/head/; revision=69947
* Drop the .ru mirror. Also check for source on the gnomemeeting site.Roger Hardiman2002-11-061-1/+1
| | | | Notes: svn path=/head/; revision=69592
* fix typo in port revisionRoger Hardiman2002-10-291-1/+1
| | | | Notes: svn path=/head/; revision=69083
* Add some fixes for -current and s-video support from pwlib's CVS.Roger Hardiman2002-10-293-0/+183
| | | | | | | 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 next versionRoger Hardiman2002-10-252-5/+5
| | | | Notes: svn path=/head/; revision=68780