summaryrefslogtreecommitdiffstats
path: root/net/opal3
Commit message (Collapse)AuthorAgeFilesLines
* When net/asterisk is installed, net/opal does not build because it detects thegarga2006-04-281-0/+13
| | | | | | | | | | presence of include/libpri.h installed by net/asterisk, but the build fails. To fix this problem, please add the port patch below submitted by Matt Horan <matt@matthoran.com>. PR: ports/95641 Submitted by: maintainer
* Fix build on AMDvs2006-04-211-0/+5
| | | | | PR: ports/96102 Submitted by: maintainer
* Mark broken on 4.xbland2006-04-111-0/+5
| | | | PR: 95578
* * Remove the double underscore from the library namesmarcus2006-04-083-5/+33
| | | | | | | | | | | | * Add WITH_FFMPEG knob * Add WITH_SPEEX knob to build with speex-devel instead of the bundled version NOTE: there is an explicit BUILD_DEPENDS to make sure audio/speex-devel is installed as audio/speex and audio/speex-devel install the same shared library version!! PR: 95464 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer
* fix building of net/opal, with hints from Steve Ames <steve@energistic.com>edwin2006-04-062-1/+2
|
* New port net/opal based on net/openh323edwin2006-04-057-184/+157
| | | | | | | | | | | | | | OPAL is the "next generation" of OpenH323 that has a new architecture. The new port is based on net/openh323 (same author, port Makefiles very similar), so could you please: 1) make a repocopy from openh323 to opal 2) apply the patch in opal, note that old patch files are removed, and a new patch file is provided PR: ports/95320 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
* - Fix openh323u.mak to ports can use.mnag2006-03-142-12/+39
| | | | | | | | | | - Bump PORTREVISION - Reorganize Makefile - portlint(1) PR: 94234 Submitted by: maintainer Approved by: portmgr (marcus)
* Fix the amd64 build (and perhaps other arches which need -fPIC).netchild2006-03-051-2/+8
| | | | | | | Maintainer informed. Tested on: amd64 tinderbox Approved by: portmgr (linnimon)
* - chase the pwlib library renamenetchild2006-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>
* This is an initial port of newer versions of:netchild2006-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>
* Add autoconf 2.53 dependency, needed to run :configure targetkris2006-02-031-1/+1
|
* Chase shlib bump of libexpat.kuriyama2006-01-301-1/+2
|
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Update to 1.12.2pav2005-06-108-93/+71
| | | | | PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com>
* - Add a bison %pure-parser declaration in pwlib. The build waslawrance2005-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)
* Fix breakage in the presence of ffmpegvs2005-03-085-4/+63
| | | | | PR: ports/76931 Patch by: Jan Stocker
* - Try harder when determining WRKSRC of pwlib build-time dependency:sergei2005-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)
* With portmgr hat on, reset Roger's maintainership of these ports. Whilelinimon2004-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.
* Unbreak with gcc 3.4.sobomax2004-08-281-0/+10
|
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpsobomax2004-06-081-3/+1
| | | | | | | | PORTREVISION of related ports. Requested by: *many* No reply from: security-officer Obtained from: Debian/pwlib cvs
* Fix build-issue when ffmpeg is installed.vs2004-05-262-3/+35
| | | | | | PR: ports/59615 Submitted by: ume Approved by: maintainer silence
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
| | | | o Bump $PORTREVISION.
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-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.
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-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.
* - Style: s/@freebsd.org/@FreeBSD.org/pav2004-03-031-1/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the buildmarcus2003-11-171-2/+2
| | | | | | on bento. Reported by: bento via kris
* Add patch to make openh323 compile again.roger2003-09-021-0/+21
|
* Put back a patch I had accidentaly deleted which meant that IXJ supportroger2003-09-012-3/+31
| | | | | was not compiled in. Add ldap dependency. Bump revision
* OpenH323 depends on pwlib being built firstroger2003-08-281-0/+2
| | | | | (so it can get its headerfiles and libraries) Pointed out by Joe Marcus Clarke and Kevin Overman
* Upgrade to 1.12.0.roger2003-08-287-257/+69
| | | | pwlib has been split out into its own port.
* Fix source locationroger2003-03-081-1/+1
| | | | Approved by: Kris
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix breakage introduced by commits to bsd.port.mkroger2003-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.
* Add fix for -current /dev/dsp entries.roger2003-02-022-0/+155
| | | | Reported by Lars Eggert
* Update to new version ready for GnomeMeeting upgraderoger2003-01-288-236/+61
|
* Build simph323 statically.roger2002-11-281-2/+2
| | | | | | Reported by: Alexander Nedotsukov <bland@mail.ru> Approved by: kris
* For fixes for 5.0 because the ixj driver does not compile on 5.0 systemsroger2002-11-211-0/+2
| | | | Submitted by: Kris
* The IXJ driver does not compile on 5.x machines, so only add it as aroger2002-11-121-1/+5
| | | | port dependency on FreeBSD 4.x and lower.
* Drop the .ru mirror. Also check for source on the gnomemeeting site.roger2002-11-061-1/+1
|
* fix typo in port revisionroger2002-10-291-1/+1
|
* Add some fixes for -current and s-video support from pwlib's CVS.roger2002-10-293-0/+183
| | | | Reported by: Lars Eggert <larse@isi.edu>
* Add patch for bison 1.75.roger2002-10-281-0/+19
|
* Upgrade to next versionroger2002-10-252-5/+5
|
* Add expat dependencyroger2002-10-101-1/+2
|
* Add speex as a dependency.roger2002-10-101-0/+1
|
* Update text. Fix portlint warning.roger2002-10-101-16/+3
|
OpenPOWER on IntegriCloud