Date: Thu, 9 Apr 2020 07:23:43 +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: r531185 - in head/devel/omniORB: . files Message-ID: <202004090723.0397Nhvl078481@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Thu Apr 9 07:23:42 2020 New Revision: 531185 URL: https://svnweb.freebsd.org/changeset/ports/531185 Log: devel/omniORB: Update version 4.2.3=>4.2.4 - Make patchfiles makepatch compatible Added: head/devel/omniORB/files/patch-contrib_pkgconfig_GNUmakefile.in - copied unchanged from r531184, head/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in Deleted: head/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in Modified: head/devel/omniORB/Makefile head/devel/omniORB/distinfo head/devel/omniORB/files/patch-configure head/devel/omniORB/files/patch-src_appl_utils_catior_catior.cc head/devel/omniORB/files/patch-src_appl_utils_convertior_convertior.cc head/devel/omniORB/files/patch-src_tool_omniidl_cxx_idlutil.cc head/devel/omniORB/pkg-plist Modified: head/devel/omniORB/Makefile ============================================================================== --- head/devel/omniORB/Makefile Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/Makefile Thu Apr 9 07:23:42 2020 (r531185) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= omniORB -DISTVERSION= 4.2.3 -PORTREVISION= 1 +DISTVERSION= 4.2.4 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//} @@ -19,7 +18,7 @@ USES= compiler:c++11-lang gmake pkgconfig python tar: shebangfix ssl CONFLICTS= omniORB41-4.1.* -SONUM= 3 +SONUM= 4 PLIST_SUB+= SONUM=${SONUM} GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/omniORB/distinfo ============================================================================== --- head/devel/omniORB/distinfo Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/distinfo Thu Apr 9 07:23:42 2020 (r531185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546293019 -SHA256 (omniORB-4.2.3.tar.bz2) = 26412ac08ab495ce5a6a8e40961fa20b7c43f623c6c26b616d210ca32f078bca -SIZE (omniORB-4.2.3.tar.bz2) = 2713119 +TIMESTAMP = 1586242745 +SHA256 (omniORB-4.2.4.tar.bz2) = 28c01cd0df76c1e81524ca369dc9e6e75f57dc70f30688c99c67926e4bdc7a6f +SIZE (omniORB-4.2.4.tar.bz2) = 2713397 Modified: head/devel/omniORB/files/patch-configure ============================================================================== --- head/devel/omniORB/files/patch-configure Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/files/patch-configure Thu Apr 9 07:23:42 2020 (r531185) @@ -1,6 +1,6 @@ ---- configure.orig 2015-09-28 11:16:10 UTC +--- configure.orig 2020-04-04 14:09:52 UTC +++ configure -@@ -7445,12 +7445,17 @@ case "$host" in +@@ -7574,12 +7574,17 @@ case "$host" in *-*-irix*) plat_name="IRIX"; plat_def="__irix__"; os_v="6";; *-*-aix*) plat_name="AIX"; plat_def="__aix__"; os_v="4";; *-*-darwin*) plat_name="Darwin"; plat_def="__darwin__"; os_v="1";; Copied: head/devel/omniORB/files/patch-contrib_pkgconfig_GNUmakefile.in (from r531184, head/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/omniORB/files/patch-contrib_pkgconfig_GNUmakefile.in Thu Apr 9 07:23:42 2020 (r531185, copy of r531184, head/devel/omniORB/files/patch-contrib__pkgconfig__GNUmakefile.in) @@ -0,0 +1,11 @@ +--- contrib/pkgconfig/GNUmakefile.in.orig 2014-03-25 15:18:18 UTC ++++ contrib/pkgconfig/GNUmakefile.in +@@ -4,7 +4,7 @@ BASE_OMNI_TREE=@top_srcdir@ + VPATH=@srcdir@ + INSTALL=@INSTALL@ + +-INSTALLDIR = $(INSTALLLIBDIR)/pkgconfig ++INSTALLDIR = %%STAGEDIR%%%%PREFIX%%/libdata/pkgconfig + + PKGFILES = omnithread3.pc omniORB4.pc omniDynamic4.pc \ + omniCOS4.pc omniCOSDynamic4.pc omniConnectionMgmt4.pc \ Modified: head/devel/omniORB/files/patch-src_appl_utils_catior_catior.cc ============================================================================== --- head/devel/omniORB/files/patch-src_appl_utils_catior_catior.cc Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/files/patch-src_appl_utils_catior_catior.cc Thu Apr 9 07:23:42 2020 (r531185) @@ -1,6 +1,6 @@ ---- src/appl/utils/catior/catior.cc.orig 2013-10-29 18:17:16 UTC +--- src/appl/utils/catior/catior.cc.orig 2017-02-20 22:45:59 UTC +++ src/appl/utils/catior/catior.cc -@@ -55,6 +55,12 @@ +@@ -53,6 +53,12 @@ // macro called minor. #undef minor Modified: head/devel/omniORB/files/patch-src_appl_utils_convertior_convertior.cc ============================================================================== --- head/devel/omniORB/files/patch-src_appl_utils_convertior_convertior.cc Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/files/patch-src_appl_utils_convertior_convertior.cc Thu Apr 9 07:23:42 2020 (r531185) @@ -1,6 +1,6 @@ ---- src/appl/utils/convertior/convertior.cc.orig 2009-05-28 09:30:13 UTC +--- src/appl/utils/convertior/convertior.cc.orig 2017-02-20 22:45:59 UTC +++ src/appl/utils/convertior/convertior.cc -@@ -44,6 +44,12 @@ +@@ -42,6 +42,12 @@ // macro called minor. #undef minor Modified: head/devel/omniORB/files/patch-src_tool_omniidl_cxx_idlutil.cc ============================================================================== --- head/devel/omniORB/files/patch-src_tool_omniidl_cxx_idlutil.cc Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/files/patch-src_tool_omniidl_cxx_idlutil.cc Thu Apr 9 07:23:42 2020 (r531185) @@ -1,6 +1,6 @@ ---- src/tool/omniidl/cxx/idlutil.cc.orig 2013-07-18 11:28:03 UTC +--- src/tool/omniidl/cxx/idlutil.cc.orig 2017-02-20 22:45:59 UTC +++ src/tool/omniidl/cxx/idlutil.cc -@@ -108,13 +108,13 @@ idl_strtoul(const char* text, int base) +@@ -106,13 +106,13 @@ idl_strtoul(const char* text, int base) IdlIntLiteral ull; switch (base) { case 8: Modified: head/devel/omniORB/pkg-plist ============================================================================== --- head/devel/omniORB/pkg-plist Thu Apr 9 07:22:37 2020 (r531184) +++ head/devel/omniORB/pkg-plist Thu Apr 9 07:23:42 2020 (r531185) @@ -372,9 +372,9 @@ man/man1/omniidl.1.gz %%PORTDOCS%%%%DOCSDIR%%/omniNames.html %%PORTDOCS%%%%DOCSDIR%%/omniNames.pdf %%PORTDOCS%%%%DOCSDIR%%/omniORB.pdf -%%PORTDOCS%%%%DOCSDIR%%/omniORB/contents_motif.gif +%%PORTDOCS%%%%DOCSDIR%%/omniORB/contents_motif.svg %%PORTDOCS%%%%DOCSDIR%%/omniORB/index.html -%%PORTDOCS%%%%DOCSDIR%%/omniORB/next_motif.gif +%%PORTDOCS%%%%DOCSDIR%%/omniORB/next_motif.svg %%PORTDOCS%%%%DOCSDIR%%/omniORB/omniORB.css %%PORTDOCS%%%%DOCSDIR%%/omniORB/omniORB.html %%PORTDOCS%%%%DOCSDIR%%/omniORB/omniORB001.html @@ -393,7 +393,7 @@ man/man1/omniidl.1.gz %%PORTDOCS%%%%DOCSDIR%%/omniORB/omniORB014.html %%PORTDOCS%%%%DOCSDIR%%/omniORB/omniORB015.html %%PORTDOCS%%%%DOCSDIR%%/omniORB/omniORB016.html -%%PORTDOCS%%%%DOCSDIR%%/omniORB/previous_motif.gif +%%PORTDOCS%%%%DOCSDIR%%/omniORB/previous_motif.svg %%PORTDOCS%%%%DOCSDIR%%/omniidl.html %%PORTDOCS%%%%DOCSDIR%%/omniidl.pdf %%PORTDOCS%%%%DOCSDIR%%/omnithread.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004090723.0397Nhvl078481>