Update ORBacus to 3.1.2 and use the egcs compiler.

This commit is contained in:
Eric J.Chet 1999-03-09 20:35:52 +00:00
parent 1caefcf247
commit f4bc2802b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17119
2 changed files with 9 additions and 10 deletions

View File

@ -3,11 +3,11 @@
# Whom: ejc@bazzle.com
# Version required: 3.0
#
# $Id: Makefile,v 1.15 1998/12/22 07:35:00 asami Exp $
# $Id: Makefile,v 1.16 1998/12/23 01:28:52 ejc Exp $
#
DISTNAME= OB-3.1.1
PKGNAME= ORBacus-3.1.1
DISTNAME= OB-3.1.2
PKGNAME= ORBacus-3.1.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.1/
@ -16,18 +16,17 @@ MAINTAINER= ejc@bazzle.com
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"
LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/2.8.1/libstdc++.a
LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/egcs-2.91.62/libstdc++.a
.else
LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a
LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/egcs-2.91.62/libstdc++.a
.endif
BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
g++28:${PORTSDIR}/lang/gcc28 \
${LIBSTDC}:${PORTSDIR}/lang/glibstdc++28
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs \
eg++:${PORTSDIR}/lang/egcs \
USE_XLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe"
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

View File

@ -1 +1 @@
MD5 (OB-3.1.1.tar.gz) = 6f1046d51d2cc393e36fca4b3d81a927
MD5 (OB-3.1.2.tar.gz) = bc2a49e22aafeeec6230eca603e0fa62