diff options
author | marino <marino@FreeBSD.org> | 2014-03-14 16:37:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-14 16:37:52 +0800 |
commit | 6708b850434d8f0dbe1f36213a6f951365247e35 (patch) | |
tree | ec677b9a44bfb62f9e99afa66ec12ae258db8b24 /net | |
parent | 9454478d887857aa1d31098ab4cfb2472fc6a7f0 (diff) | |
download | freebsd-ports-gnome-6708b850434d8f0dbe1f36213a6f951365247e35.tar.gz freebsd-ports-gnome-6708b850434d8f0dbe1f36213a6f951365247e35.tar.zst freebsd-ports-gnome-6708b850434d8f0dbe1f36213a6f951365247e35.zip |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/polyorb/Makefile | 22 | ||||
-rw-r--r-- | net/polyorb/distinfo | 4 |
2 files changed, 10 insertions, 16 deletions
diff --git a/net/polyorb/Makefile b/net/polyorb/Makefile index b0f265bb3414..cc9e2d08f42e 100644 --- a/net/polyorb/Makefile +++ b/net/polyorb/Makefile @@ -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} diff --git a/net/polyorb/distinfo b/net/polyorb/distinfo index e6edd2815dfd..83e49ff35f43 100644 --- a/net/polyorb/distinfo +++ b/net/polyorb/distinfo @@ -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 |