aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-14 08:37:52 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-14 08:37:52 +0000
commit1077d788a4bb13ede09d5de51a5145711f5b0ffb (patch)
treeec677b9a44bfb62f9e99afa66ec12ae258db8b24 /net
parent8b458b82854de1709f7b1618e06e801793b9aa31 (diff)
downloadports-1077d788a4bb13ede09d5de51a5145711f5b0ffb.tar.gz
ports-1077d788a4bb13ede09d5de51a5145711f5b0ffb.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/polyorb/Makefile22
-rw-r--r--net/polyorb/distinfo4
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