1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

net/polyorb: New version as result of gcc-aux upgrade to gcc49

Setting USES=ada:47 would not allow polyorb to build because of an
object file mismatch with the gcc49-built xmlada.  It also would not
build with the latest gcc-aux, so the only option is to upgrade the port
to PolyOrb 2013.
This commit is contained in:
John Marino 2014-03-14 08:37:52 +00:00
parent 8b458b8285
commit 1077d788a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348175
2 changed files with 10 additions and 16 deletions

View File

@ -2,10 +2,11 @@
# $FreeBSD$
PORTNAME= polyorb
PORTVERSION= 2.9.0
PORTREVISION= 1
PORTVERSION= 2.10.0
CATEGORIES= net
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= polyorb-gpl-2013-src
EXTRACT_SUFX= .tgz
MAINTAINER= marino@FreeBSD.org
COMMENT= CORBA, SOAP, Ada 95 Distributed System Annex middleware
@ -14,13 +15,11 @@ LICENSE= GPLv3
BUILD_DEPENDS= xmlada>=3.2:${PORTSDIR}/textproc/xmlada
USES+= ada gmake
USE_BZIP2= yes
USES= ada gmake
GNU_CONFIGURE= yes
NO_MTREE= yes
USE_PYTHON_BUILD= yes
NO_LICENSES_INSTALL= yes
USE_PYTHON_BUILD= yes
MAKE_ENV= PROCESSORS=${MAKE_JOBS_NUMBER}
CONFIGURE_ENV= PYTHON=${PYTHON_CMD} \
@ -33,20 +32,15 @@ CONFIGURE_ARGS= --with-appli-perso="corba dsa moma" \
# Polyorb 2011 = PCS version 4 GNAT GCC 4.6 = PCS version 4
# Polyorb 2012 = PCS version 5 GNAT GCC 4.7 = PCS version 5
# Polyorb 2013 = PCS version 6 GNAT GCC 4.8 = PCS version 6(?)
#
# Current gcc-aux expander is version 5, so Polyorb 2012 is the lastest
# version that it can build. The versions have to match.
# However, GPL 2012 is particularly unstable, so a custom tarball from
# SVN revision 201373 has been created, which is the last of PCS version 5.
# Polyorb 2013 = PCS version 6 GNAT GCC 4.9 = PCS version 6
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} default
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} default
post-install:
@cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d -empty -print | ${XARGS} ${RMDIR}
@cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \
${SORT} > ${TMPPLIST}
${SORT} >> ${TMPPLIST}
@cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | ${SORT} -r | \
${SED} -e '/lib\/gnat$$/d' -e '/share\/doc$$/d' -e '/share\/gps/d' \
-e 's/^/@dirrm /g' >> ${TMPPLIST}

View File

@ -1,2 +1,2 @@
SHA256 (polyorb-2.9.0.tar.bz2) = aa75ac50a47a088a935146962faa1c6098d476d7517a79d8fb6ba6ca8a23da49
SIZE (polyorb-2.9.0.tar.bz2) = 3094710
SHA256 (polyorb-gpl-2013-src.tgz) = 126148536d1bfedcdf0aad6c61905cf9ee6d7f7f4db2bb3592b61fb4b3050f30
SIZE (polyorb-gpl-2013-src.tgz) = 3133934