aboutsummaryrefslogtreecommitdiff
path: root/mbone
Commit message (Collapse)AuthorAgeFilesLines
* Reset fenner's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-298-10/+10
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212203
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-1916-33/+28
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-096-6/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Move from Tk 8.2 to Tk 8.4Pav Lucistnik2008-04-043-8/+18
| | | | | | | | | PR: ports/110429 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout (fenner; 1 year) Notes: svn path=/head/; revision=210504
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Mark as broken on sparc64: fails to compile. While here, s/tk84/tk/.Mark Linimon2008-02-011-1/+5
| | | | Notes: svn path=/head/; revision=206582
* - Mark BROKEN on 7.0Pav Lucistnik2007-12-101-1/+7
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202939
* 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
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-8/+0
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* Fix build on 64bit platformsTilman Keskinoz2007-08-031-0/+20
| | | | Notes: svn path=/head/; revision=197015
* - Unbreak with WITH_XORG= x11 xext sm iceMartin Matuska2007-07-301-12/+18
| | | | | | | | | | - Cleanup of USE_TK - Other small fixes Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196734
* - Unbreak build with USE_XORG= x11 xextMartin Matuska2007-07-301-1/+2
| | | | | | | | | - Replace LIB_DEPENDS by USE_TK Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196720
* - Drop maintainershipPav Lucistnik2007-07-162-4/+1
| | | | | | | Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer) Notes: svn path=/head/; revision=195711
* - Unbreak with gcc42Andrew Pantyukhin2007-07-144-15/+21
| | | | | | | - Clean up a bit Notes: svn path=/head/; revision=195593
* - Mark BROKEN on CURRENT: does not build with GCC 4.2Pav Lucistnik2007-07-031-0/+4
| | | | Notes: svn path=/head/; revision=194768
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-1913-5/+13
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* BROKEN on sparc64: Does not buildKris Kennaway2007-04-221-0/+4
| | | | Notes: svn path=/head/; revision=190613
* Add a patch to fix a harmless warning, which breaks this port underMikhail Teterin2007-03-262-6/+18
| | | | | | | | | | | | the stricter g++42 (and 41): Prodded by: kris While here switch to USE_TK and make -with-ipv6 conditional on the NO_INET6 being undefined. Notes: svn path=/head/; revision=188361
* - Use TCL/TK 8.4Martin Wilke2007-03-211-16/+14
| | | | | | | | PR: 110574 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Notes: svn path=/head/; revision=187864
* Fix build on FreeBSD 7 by using one OS dependant Makefile for all versionsTilman Keskinoz2007-03-174-24/+11
| | | | | | | of FreeBSD Notes: svn path=/head/; revision=187584
* Now appears to build on amd64Kris Kennaway2007-03-031-4/+0
| | | | Notes: svn path=/head/; revision=186446
* Add support for video4linux devices by:Luigi Rizzo2007-02-124-16/+97
| | | | | | | | | | | | | | | | | - adding a build dependency on v4l_compat; - fixing the paths to locate videodev.h in configure.in, and disabling the (incorrect) check for V4L2; - correct the paths in grabber-video4linux.cpp, and also add support for the read() method in addition to mmap. On the mailing list there was a suggestion to remove the hardwired path in favour of a variable ( %%LOCALBASE%% or so) based one. But this configure.in is full of hardwired paths, so fixing one doesn't help at all, and the full fix would take more time and knowledge that i have. Notes: svn path=/head/; revision=185021
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-302-17/+15
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* Fix build with gcc41Tilman Keskinoz2006-12-201-2/+6
| | | | | | | portlint Notes: svn path=/head/; revision=180287
* Move to MASTER_SITE_LOCAL. The distfile won't actually show up untilBill Fenner2006-12-132-3/+2
| | | | | | | | | | ftp-master gets fixed, but since it's not at the old site there's no real harm. Reminded by: that fenner guy's annoying emails Notes: svn path=/head/; revision=179682
* - Respect X11BASERong-En Fan2006-12-061-2/+2
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179044
* Unbreak by using socklen_t as needed.Bill Fenner2006-12-043-11/+29
| | | | Notes: svn path=/head/; revision=178794
* Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might changeBill Fenner2006-12-041-5/+2
| | | | | | | | | | packages. PR: ports/105151 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=178793
* - Respect X11BASERong-En Fan2006-12-011-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=178427
* - Now X11BASE, CC, CFLAGS is respected in files/patch-aaRong-En Fan2006-12-011-5/+0
| | | | | | | Revert my changes previous, so ${MAKEFILE} will not patched twice. Notes: svn path=/head/; revision=178422
* Respect X11BASE and LOCALBASEKris Kennaway2006-12-013-17/+17
| | | | Notes: svn path=/head/; revision=178413
* Respect X11BASE, CC and CFLAGSKris Kennaway2006-12-011-7/+9
| | | | Notes: svn path=/head/; revision=178410
* - Respect CC, CFLAGSRong-En Fan2006-11-301-0/+5
| | | | | | | | | - Respect X11BASE [1] Reported by: pointyhat [1] Notes: svn path=/head/; revision=178327
* Fix breakage due to audio/gsm import.Maxim Sobolev2006-08-141-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=170631
* Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistentMark Linimon2006-07-233-3/+3
| | | | | | | across different OSVERSION scans. Notes: svn path=/head/; revision=168580
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-103-3/+0
| | | | Notes: svn path=/head/; revision=162032
* Fix on 6.xErwin Lansing2006-04-283-1/+26
| | | | | | | | PR: 92828 Submitted by: rik Notes: svn path=/head/; revision=160650
* Reset maintainer at his request.Mark Linimon2006-04-191-1/+1
| | | | Notes: svn path=/head/; revision=159958
* Update to 1.18.Maxim Sobolev2006-03-163-11/+14
| | | | Notes: svn path=/head/; revision=157367
* SHA256ifyEdwin Groothuis2006-02-013-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154943
* SHA256ifyEdwin Groothuis2006-01-229-0/+9
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Fix breakage caused by time_t change.Tom Rhodes2006-01-012-0/+81
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=152523
* Respect LOCALBASEMarcus Alves Grando2005-12-043-3/+4
| | | | | | | | | | Add SHA256 PR: 89936 Submitted by: maintainer Notes: svn path=/head/; revision=150415
* Fix maintainers email addressEdwin Groothuis2005-12-041-1/+1
| | | | | | | Submitted by: private email Notes: svn path=/head/; revision=150400
* - Add SHA256Pav Lucistnik2005-11-254-0/+4
| | | | Notes: svn path=/head/; revision=149432
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-154-4/+4
| | | | | | | | | | | | | | | | | | | | 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
* Look for -luclmmbase under LOCALBASE instead of PREFIX (which isMikhail Teterin2005-03-226-31/+175
| | | | | | | | | | | | | | | X11BASE). Submitted by: pointyhat via kris While here fix some more of the warnings, use OpenSSL's MD5 code instead of vendor's own copy, and use srandomdev instead of srandom(hostname+time). Approved by: portmgr (Kirill) Notes: svn path=/head/; revision=131906
* Upgrade devel/uclmmbase and mbone/vic to their latest respectedMikhail Teterin2005-03-2014-100/+188
| | | | | | | | | | | | | | | | | | versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building (most of the) functionality, that is present in our base libraries (btree, md5, etc.) In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some other improvements. vic is thus unbroken on 5.x Per fenner's (much) earlier e-mail, grab maintainership for the time being. PR: ports/75066 (obsoleted) Approved by: fenner (implicitly) Notes: svn path=/head/; revision=131801