aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.12.Maxim Sobolev2001-11-092-3/+2
| | | | Notes: svn path=/head/; revision=49883
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-313-7/+37
| | | | | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury Notes: svn path=/head/; revision=49418
* Correct PORTREVISION - in my last commit instead of updating it to 5 I'veMaxim Sobolev2001-10-301-1/+1
| | | | | | | | | | erroneously decreased it to 2. Submitted by: Joe Clarke <marcus@marcuscom.com> Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=49359
* Huh, finally implement writev(2) wrapper that actually works. Boys, never everMaxim Sobolev2001-10-296-20/+241
| | | | | | | | | | | | try to use writev(2) in a non-blocking mode, especially on sockets. Not only this makes handling of EAGAIN rather weird, but in the case of sockets makes your code subject of a ENOBUFS, which is absolutely unclear how to handle properly. *sigh* Bump PORTREVISION. Notes: svn path=/head/; revision=49333
* Undo the last commit. For not clear yet reasons it drives oaf crazy.Maxim Sobolev2001-10-296-235/+20
| | | | Notes: svn path=/head/; revision=49320
* Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.Maxim Sobolev2001-10-296-20/+235
| | | | | | | | | | Instead of replacing writev(2) with loop based on write(2), test system limit on the number of vectors writev(2) accepts and split call to writev(2) to several calls in such a way that number of vectors in each call doesn't exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION. Notes: svn path=/head/; revision=49315
* Fix a rather weird incompatibility between ORBit and FreeBSD. It appears thatMaxim Sobolev2001-10-262-1/+25
| | | | | | | | | | | | | | | | FreeBSD's writev(2) implementation is rather unreliable when large number of vectors is submitted - it returns EINVAL despite the fact that all arguments are pretty valid. This caused serious problems with GNOME's oaf and prevented Nautilus from working properly. The problem disappeared when I've replaced writev(2) call with appropriate loop based around ordinary write(2). Perhaps this should be investigated and the real source of the problem fixed instead, but I do not have a time for this right now. For those who interested I'm ready to provide a step-by step instruction on how to reproduce the bug. Special thanks to: andersca @ nautilus#irc.gnome.org Notes: svn path=/head/; revision=49218
* Replace call to `glib-config' in libIDL-config script with the actual name ofMaxim Sobolev2001-10-222-0/+19
| | | | | | | the script on FreeBSD (glib12-config). Notes: svn path=/head/; revision=49058
* Update to 0.5.10.Maxim Sobolev2001-10-0913-106/+270
| | | | Notes: svn path=/head/; revision=48585
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-234-43/+33
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950
* Update t0 0.5.8Ade Lovett2001-05-142-3/+2
| | | | Notes: svn path=/head/; revision=42602
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-042-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* Update to 0.5.7Ade Lovett2001-01-312-2/+2
| | | | Notes: svn path=/head/; revision=37836
* Update to 0.5.6Ade Lovett2000-12-222-2/+2
| | | | Notes: svn path=/head/; revision=36215
* Update to 0.5.5Ade Lovett2000-12-012-2/+2
| | | | Notes: svn path=/head/; revision=35588
* Update to 0.5.4Ade Lovett2000-10-124-42/+49
| | | | Notes: svn path=/head/; revision=33733
* Implement USE_GLIB.Jeremy Lea2000-10-051-8/+4
| | | | Notes: svn path=/head/; revision=33423
* Darn. Forgot a bit of this patch... Actaully install orbitrc.Jeremy Lea2000-10-031-0/+3
| | | | Notes: svn path=/head/; revision=33346
* Install orbitrc.default, and treat it as a real configuration file.Jeremy Lea2000-10-032-5/+5
| | | | Notes: svn path=/head/; revision=33345
* Address a potential security issue by forcibly telling ORBit notAde Lovett2000-09-151-0/+8
| | | | | | | | | | | | to listen on any network (IPv4 or IPv6) sockets, if and only if the user hasn't already installed a ${PREFIX}/etc/orbitrc file (the default, and most likely case) Issue raised by: Louis A. Mamakos <louie@TransSys.COM> Discussed on: security mailing list Notes: svn path=/head/; revision=32643
* Update to 0.5.3Ade Lovett2000-08-043-18/+19
| | | | Notes: svn path=/head/; revision=31283
* Update to 0.5.2. Also make sure that installed libintl is respected.Maxim Sobolev2000-07-052-3/+6
| | | | Notes: svn path=/head/; revision=30249
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29614
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Update to 0.5.1, the last GNOME update before 4.0-RELEASE. I promise :)Ade Lovett2000-02-235-17/+21
| | | | Notes: svn path=/head/; revision=26187
* Change MAINTAINER to ade@FreeBSD.org .Yukihiro Nakai2000-01-071-1/+1
| | | | Notes: svn path=/head/; revision=24497
* New location on MASTER_SITE.Steve Price1999-12-041-1/+1
| | | | | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23576
* PR: ports/14303Yukihiro Nakai1999-10-141-4/+19
| | | | | | | | Submitted by:Ade Lovett<ade@lovett.com> Fixed for the libIDL-config command. Notes: svn path=/head/; revision=22446
* Bump glib12 's share library version to 3,Vanilla I. Shu1999-10-091-1/+1
| | | | | | | and portlint. Notes: svn path=/head/; revision=22283
* Submitted by:Ade Lovett<ade@lovett.com>Yukihiro Nakai1999-10-083-4/+5
| | | | | | | | | Approved by: MAINTAINER Chia-liang Kao <clkao@CirX.ORG> Update to 0.5.0 and Maintainer changed Notes: svn path=/head/; revision=22246
* Update ORBit to 0.4.95.Foxfair Hu1999-09-292-2/+2
| | | | | | | Submitted by : maintainer. Notes: svn path=/head/; revision=22057
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* This port requires gettext now.Satoshi Asami1999-08-241-2/+3
| | | | | | | | | I'm not sure if it requires msgmft for build time only or the libraries for run time too. Make it LIB_DEPENDS to be safe -- if someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext. Notes: svn path=/head/; revision=20921
* Update to version 0.4.93.Steve Price1999-08-224-4/+18
| | | | | | | | PR: 12781 (1 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20857
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Set USE_LIBTOOL=yes and use new version of gtk.Steve Price1999-05-303-29/+17
| | | | | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19098
* Upgrade to 0.4.3. Also change version in comment this time.Satoshi Asami1999-05-062-4/+4
| | | | | | | Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18530
* Update to version 0.4.2Satoshi Taoka1999-04-162-3/+3
| | | | | | | | PR: 10873 Submitted by: Matthew Reimer mreimer@vpop.net Notes: svn path=/head/; revision=17904
* DISTFILES moved on MASTER_SITE.Steve Price1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17741
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-096-34/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17091
* Upgrade to latest version.Vanilla I. Shu1999-02-184-66/+74
| | | | Notes: svn path=/head/; revision=16762
* Add gnome virtual catagory.Vanilla I. Shu1999-01-311-2/+2
| | | | | | | | PR: ports/9801 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16441
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-271-4/+3
| | | | Notes: svn path=/head/; revision=16379
* directory on ftp server changed slightlyAndreas Klemm1999-01-171-3/+3
| | | | Notes: svn path=/head/; revision=16120
* Bump library version to 1.0.Vanilla I. Shu1999-01-052-10/+10
| | | | Notes: svn path=/head/; revision=15841
* Bump libglib11d's version to 2.0,Vanilla I. Shu1999-01-041-2/+2
| | | | | | | and fix some configure problem(include pkg/PLIST). Notes: svn path=/head/; revision=15819
* Fix my typo error.Vanilla I. Shu1999-01-011-1/+1
| | | | | | | Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=15756