summaryrefslogtreecommitdiff
path: root/devel/ORBacus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* USE_NEWGCC= yesChris Piazza1999-08-221-7/+5
| | | | Notes: svn path=/head/; revision=20887
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-171-5/+5
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Fix WWW: typosBill Fenner1999-08-011-1/+1
| | | | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
* Use ${OSVERSION} instead of ${OSREL} for comparisons -- the latterSatoshi Asami1999-07-121-2/+2
| | | | | | | | | might expand into something like "2.2.8" and can't be compared numerically. Submitted by: Martin Kammerhofer <dada@balu.kfunigraz.ac.at> Notes: svn path=/head/; revision=20169
* Update ORBacus to 3.1.3Eric J.Chet1999-06-042-4/+4
| | | | Notes: svn path=/head/; revision=19205
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-2/+1
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* You can't include bsd.port.pre.mk and bsd.port.mk (the latter has to beSatoshi Asami1999-05-011-2/+2
| | | | | | | bsd.port.post.mk). Notes: svn path=/head/; revision=18245
* Remove trailing "\" on one of the BUILD_DEPENDS line that was blowing upSatoshi Asami1999-04-231-3/+2
| | | | | | | | the build. While I'm here, delete one of the two lines which look identical to my untrained eyes. Notes: svn path=/head/; revision=18097
* * Fix compiling under current.Justin M. Seger1999-04-202-13/+8
| | | | | | | * Fix PLIST so that this packages. Notes: svn path=/head/; revision=18022
* Update ORBacus to 3.1.2 and use the egcs compiler.Eric J.Chet1999-03-092-10/+9
| | | | Notes: svn path=/head/; revision=17119
* Add the new patchEric J.Chet1998-12-231-0/+12
| | | | Notes: svn path=/head/; revision=15510
* Update ORBacus to version 3.1.1Eric J.Chet1998-12-233-32/+57
| | | | Notes: svn path=/head/; revision=15506
* Remove BROKEN_ELF -- neither of gcc28 or glibstc++28 are marked BROKEN_ELFSatoshi Asami1998-12-221-3/+1
| | | | | | | anymore. Notes: svn path=/head/; revision=15476
* Add USE_XLIB.Satoshi Asami1998-12-221-1/+2
| | | | Notes: svn path=/head/; revision=15475
* Mark BROKEN for ELF: depends on gcc28 and glibstdc++28Justin M. Seger1998-10-121-1/+3
| | | | Notes: svn path=/head/; revision=13901
* Use MLINKS.Tim Vanderhoek1998-09-192-15/+3
| | | | Notes: svn path=/head/; revision=13236
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+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
* Use ${OSREL} to depend correctly (it was always building the glibstdc++28Satoshi Asami1998-08-092-2/+16
| | | | | | | | | | port before). While I'm here, create links to manpages correctly and put them in the PLIST. Notes: svn path=/head/; revision=12381
* Allow ob/demos/chat/X11/chat to build on other versions of motif.Eric J.Chet1998-07-301-1/+1
| | | | Notes: svn path=/head/; revision=12219
* Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only partEric J.Chet1998-07-292-4/+21
| | | | | | | of ORBacus that relies on motif. Notes: svn path=/head/; revision=12198
* g++28 -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L../../../lib -o ↵Satoshi Asami1998-07-251-1/+3
| | | | | | | | | | | | | | | | client ../Broadcaster.o ../Receiver.o ../Receiver_skel.o ../ReceiverBase_impl.o Receiver_impl.o Client.o -lOBX11 -lOB -L/usr/X11R6/lib -L/usr/X11R6/lib -lSM -lICE -lXm -lXt -lX11 Display.o: Undefined symbol `_XShapeQueryExtension' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment *** Error code 1 Stop. Notes: svn path=/head/; revision=12117
* Update to the new released version 3.0 since the beta versionSteve Price1998-07-202-6/+4
| | | | | | | | | seems to have disappeared. Noticed by: Satoshi Asami <asami@freebsd.org> Notes: svn path=/head/; revision=12030
* Dang, can't fetch again.Satoshi Asami1998-07-201-1/+3
| | | | Notes: svn path=/head/; revision=12009
* Upgrade to version 3.0b1. This is the latest versionSteve Price1998-07-116-138/+193
| | | | | | | | | | of omniBroker but under a new guise. PR: 7034 Submitted by: maintainer Notes: svn path=/head/; revision=11828
* Mark this broken while it is awaiting upgrade to ORBacus (see PRSatoshi Asami1998-06-261-1/+3
| | | | | | | ports/7034) after repository copy. Notes: svn path=/head/; revision=11534
* Distfile moved on MASTER_SITEJustin M. Seger1997-11-261-2/+2
| | | | Notes: svn path=/head/; revision=8860
* very minor style changeDavid E. O'Brien1997-06-291-2/+2
| | | | Notes: svn path=/head/; revision=7128
* Install LICENSE.Satoshi Asami1997-06-042-1/+6
| | | | Notes: svn path=/head/; revision=6736
* A CORBA 2 implementation.Satoshi Asami1997-06-046-0/+199
PR: 3620 Submitted by: Eric J. Chet <ejc@bazzle.com> Notes: svn path=/head/; revision=6732