mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 4.1.1
This commit is contained in:
parent
64d5979e9d
commit
848a17916f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203912
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= omniORB
|
||||
PORTVERSION= 4.1.0
|
||||
PORTVERSION= 4.1.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (omniORB-4.1.0.tar.gz) = b52dcb1886ffa2a61e6ed56e462edb76
|
||||
SHA256 (omniORB-4.1.0.tar.gz) = 8fd472684cd256067ef76d78a12169f3735ffe4413f70f439099c16a21a4eb82
|
||||
SIZE (omniORB-4.1.0.tar.gz) = 3069048
|
||||
MD5 (omniORB-4.1.1.tar.gz) = 3c62ee0895b0619c6b4d5c067206e286
|
||||
SHA256 (omniORB-4.1.1.tar.gz) = 1e2e2de5e37b951b7a313de909b0d14ec65d6a41fb3bc64b8fefdbb31ba2210b
|
||||
SIZE (omniORB-4.1.1.tar.gz) = 3183418
|
||||
|
10
devel/omniORB/files/patch-configure
Normal file
10
devel/omniORB/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig 2007-12-16 23:01:48.000000000 +0300
|
||||
+++ configure 2007-12-16 23:01:59.000000000 +0300
|
||||
@@ -12609,6 +12609,7 @@
|
||||
*-*-freebsd5*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="5";;
|
||||
*-*-freebsd6*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="6";;
|
||||
*-*-freebsd7*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="7";;
|
||||
+ *-*-freebsd8*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="8";;
|
||||
*-*-kfreebsd5*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="5";;
|
||||
*-*-kfreebsd6*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="6";;
|
||||
*-*-netbsd*) plat_name="NetBSD"; plat_def="__netbsd__"; os_v="1";;
|
@ -155,9 +155,9 @@ include/omniORB4/omniutilities.h
|
||||
include/omniORB4/optionalFeatures.h
|
||||
include/omniORB4/poa.h
|
||||
include/omniORB4/poa_defs.h
|
||||
include/omniORB4/poa_enums_defs.h
|
||||
include/omniORB4/poa_enums_operators.h
|
||||
include/omniORB4/poa_operators.h
|
||||
include/omniORB4/poa_enums_defs.hh
|
||||
include/omniORB4/poa_enums_operators.hh
|
||||
include/omniORB4/poa_enums_poa.hh
|
||||
include/omniORB4/poa_poa.h
|
||||
include/omniORB4/proxyFactory.h
|
||||
include/omniORB4/seqTemplatedecls.h
|
||||
@ -199,7 +199,6 @@ include/omnithread/solaris.h
|
||||
%%STATIC%%lib/libomniConnectionMgmt4.a
|
||||
%%STATIC%%lib/libomniDynamic4.a
|
||||
%%STATIC%%lib/libomniORB4.a
|
||||
%%STATIC%%lib/libomnisslTP4.a
|
||||
%%STATIC%%lib/libomnithread.a
|
||||
lib/libCOS4.so
|
||||
lib/libCOS4.so.1
|
||||
@ -219,9 +218,10 @@ lib/libomniDynamic4.so.1.%%SONUM%%
|
||||
lib/libomniORB4.so
|
||||
lib/libomniORB4.so.1
|
||||
lib/libomniORB4.so.1.%%SONUM%%
|
||||
lib/libomnisslTP4.a
|
||||
lib/libomnisslTP4.so
|
||||
lib/libomnisslTP4.so.1
|
||||
lib/libomnisslTP4.so.1.0
|
||||
lib/libomnisslTP4.so.1.1
|
||||
lib/libomnithread.so
|
||||
lib/libomnithread.so.3
|
||||
lib/libomnithread.so.3.3
|
||||
@ -336,6 +336,9 @@ libdata/pkgconfig/omnithread3.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.FIRST.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.unix
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniNames.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniNames.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniNames.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniORB.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniORB.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniORB/contents_motif.gif
|
||||
|
Loading…
Reference in New Issue
Block a user