diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-11-11 19:59:44 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-11-11 19:59:44 +0000 |
commit | 4b3eecea30e9f23a212e663446a7d157acc86e9c (patch) | |
tree | 8fde178ebc15018a968657a025beb9df579952cc /devel/mico | |
parent | d5a372e2095fde7f09e6c1293c30cfbe68840943 (diff) | |
download | ports-4b3eecea30e9f23a212e663446a7d157acc86e9c.tar.gz ports-4b3eecea30e9f23a212e663446a7d157acc86e9c.zip |
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...
Notes
Notes:
svn path=/head/; revision=14474
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 26e890fe0a7d..29c21be411b7 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 3ef0059c747f..59194f6c3486 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 b589290b2da6..ed0229d33941 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 |