Update ORBacus to 3.1.2 and use the egcs compiler.
This commit is contained in:
parent
1caefcf247
commit
f4bc2802b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17119
@ -3,11 +3,11 @@
|
|||||||
# Whom: ejc@bazzle.com
|
# Whom: ejc@bazzle.com
|
||||||
# Version required: 3.0
|
# 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
|
DISTNAME= OB-3.1.2
|
||||||
PKGNAME= ORBacus-3.1.1
|
PKGNAME= ORBacus-3.1.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.1/
|
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.1/
|
||||||
|
|
||||||
@ -16,18 +16,17 @@ MAINTAINER= ejc@bazzle.com
|
|||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PORTOBJFORMAT} == "elf"
|
.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
|
.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
|
.endif
|
||||||
|
|
||||||
BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
|
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs \
|
||||||
g++28:${PORTSDIR}/lang/gcc28 \
|
eg++:${PORTSDIR}/lang/egcs \
|
||||||
${LIBSTDC}:${PORTSDIR}/lang/glibstdc++28
|
|
||||||
|
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe"
|
CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe"
|
||||||
MAN1= idl.1
|
MAN1= idl.1
|
||||||
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
|
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
|
||||||
- irgen.1 - irserv.1 - jidl.1
|
- irgen.1 - irserv.1 - jidl.1
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (OB-3.1.1.tar.gz) = 6f1046d51d2cc393e36fca4b3d81a927
|
MD5 (OB-3.1.2.tar.gz) = bc2a49e22aafeeec6230eca603e0fa62
|
||||||
|
Loading…
Reference in New Issue
Block a user