diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-11-11 19:59:44 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-11-11 19:59:44 +0000 |
commit | e53a94b4b1b5e04d726be7e858de70b0ce1b7aa7 (patch) | |
tree | c5f191a57c116912d8812539947158bee1ccfa41 /devel/mico | |
parent | 668ada88e96e090637ea0c42f26432e3e867cbf5 (diff) | |
download | FreeBSD-ports-e53a94b4b1b5e04d726be7e858de70b0ce1b7aa7.zip FreeBSD-ports-e53a94b4b1b5e04d726be7e858de70b0ce1b7aa7.tar.gz |
Update mico to 2.2.3 ... this builds with the mini-stl that comes with
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...
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 12 | ||||
-rw-r--r-- | devel/mico/distinfo | 2 | ||||
-rw-r--r-- | devel/mico/pkg-plist | 28 |
3 files changed, 27 insertions, 15 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 26e890f..29c21be 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: mico-latest -# Version required: 2.2.1 +# New ports collection makefile for: mico +# Version required: 2.2.3 # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.14 1998/11/07 04:25:48 scrappy Exp $ +# $Id: Makefile,v 1.13 1998/11/05 03:13:23 scrappy Exp $ # -DISTNAME= mico-2.2.1 +DISTNAME= mico-2.2.3 CATEGORIES= devel MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ @@ -14,10 +14,6 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ tcl80.1:${PORTSDIR}/lang/tcl80 -#BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs - -#CC= egcc -#CXX= eg++ USE_QT= yes GNU_CONFIGURE= yes diff --git a/devel/mico/distinfo b/devel/mico/distinfo index 3ef0059..59194f6 100644 --- a/devel/mico/distinfo +++ b/devel/mico/distinfo @@ -1 +1 @@ -MD5 (mico-2.2.1.tar.gz) = 5234f4c934701bda3faf76e1a0575b70 +MD5 (mico-2.2.3.tar.gz) = 8560eec20bf687864da8f83793fcf855 diff --git a/devel/mico/pkg-plist b/devel/mico/pkg-plist index b589290..ed0229d 100644 --- a/devel/mico/pkg-plist +++ b/devel/mico/pkg-plist @@ -129,6 +129,11 @@ doc/mico/examples/poa/account-2/account doc/mico/examples/poa/account-2/account.idl doc/mico/examples/poa/account-2/client.cc doc/mico/examples/poa/account-2/server.cc +doc/mico/examples/poa/account-3/Makefile +doc/mico/examples/poa/account-3/account +doc/mico/examples/poa/account-3/account.idl +doc/mico/examples/poa/account-3/client.cc +doc/mico/examples/poa/account-3/server.cc doc/mico/examples/poa/hello-1/Makefile doc/mico/examples/poa/hello-1/client.cc doc/mico/examples/poa/hello-1/hello @@ -264,6 +269,7 @@ doc/mico/examples/stream-bench/stream_server.cc doc/mico/examples/stream-sound/Makefile doc/mico/examples/stream-sound/client.cc doc/mico/examples/stream-sound/server.cc +doc/mico/examples/stream-sound/sound.h doc/mico/examples/x11/Makefile doc/mico/examples/x11/client.cc doc/mico/examples/x11/hello.idl @@ -397,14 +403,23 @@ include/ministl/set.h include/ministl/string include/ministl/vector include/ministl/vector.h -lib/libmico2.2.1.a -lib/libmicoaux2.2.1.a -lib/libmicocoss2.2.1.a -lib/libmicogtk2.2.1.a -lib/libmicoqt2.2.1.a -lib/libmicox2.2.1.a +lib/libmico2.2.3.a +lib/libmicoaux2.2.3.a +lib/libmicoaux2.2.3.so.1.0 +lib/libmicocoss2.2.3.a +lib/libmicoqt2.2.3.a +lib/libmicoqt2.2.3.so.1.0 +lib/libmicox2.2.3.a +lib/libmicox2.2.3.so.1.0 lib/mico-setup.csh lib/mico-setup.sh +man/man1/idl.1.gz +man/man1/imr.1.gz +man/man1/nsadmin.1.gz +man/man5/micorc.5.gz +man/man8/ird.8.gz +man/man8/micod.8.gz +man/man8/nsd.8.gz @dirrm include/ministl @dirrm include/mico @dirrm doc/mico/examples/x11 @@ -427,6 +442,7 @@ lib/mico-setup.sh @dirrm doc/mico/examples/poa/inherit @dirrm doc/mico/examples/poa/hello-2 @dirrm doc/mico/examples/poa/hello-1 +@dirrm doc/mico/examples/poa/account-3 @dirrm doc/mico/examples/poa/account-2 @dirrm doc/mico/examples/poa/account-1 @dirrm doc/mico/examples/poa |