summaryrefslogtreecommitdiff
path: root/mbone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] mbone/wb: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+15
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54937 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88135
* Update to 7.6a.Christian Weisgerber2003-06-254-36/+43
| | | | | | | | PR: 53302 Submitted by: Michael A. Dickerson <mikey@singingtree.com> Notes: svn path=/head/; revision=83603
* Undo an obsoleted patch to include <sys/soundcard.h> instead ofKris Kennaway2003-05-101-3/+3
| | | | | | | <machine/soundcard.h> and fix build on -current. Notes: svn path=/head/; revision=80592
* Use -DAUDIO_BLOCKING. This should hopefully fix sfmike wedging and becomingAdam Weinberger2003-03-241-1/+1
| | | | | | | | | unquittable. Submitted by: wpaul Notes: svn path=/head/; revision=77357
* Clear moonlight beckons.Ade Lovett2003-03-0720-10/+10
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-222-3/+0
| | | | | | | Approved by: kris (implicitly) Notes: svn path=/head/; revision=76164
* De-pkg-comment.Akinori MUSHA2003-02-214-2/+2
| | | | Notes: svn path=/head/; revision=76038
* De-pkg-comment.Akinori MUSHA2003-02-204-2/+2
| | | | Notes: svn path=/head/; revision=75971
* Don't treat alpha specially with INT_64. INT_64 is not used consistentlyBill Fenner2003-01-311-0/+15
| | | | | | | so causes type mismatch errors. Notes: svn path=/head/; revision=74361
* Make the struct huffentry public so that global variablesBill Fenner2003-01-241-0/+16
| | | | | | | can be declared using it. Notes: svn path=/head/; revision=73897
* Use std::memset instead of just memsetBill Fenner2003-01-241-0/+73
| | | | Notes: svn path=/head/; revision=73896
* Fix signal handler prototype to make newer g++ happyBill Fenner2003-01-242-0/+18
| | | | Notes: svn path=/head/; revision=73895
* Build with tcl/tk 8.3Bill Fenner2003-01-242-37/+37
| | | | Notes: svn path=/head/; revision=73894
* Change of back-up location.Orion Hodson2003-01-201-3/+3
| | | | | | | PR: ports/46086 Notes: svn path=/head/; revision=73672
* Partially fix build on sparc64 (Don't need to prototype inet_ntopKris Kennaway2003-01-121-0/+13
| | | | | | | or inet_pton). This is still broken due to a fatal warning. Notes: svn path=/head/; revision=72957
* fix fetch for mbone/speak-freelyEdwin Groothuis2002-12-126-88/+54
| | | | | | | | PR: ports/46087 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=71572
* Fix fetchTilman Keskinoz2002-12-101-1/+1
| | | | | | | | PR: 46082 Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> Notes: svn path=/head/; revision=71509
* Made mbone/rat compiling again (double patch-file)Edwin Groothuis2002-11-151-53/+0
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70147
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-104-4/+2
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-064-2/+4
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Change MAINTAINER to tmutoh@mx10.freecom.ne.jp.Norikatsu Shigemura2002-10-271-1/+1
| | | | | | | | PR: ports/44528 Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> (maintainer) Notes: svn path=/head/; revision=68925
* Fix build on -current and respect CC and CFLAGSKris Kennaway2002-10-205-72/+96
| | | | Notes: svn path=/head/; revision=68435
* MASTER_SITE moved. Upgrade still to do.Bill Fenner2002-10-071-1/+1
| | | | Notes: svn path=/head/; revision=67578
* Fix broken rtpmon build.Bill Fenner2002-09-293-12/+35
| | | | Notes: svn path=/head/; revision=67245
* Fix broken rqm port to work with more modern uclmmbaseBill Fenner2002-09-291-0/+18
| | | | Notes: svn path=/head/; revision=67244
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-082-0/+22
| | | | Notes: svn path=/head/; revision=65831
* Update to version 4.2.22.Orion Hodson2002-08-104-293/+8
| | | | Notes: svn path=/head/; revision=64335
* Bump PORTREVISION.Joseph Koshy2002-06-131-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=61190
* Fix a bug that removes a startup problem with rtpmon, namely erroring outJoseph Koshy2002-06-111-0/+10
| | | | | | | | | with 'invalid command name: tcl_findLibrary'. Approved by: Bill Fenner <fenner@freebsd.org> Notes: svn path=/head/; revision=61100
* machine/soundcard.h -> sys/soundcard.hPete Fritchman2002-06-071-0/+5
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=60745
* Support IPv6.Munechika SUMIKAWA2002-03-244-2/+81
| | | | | | | | Submitted by: Takenori Kobayashi <nori@3si.co.jp> No response from: maintainer Notes: svn path=/head/; revision=56524
* Sync to rat-4.2.20.Orion Hodson2002-02-249-168/+305
| | | | | | | Add newpcm patch for FreeBSD-4.4 upwards. Notes: svn path=/head/; revision=55205
* Fix MASTER_SITES and remove redundant distinfo entryPatrick Li2002-02-082-2/+1
| | | | | | | | PR: 34726 Submitted by: maintainer Notes: svn path=/head/; revision=54340
* Fix for autoconfPatrick Li2002-01-271-2/+2
| | | | | | | | PR: 34227 Submitted by: Kazuyoshi Komine <komine@cc.meisei-u.ac.jp> Notes: svn path=/head/; revision=53812
* Fix for -CURRENT, malloc.h->stdlib.hPatrick Li2002-01-021-0/+4
| | | | | | | Spotted by: Bento Notes: svn path=/head/; revision=52482
* Set LATEST_LINK to rat30.Akinori MUSHA2001-11-071-0/+2
| | | | Notes: svn path=/head/; revision=49719
* Sort entries and remove a duplicate "rqm".Akinori MUSHA2001-09-211-2/+1
| | | | Notes: svn path=/head/; revision=48026
* Replace the ghostscript55 dependencies with ghostscript-gnu.Akinori MUSHA2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47714
* Make nte initialize TCL properly.Bill Fenner2001-08-011-0/+16
| | | | | | | | PR: ports/27219 Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp> Notes: svn path=/head/; revision=45716
* Update to vic 2.8ucl-1.1.3Bill Fenner2001-08-0130-3415/+149
| | | | | | | | PR: ports/27239 Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp> Notes: svn path=/head/; revision=45715
* New port for multicast AV tool.Kiriyama Kazuhiko2001-06-079-0/+113
| | | | | | | | PR: 27329 Submitted by:Takeshi MUTOH<mutoh@bovine.info.nara-k.ac.jp> Notes: svn path=/head/; revision=43574
* New port for RAT(network audio tool) version 3.Kiriyama Kazuhiko2001-06-0710-0/+199
| | | | | | | | PR: 21356 Submitted by:Takeshi MUTOH <mutoh@bovine.info.nara-k.ac.jp> Notes: svn path=/head/; revision=43573
* wb compatible open source shared whiteboard programAssar Westerlund2001-05-117-0/+90
| | | | Notes: svn path=/head/; revision=42535
* Update to rtptools 1.17Bill Fenner2001-04-225-52/+54
| | | | Notes: svn path=/head/; revision=41786
* Remove patch-agMichael Haro2001-04-061-13/+0
| | | | | | | Submitted by: orion hodson <oh@btinternet.com> Notes: svn path=/head/; revision=40930
* Fix buildMichael Haro2001-04-062-10/+59
| | | | Notes: svn path=/head/; revision=40924
* Correct reversed patchMichael Haro2001-04-061-4/+4
| | | | Notes: svn path=/head/; revision=40923
* Remove empty fileMichael Haro2001-04-061-0/+0
| | | | Notes: svn path=/head/; revision=40922
* Update to 4.2.13Michael Haro2001-04-026-1085/+43
| | | | | | | | PR: 25520 Submitted by: Orion Hodson <oh@btinternet.com Notes: svn path=/head/; revision=40724
* Bump PORTREVISION to reflect Orion's fix for newpcm duplex and mixers.Bill Fenner2001-02-161-0/+1
| | | | Notes: svn path=/head/; revision=38392