summaryrefslogtreecommitdiffstats
path: root/devel/mico
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops, forgot to update depends.nectar1999-01-221-2/+2
|
* Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.nectar1999-01-221-1/+2
|
* Use USE_AUTOCONF instead of defining it as a dependency and calling itasami1998-12-131-7/+3
| | | | explicitly.
* Okay, I've gone through every example and doc that I can think of that wouldscrappy1998-11-163-10/+16
| | | | | | | be relevant, and think I've covered everything... This now build and a 'make package' now works...with my track record on this particular port, its bound to be still broken for *someone*, no?
* Fix 'ldconfig' as indicated in handbookscrappy1998-11-152-6/+8
| | | | | | | Get rid of --disable-shared flag for configure Improve patch-ak such that the shared library compile options as listed in handbook are included
* Made a mistake on creating patch-ak ... fixed herescrappy1998-11-151-1/+1
|
* Okay...scrappy1998-11-152-4/+39
| | | | | | | | | | | | | | | | | | Fix Makefile: to use bsd.port.{pre.post}.mk check for proper libstdc++.a, depending on elf or aout run autoconf before configure Remove old patches and add: patch-ak search and find tcl8.0 header file setup shared library extension properly according to elf vs aout patch-al properly find gtk.h Leaving it as marked BROKEN, while I continue to figure out thie elf vs aout stuff ...
* Mark BROKEN for ELF:jseger1998-11-141-1/+3
| | | | | | | | | | | | ===> Building package for mico-2.2.3 Creating package /usr/ports/packages/All/mico-2.2.3.tgz Registering depends: Mesa-3.0 XFree86-3.3.2 gtk-1.0.6 qt-1.40 tcl-8.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/mico-2.2.3.tgz' tar: can't add file lib/libmicoaux2.2.3.so.1 : No such file or directory tar: can't add file lib/libmicoqt2.2.3.so.1 : No such file or directory tar: can't add file lib/libmicox2.2.3.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1
* Got it backwards....checked ORBacus port, and shuld be a BUILD_DEPEND,scrappy1998-11-131-4/+3
| | | | not a LIB_DEPEND...
* It builds fine here...the only thing I can think of is that I failed toscrappy1998-11-131-4/+4
| | | | | | | add the dependency for glibstdc++28 (shouldn't the gcc28 port automatically install this?) ... Please try and let me know if this fixes the build problem...
* Well, it's still not working. I reinstalled lang/gcc28 but the messageasami1998-11-131-1/+3
| | | | | | | | | | | | | | | | | | | | is still the same. ------- ===> Building for mico-2.2.3 for i in admin include; do gmake -C $i adm || exit 1; done gmake[1]: Entering directory `/usr/ports/devel/mico/work/mico/admin' g++28 -I../include -fno-exceptions -I/usr/X11R6/include/X11/qt -I/usr/local/include -c mkdepend.cc -o mkdepend.o mkdepend.cc:27: iostream.h: No such file or directory mkdepend.cc:28: fstream.h: No such file or directory mkdepend.cc:29: string: No such file or directory mkdepend.cc:30: vector: No such file or directory mkdepend.cc:31: set: No such file or directory gmake[1]: *** [mkdepend.o] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/admin' gmake: *** [system] Error 1 *** Error code 2 Stop.
* Do people actually test these things before committing?!? This as aasami1998-11-131-2/+2
| | | | blatant syntax error....
* See rev. 1.6.asami1998-11-131-7/+0
|
* Now that GCC-2.8.x works again, mico can compile with --disable-mini-stl,scrappy1998-11-132-5/+7
| | | | which means that koffice should now work with it...
* Update mico to 2.2.3 ... this builds with the mini-stl that comes withscrappy1998-11-113-15/+27
| | | | | | | mico and gcc 2.7.2.1 ... not usable with koffice at this time, as it requires you to disabl-mini-stl, but that will require either gcc 2.8.1 or egcs to make that happen, and still working out bugs with the more stable version of egcs then is in ports...
* Manpages already listed in Makefile.asami1998-11-071-7/+0
|
* egcs is in lang, not devel.asami1998-11-071-2/+2
|
* This should allow mico to compile, using MICO's personal 'mini-stl' andscrappy1998-11-071-6/+5
| | | | | | | | | | with the standard gcc that comes with FreeBSD 3.0 (gcc 2.7.2.1) ... this is not usable for compiling either corba or koffice, which is still being worked on... Please report any bugs on this to me, as I'm trying to work with the MICO guys as far as getting FreeBSD recognized as an "official port" instead of their current web page, which reports "somehow it works under FreeBSD"...
* Added a patch from the MICO developers that allow it to compile with ascrappy1998-11-051-2/+6
| | | | | | | current bug in the egcs port (its not a bug in the port, its a bug in egcs itself)... Change dependencies so that it will compile using --disable-mini-stl
* Remove BROKEN status...it does build here, and if I'm going to fix it onscrappy1998-10-311-3/+1
| | | | for other machines/installs, ppl have to try and build it...
* Added dependencies for qt and tcl to be installedscrappy1998-10-311-3/+5
| | | | | | | Replaced the --with-tcl=/usr/include with just --with-tcl Left in BROKEN status...can someone test and let me know if there is anything else I've overlooked?
* Well, this thing is not working here. Besides, the "--with-tcl=/usr/include"asami1998-10-311-1/+3
| | | | | | | | | | | | | | | | | | | | | is definitely wrong. === cd ../libs; rm -f libmicox2.2.1.a; ln -f -s ../auxdir/libmicox2.2.1.a . /usr/X11R6/bin/moc ../include/mico/qtmico.h -o qtmico.moc c++ -I. -I../include -I/usr/ports/devel/mico/work/mico/./include/ministl -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/local/include -c qtmico.cc -o qtmico.o In file included from qtmico.cc:25: ../include/mico/qtmico.h:32: qapp.h: No such file or directory ../include/mico/qtmico.h:35: qsocknot.h: No such file or directory ../include/mico/qtmico.h:36: qtimer.h: No such file or directory In file included from qtmico.cc:266: qtmico.moc:17: qmetaobject.h: No such file or directory gmake[1]: *** [qtmico.o] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/auxdir' gmake: *** [system] Error 1 *** Error code 2 Stop.
* mico 2.2.1 port ... compiles cleanly and installs.scrappy1998-10-312-12/+83
| | | | | Please let me know of any problems, as I won't know until I move into getting koffice built..
* Updating to Mico v2.2.1scrappy1998-10-302-13/+5
| | | | | | | | The port is marked BROKEN anyway...updating it to what I have so far that appears to work, so that if I update ports, I don't lose it all again. Hope to have it unBROKEN over the weekend ... so far, builds out of the box with the stock cc 2.7.2.1 ...
* gtk and gtk11 are now ELFized.asami1998-09-221-2/+2
|
* Missed two files in the merge...scrappy1998-08-232-16/+6
|
* Update mico port from 2.0.5 to 2.1.0scrappy1998-08-233-25/+313
|
* It doesn't compile because of gtk path. Vanilla? :)asami1998-08-221-1/+3
| | | | | Also, the tcl path ("--with-tcl=/usr/include") is entirely wrong. Ports are not supposed to use tcl in /usr.
* Replace qt dependencies with USE_QT.asami1998-08-121-3/+3
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-121-7/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-3/+3
|
* Initial import of mico version 2.0.6.steve1998-07-045-0/+159
mico - a CORBA 2.0 implementation. PR: 6221 Submitted by: Yukihiro Nakai <nakai@technologist.com>
OpenPOWER on IntegriCloud