Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | USE_NEWGCC= yes | Chris Piazza | 1999-08-22 | 1 | -7/+5 |
| | |||||
* | egcc/eg++ have been renamed to gcc295/g++295. Change | Chris Piazza | 1999-08-17 | 1 | -5/+5 |
| | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | Fix WWW: typos | Bill Fenner | 1999-08-01 | 1 | -1/+1 |
| | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek | ||||
* | Use ${OSVERSION} instead of ${OSREL} for comparisons -- the latter | Satoshi Asami | 1999-07-12 | 1 | -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> | ||||
* | Update ORBacus to 3.1.3 | Eric J.Chet | 1999-06-04 | 2 | -4/+4 |
| | |||||
* | Wow! What big teeth you have grandma! "All the better to Weat you | Tim Vanderhoek | 1999-05-02 | 1 | -2/+1 |
| | | | | | | with, my dear." [That's lupus for "Add WWW:"] | ||||
* | You can't include bsd.port.pre.mk and bsd.port.mk (the latter has to be | Satoshi Asami | 1999-05-01 | 1 | -2/+2 |
| | | | | bsd.port.post.mk). | ||||
* | Remove trailing "\" on one of the BUILD_DEPENDS line that was blowing up | Satoshi Asami | 1999-04-23 | 1 | -3/+2 |
| | | | | | the build. While I'm here, delete one of the two lines which look identical to my untrained eyes. | ||||
* | * Fix compiling under current. | Justin M. Seger | 1999-04-20 | 2 | -13/+8 |
| | | | | * Fix PLIST so that this packages. | ||||
* | Update ORBacus to 3.1.2 and use the egcs compiler. | Eric J.Chet | 1999-03-09 | 2 | -10/+9 |
| | |||||
* | Add the new patch | Eric J.Chet | 1998-12-23 | 1 | -0/+12 |
| | |||||
* | Update ORBacus to version 3.1.1 | Eric J.Chet | 1998-12-23 | 3 | -32/+57 |
| | |||||
* | Remove BROKEN_ELF -- neither of gcc28 or glibstc++28 are marked BROKEN_ELF | Satoshi Asami | 1998-12-22 | 1 | -3/+1 |
| | | | | anymore. | ||||
* | Add USE_XLIB. | Satoshi Asami | 1998-12-22 | 1 | -1/+2 |
| | |||||
* | Mark BROKEN for ELF: depends on gcc28 and glibstdc++28 | Justin M. Seger | 1998-10-12 | 1 | -1/+3 |
| | |||||
* | Use MLINKS. | Tim Vanderhoek | 1998-09-19 | 2 | -15/+3 |
| | |||||
* | Remove manpages define in MAN? fom PLIST for all the devel ports. | Satoshi Asami | 1998-08-12 | 1 | -1/+0 |
| | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). | ||||
* | Use ${OSREL} to depend correctly (it was always building the glibstdc++28 | Satoshi Asami | 1998-08-09 | 2 | -2/+16 |
| | | | | | | | port before). While I'm here, create links to manpages correctly and put them in the PLIST. | ||||
* | Allow ob/demos/chat/X11/chat to build on other versions of motif. | Eric J.Chet | 1998-07-30 | 1 | -1/+1 |
| | |||||
* | Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only part | Eric J.Chet | 1998-07-29 | 2 | -4/+21 |
| | | | | of ORBacus that relies on motif. | ||||
* | g++28 -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L../../../lib -o ↵ | Satoshi Asami | 1998-07-25 | 1 | -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. | ||||
* | Update to the new released version 3.0 since the beta version | Steve Price | 1998-07-20 | 2 | -6/+4 |
| | | | | | | seems to have disappeared. Noticed by: Satoshi Asami <asami@freebsd.org> | ||||
* | Dang, can't fetch again. | Satoshi Asami | 1998-07-20 | 1 | -1/+3 |
| | |||||
* | Upgrade to version 3.0b1. This is the latest version | Steve Price | 1998-07-11 | 6 | -138/+193 |
| | | | | | | | of omniBroker but under a new guise. PR: 7034 Submitted by: maintainer | ||||
* | Mark this broken while it is awaiting upgrade to ORBacus (see PR | Satoshi Asami | 1998-06-26 | 1 | -1/+3 |
| | | | | ports/7034) after repository copy. | ||||
* | Distfile moved on MASTER_SITE | Justin M. Seger | 1997-11-26 | 1 | -2/+2 |
| | |||||
* | very minor style change | David E. O'Brien | 1997-06-29 | 1 | -2/+2 |
| | |||||
* | Install LICENSE. | Satoshi Asami | 1997-06-04 | 2 | -1/+6 |
| | |||||
* | A CORBA 2 implementation. | Satoshi Asami | 1997-06-04 | 6 | -0/+199 |
PR: 3620 Submitted by: Eric J. Chet <ejc@bazzle.com> |