summaryrefslogtreecommitdiff
path: root/devel/omniORB (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-1/+1
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | g++ -fhandle-exceptions -pipe -I. -D__OMNIORB2__ -I../../../include -DDEFAULT_LOGDIR=\"/var/omninames\" -o omniNames NamingContext_i.o log.o omniNames.o -L../../../src/lib/omniORB2 -lomniORB2 -L../../../src/lib/omnithread -lomnithread ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::omni_mutex(void)': posix.o(.text+0x10): undefined reference to `pthread_mutex_init' ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::~omni_mutex(void)': posix.o(.text+0xa2): undefined reference to `pthread_mutex_destroy' ../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::lock(void)': Notes: svn path=/head/; revision=13917
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-5/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Make this port build again.Steve Price1998-06-062-60/+4
| | | | Notes: svn path=/head/; revision=11298
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Mark this port broken, it doesn't build.Satoshi Asami1997-11-221-1/+3
| | | | Notes: svn path=/head/; revision=8745
* Put some parentheses in "#elif defined(foo) || defined(bar)" statementSatoshi Asami1997-07-101-7/+7
| | | | | | | | | | | | | to make this compile again. I never quite understood the "#elif" syntax and now I think I never will. By the way, this is just a patch-up to DavidO's "stab in the dark" and is not guaranteed to work on NetBSD and/or OpenBSD. I just "fixed" it in the way that it doesn't break FreeBSD while preserving the spirit of his changes (i.e., to "stab" whatever he was aiming at). Notes: svn path=/head/; revision=7275
* Added {Open,Net}BSD to the #define's.David E. O'Brien1997-06-291-13/+13
| | | | | | | This was a stab in the dark as to the right things to do for them. Notes: svn path=/head/; revision=7131
* Accidentaly removed "-pipe" when I was playing with optimization flags.Satoshi Asami1997-06-041-4/+4
| | | | Notes: svn path=/head/; revision=6747
* Another CORBA 2 implementation.Satoshi Asami1997-06-046-0/+2593
PR: 3619 Submitted by: Eric J. Chet <ejc@bazzle.com> Notes: svn path=/head/; revision=6745