Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 19:16:05 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488927 - in head/devel/py-omniorb-3: . files
Message-ID:  <201901011916.x01JG5Rv006064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Tue Jan  1 19:16:05 2019
New Revision: 488927
URL: https://svnweb.freebsd.org/changeset/ports/488927

Log:
  devel/py-omniorb-3: mark deprecated due to legacy use of omniORB
  
  - Pet portlint
  - Take MAINTAINERSHIP
  - No port depends on this port

Added:
  head/devel/py-omniorb-3/files/patch-omniidl__be_dir.mk   (contents, props changed)
  head/devel/py-omniorb-3/files/patch-python_dir.mk   (contents, props changed)
Deleted:
  head/devel/py-omniorb-3/files/patch-omniidl_be-dir.mk
  head/devel/py-omniorb-3/files/patch-python-dir.mk
Modified:
  head/devel/py-omniorb-3/Makefile

Modified: head/devel/py-omniorb-3/Makefile
==============================================================================
--- head/devel/py-omniorb-3/Makefile	Tue Jan  1 19:09:03 2019	(r488926)
+++ head/devel/py-omniorb-3/Makefile	Tue Jan  1 19:16:05 2019	(r488927)
@@ -3,24 +3,29 @@
 
 PORTNAME=	omniorb
 PORTVERSION=	3.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME}/omniORBpy/omniORBpy-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	3
 DISTNAME=	omniORBpy-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python bindings for omniORB4, a CORBA 2.6 ORB
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-LIB_DEPENDS=	libomniORB4.so.1:devel/omniORB-4.1
+DEPRECATED=	Uses legacy version of omniORB, consider using devel/py-omniorb
+EXPIRATION_DATE=2019-01-31
+
+LIB_DEPENDS=	libomniORB4.so:devel/omniORB-4.1
 # parts of omniORB4 source tree is required to build omniORBpy;
 # see also the "post-extract" target below.
 BUILD_DEPENDS=	${NONEXISTENT}:devel/omniORB-4.1:patch
 
+USES=		gmake python:2.7 shebangfix ssl tar:bzip2
+
 CONFLICTS=	${PYTHON_PKGNAMEPREFIX}orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb-4.2*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
@@ -32,8 +37,7 @@ OMNIORB_WRKSRC!=	cd ${.CURDIR}/../omniORB-4.1 && ${MAK
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
 MAKEFILE=	GNUmakefile
-USE_LDCONFIG=	yes
-USES=		gmake python:2.7 shebangfix ssl tar:bzip2
+#USE_LDCONFIG=	yes
 SHEBANG_FILES=	examples/tests/*.py examples/poa/*.py \
 		examples/fortune/*.py examples/embed/*.py \
 		examples/valuetype/tests/*.py \

Added: head/devel/py-omniorb-3/files/patch-omniidl__be_dir.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-omniorb-3/files/patch-omniidl__be_dir.mk	Tue Jan  1 19:16:05 2019	(r488927)
@@ -0,0 +1,19 @@
+--- omniidl_be/dir.mk.orig	2003-03-23 21:51:59 UTC
++++ omniidl_be/dir.mk
+@@ -13,8 +13,6 @@ export:: $(FILES)
+           for file in $^; do \
+             $(ExportFileToDir) \
+           done; \
+-          cd $(PYLIBDIR); \
+-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
+ 	 )
+ 
+ ifdef INSTALLTARGET
+@@ -23,7 +21,5 @@ install:: $(FILES)
+           for file in $^; do \
+             $(ExportFileToDir) \
+           done; \
+-          cd $(INSTALLPYLIBDIR); \
+-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
+ 	 )
+ endif

Added: head/devel/py-omniorb-3/files/patch-python_dir.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-omniorb-3/files/patch-python_dir.mk	Tue Jan  1 19:16:05 2019	(r488927)
@@ -0,0 +1,19 @@
+--- python/dir.mk.orig	2003-03-23 21:51:59 UTC
++++ python/dir.mk
+@@ -24,7 +24,7 @@ export:: $(FILES)
+             $(ExportFileToDir) \
+           done; \
+           cd $(PYLIBDIR); \
+-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
++	  $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \
+ 	 )
+ 
+ ifdef INSTALLTARGET
+@@ -34,6 +34,6 @@ install:: $(FILES)
+             $(ExportFileToDir) \
+           done; \
+           cd $(INSTALLPYLIBDIR); \
+-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
++	  $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \
+ 	 )
+ endif



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