summaryrefslogtreecommitdiff
path: root/mbone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Drop maintainershipMario Sergio Fujikawa Ferreira2005-03-101-1/+1
| | | | Notes: svn path=/head/; revision=130834
* Fix fetch: Tarballed rerolled, no differencesVolker Stolz2005-02-211-2/+2
| | | | Notes: svn path=/head/; revision=129494
* Fix MASTER_SITES.Kirill Ponomarev2005-02-191-1/+1
| | | | | | | | PR: ports/77716 Submitted by: maintainer Notes: svn path=/head/; revision=129267
* Fix maintainer's email.Kirill Ponomarev2004-12-241-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=125054
* Change maintainer's email.Kirill Ponomarev2004-12-231-1/+1
| | | | | | | | PR: ports/75415 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) Notes: svn path=/head/; revision=124977
* Add DOCSDIR and fix pkg-plist.Kirill Ponomarev2004-12-131-0/+1
| | | | Notes: svn path=/head/; revision=123931
* - Fix build on 5.xPav Lucistnik2004-11-042-4/+14
| | | | | | | | PR: ports/73528 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> Notes: svn path=/head/; revision=120800
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118494
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118421