FreshPorts -- The Place For Ports Sat, 17 May 2008 4:47 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
ORBit 0.5.17_3 devel on this many watch lists=209 search for ports that depend on this port
High-performance CORBA ORB with support for the C language
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: gnome


ORBit is a high-performance CORBA ORB with support for the C language.
It allows programs to send requests and receive replies from other
programs, regardless of the locations of the two programs.
CVSWeb : Sources : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: devel/gettext, devel/glib12

To install the port: cd /usr/ports/devel/ORBit/ && make install clean
To add the package: pkg_add -r ORBit


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/ORBit/0.5/
ftp://ftp.no.gnome.org/pub/GNOME/sources/ORBit/0.5/
ftp://ftp.dit.upm.es/linux/gnome/sources/ORBit/0.5/
http://rpmfind.net/linux/gnome.org/sources/ORBit/0.5/
ftp://ftp.dataplus.se/pub/linux/gnome/sources/ORBit/0.5/
ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/ORBit/0.5/
http://ftp.unina.it/pub/linux/GNOME/sources/ORBit/0.5/
http://www.gtlib.cc.gatech.edu/pub/gnome/sources/ORBit/0.5/
http://archive.progeny.com/GNOME/sources/ORBit/0.5/
http://www.zentek-international.com/mirrors/gnome/sources/ORBit/0.5/
ftp://ftp.dti.ad.jp/pub/X/gnome/sources/ORBit/0.5/
http://ring.sakura.ad.jp/archives/X/gnome/sources/ORBit/0.5/
http://ring.riken.jp/archives/X/gnome/sources/ORBit/0.5/
ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/ORBit/0.5/
http://public.planetmirror.com/pub/gnome/sources/ORBit/0.5/
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/
http://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome/

Number of commits found: 63

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Feb 2007 14:26:39
Original commit files touched by this commit  0.5.17_3
pav search for other commits by this committer
- Fix after objformat removal
30 Jan 2007 03:31:47
Original commit files touched by this commit  0.5.17_3
kris search for other commits by this committer
Don't default to a.out ABI
05 Nov 2006 02:51:19
Original commit files touched by this commit  0.5.17_3
mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
16 May 2006 05:10:37
Original commit files touched by this commit  0.5.17_3
mezz search for other commits by this committer
Remove CONFLICTS with ORBacus; the devel/ORBacus was removed back in 2004.
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.5.17_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
23 Nov 2005 22:41:05
Original commit files touched by this commit  0.5.17_2
pav search for other commits by this committer
- Add SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.5.17_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.5.17_2
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
18 Mar 2004 13:47:05
Original commit files touched by this commit  0.5.17_2
pav search for other commits by this committer
- Add SIZE to GNOME ports

Submitted by:   trevor
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.5.17_2
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 04:36:30
Original commit files touched by this commit  0.5.17_2
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
23 Jan 2004 18:12:26
Original commit files touched by this commit  0.5.17_1
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
11 Oct 2003 05:37:23
Original commit files touched by this commit  0.5.17_1
marcus search for other commits by this committer
Add a CONFLICT on ORBacus.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
26 Aug 2003 21:25:58
Original commit files touched by this commit  0.5.17_1
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 06:41:38
Original commit files touched by this commit  0.5.17
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
17 Aug 2003 05:11:50
Original commit files touched by this commit  0.5.17
marcus search for other commits by this committer
* Use INFO
* Use gnometarget
16 Jun 2003 21:52:58
Original commit files touched by this commit  0.5.17
adamw search for other commits by this committer
Utilize USE_GNOME= pkgconfig.
20 Apr 2003 03:56:27
Original commit files touched by this commit  0.5.17
marcus search for other commits by this committer
Remove USE_GNOMENG.
07 Mar 2003 06:01:16
Original commit files touched by this commit  0.5.17
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
20 Sep 2002 18:07:51
Original commit files touched by this commit  0.5.17
marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
01 Aug 2002 17:22:41
Original commit files touched by this commit  0.5.17
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
04 Jul 2002 18:19:38
Original commit files touched by this commit  0.5.17
sobomax search for other commits by this committer
Convert to USE_GNOMENG.
07 Jun 2002 23:43:21
Original commit files touched by this commit  0.5.17
marcus search for other commits by this committer
Fix a patching problem.

PR:             39014
07 Jun 2002 20:42:22
Original commit files touched by this commit  0.5.17
sobomax search for other commits by this committer
Update to 0.5.17.
28 May 2002 17:24:51
Original commit files touched by this commit  0.5.16
sobomax search for other commits by this committer
Update to 0.5.16.
12 Apr 2002 18:10:20
Original commit files touched by this commit  0.5.15_1
ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
25 Mar 2002 20:14:01
Original commit files touched by this commit  0.5.15
sobomax search for other commits by this committer
Update to 0.5.15.
15 Mar 2002 19:44:29
Original commit files touched by this commit  0.5.14
ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
12 Mar 2002 21:56:07
Original commit files touched by this commit
sobomax search for other commits by this committer
Update to 0.5.14.
15 Feb 2002 19:01:49
files touched by this commit
sobomax search for other commits by this committer
Don't create compatibility symlinks, which might get in the way of the GNOME2.  
 
29 Jan 2002 10:16:28
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
24 Jan 2002 15:04:27
files touched by this commit
sobomax search for other commits by this committer
Prevent libc from linking in explicitly. Bump PORTREVISION.    
22 Jan 2002 12:30:11
files touched by this commit
sobomax search for other commits by this committer
Add -I${PREFIX}/include into output of orbit-config script, because it's  
necessary for ports in order to find libIDL includes.    
13 Jan 2002 12:51:14
files touched by this commit
sobomax search for other commits by this committer
Update to 0.5.13.    
20 Dec 2001 06:19:02
files touched by this commit
sobomax search for other commits by this committer
Backout previous change - it seems that new revision of the patch doesn't  
apply everywhere.    
19 Dec 2001 20:20:23
files touched by this commit
sobomax search for other commits by this committer
Don't filter libc_r on 5-CURRENT.    
09 Nov 2001 16:28:10
files touched by this commit
sobomax search for other commits by this committer
Update to 0.5.12.    
31 Oct 2001 08:32:30
files touched by this commit
sobomax search for other commits by this committer
Don't link in libc - FreeBSD doesn't need this.    
30 Oct 2001 07:37:47
files touched by this commit
sobomax search for other commits by this committer
Correct PORTREVISION - in my last commit instead of updating it to 5 I've  
erroneously decreased it to 2.    
29 Oct 2001 17:05:04
files touched by this commit
sobomax search for other commits by this committer
Huh, finally implement writev(2) wrapper that actually works. Boys, never ever  
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*    
29 Oct 2001 09:57:43
files touched by this commit
sobomax search for other commits by this committer
Undo the last commit. For not clear yet reasons it drives oaf crazy.    
29 Oct 2001 08:19:24
files touched by this commit
sobomax search for other commits by this committer
Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.  
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.    
26 Oct 2001 15:06:01
files touched by this commit
sobomax search for other commits by this committer
Fix a rather weird incompatibility between ORBit and FreeBSD. It appears that  
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.    
22 Oct 2001 10:30:39
files touched by this commit
sobomax search for other commits by this committer
Replace call to `glib-config' in libIDL-config script with the actual name of  
the script on FreeBSD (glib12-config).    
09 Oct 2001 09:30:47
files touched by this commit
sobomax search for other commits by this committer
Update to 0.5.10.    
23 May 2001 02:49:13
files touched by this commit
ade search for other commits by this committer
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2   to
make transitioning to GNOME/GTK+/GLIB a little easier.    
14 May 2001 23:57:45
files touched by this commit
ade search for other commits by this committer
Update t0 0.5.8    
11 May 2001 18:36:50
files touched by this commit
ade search for other commits by this committer
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
04 May 2001 23:39:58
files touched by this commit
ade search for other commits by this committer
Update to GNOME 1.4 -- massive changes all around, for the sake of   CVS repo
bloat, I'll only list the updates.    
31 Jan 2001 15:56:16
files touched by this commit
ade search for other commits by this committer
Update to 0.5.7    
22 Dec 2000 02:20:24
files touched by this commit
ade search for other commits by this committer
Update to 0.5.6    
01 Dec 2000 21:20:12
files touched by this commit
ade search for other commits by this committer
Update to 0.5.5    
12 Oct 2000 20:37:34
files touched by this commit
ade search for other commits by this committer
Update to 0.5.4    
08 Oct 2000 03:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
05 Oct 2000 08:23:01
files touched by this commit
reg search for other commits by this committer
Implement USE_GLIB.    
03 Oct 2000 03:40:00
files touched by this commit
reg search for other commits by this committer
Darn.  Forgot a bit of this patch...  Actaully install orbitrc.    
03 Oct 2000 03:33:37
files touched by this commit
reg search for other commits by this committer
Install orbitrc.default, and treat it as a real configuration file.    
15 Sep 2000 17:20:14
files touched by this commit
ade search for other commits by this committer
Address a potential security issue by forcibly telling ORBit not   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)    
04 Aug 2000 03:15:48
files touched by this commit
ade search for other commits by this committer
Update to 0.5.3    
05 Jul 2000 20:27:50
files touched by this commit
sobomax search for other commits by this committer
Update to 0.5.2. Also make sure that installed libintl is respected.    
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 10:19:52
files touched by this commit
sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
15 Jun 2000 19:12:51
files touched by this commit
sobomax search for other commits by this committer
Second round of INSTALL_SHLIBS=yes fixes.    

Number of commits found: 63

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 2.029 seconds.