Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 08:37:53 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348175 - head/net/polyorb
Message-ID:  <201403140837.s2E8brme077150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Mar 14 08:37:52 2014
New Revision: 348175
URL: http://svnweb.freebsd.org/changeset/ports/348175
QAT: https://qat.redports.org/buildarchive/r348175/

Log:
  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.

Modified:
  head/net/polyorb/Makefile
  head/net/polyorb/distinfo

Modified: head/net/polyorb/Makefile
==============================================================================
--- head/net/polyorb/Makefile	Fri Mar 14 08:37:27 2014	(r348174)
+++ head/net/polyorb/Makefile	Fri Mar 14 08:37:52 2014	(r348175)
@@ -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="corb
 
 # 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}

Modified: head/net/polyorb/distinfo
==============================================================================
--- head/net/polyorb/distinfo	Fri Mar 14 08:37:27 2014	(r348174)
+++ head/net/polyorb/distinfo	Fri Mar 14 08:37:52 2014	(r348175)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140837.s2E8brme077150>