diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-20 11:36:06 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-20 11:36:06 +0800 |
commit | a950d0161ec8855df79838668acbaf6ba6011134 (patch) | |
tree | 112b7ef06694aeece4bd8688d98c9811107b9342 /devel | |
parent | c58dc1e989c954d1ab5134afd3108fdbfd351761 (diff) | |
download | freebsd-ports-gnome-a950d0161ec8855df79838668acbaf6ba6011134.tar.gz freebsd-ports-gnome-a950d0161ec8855df79838668acbaf6ba6011134.tar.zst freebsd-ports-gnome-a950d0161ec8855df79838668acbaf6ba6011134.zip |
* Fix compiling under current.
* Fix PLIST so that this packages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 9 | ||||
-rw-r--r-- | devel/ORBacus/pkg-plist | 12 |
2 files changed, 8 insertions, 13 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 2f7f6bada39b..4c1213129cb9 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 3.0 # -# $Id: Makefile,v 1.16 1998/12/23 01:28:52 ejc Exp $ +# $Id: Makefile,v 1.17 1999/03/09 20:35:46 ejc Exp $ # DISTNAME= OB-3.1.2 @@ -15,6 +15,10 @@ MAINTAINER= ejc@bazzle.com .include <bsd.port.pre.mk> +.if ${OSREL} >= 4 +LIBSTDC= /usr/lib/libstdc++.a +CONFIGURE_ENV= CXX=c++ CXXFLAGS="-O -pipe" +.else .if ${PORTOBJFORMAT} == "elf" LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/egcs-2.91.62/libstdc++.a .else @@ -23,10 +27,11 @@ LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/egcs-2.91.62/libstdc BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs \ eg++:${PORTSDIR}/lang/egcs \ +CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe" +.endif USE_XLIB= yes HAS_CONFIGURE= yes -CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe" MAN1= idl.1 MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ - irgen.1 - irserv.1 - jidl.1 diff --git a/devel/ORBacus/pkg-plist b/devel/ORBacus/pkg-plist index 0595069c7361..727db79fa29e 100644 --- a/devel/ORBacus/pkg-plist +++ b/devel/ORBacus/pkg-plist @@ -1,4 +1,3 @@ -bin/eventserv bin/hidl bin/idl bin/idlcpp @@ -17,19 +16,11 @@ include/OB/Basic.h include/OB/CORBA.h include/OB/Config.h include/OB/Context.h -include/OB/CosEventChannelAdmin.h -include/OB/CosEventChannelAdmin_skel.h -include/OB/CosEventComm.h -include/OB/CosEventComm_skel.h include/OB/CosNaming.h include/OB/CosNaming_skel.h include/OB/CosProperty.h include/OB/CosProperty_impl.h include/OB/CosProperty_skel.h -include/OB/CosTypedEventChannelAdmin.h -include/OB/CosTypedEventChannelAdmin_skel.h -include/OB/CosTypedEventComm.h -include/OB/CosTypedEventComm_skel.h include/OB/Current.h include/OB/DII.h include/OB/DSI.h @@ -51,6 +42,7 @@ include/OB/IntRep.h include/OB/IntRepMember.h include/OB/IntRepMember_skel.h include/OB/IntRep_skel.h +include/OB/NTService.h include/OB/NamedValue.h include/OB/Narrow_impl.h include/OB/Net.h @@ -74,14 +66,12 @@ include/OB/TypeCode.h include/OB/Util.h include/OB/Windows.h include/OB/X11.h -lib/libCosEvent.a lib/libCosNaming.a lib/libCosProperty.a lib/libIDL.a lib/libOB.a lib/libOBTest.a lib/libOBX11.a -man/man1/idl.1.gz share/doc/ORBacus/LICENSE @dirrm share/doc/ORBacus @dirrm include/OB |