summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-20 03:36:06 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-20 03:36:06 +0000
commitad3121fbd4f12ebbba98d52b6b87347415d8746d (patch)
tree09c1c80d6b52d64fc88e001b2af19fb62a76f6a3 /devel
parentUse compressed files as distfiles. saves space + saves bandwidth = good for all (diff)
* Fix compiling under current.
* Fix PLIST so that this packages.
Notes
Notes: svn path=/head/; revision=18022
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBacus/Makefile9
-rw-r--r--devel/ORBacus/pkg-plist12
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