Skip to content

Commit

Permalink
devel/omniORB: Update version 4.3.0=>4.3.1
Browse files Browse the repository at this point in the history
- Mark BROKEN for 15.
- Pet portclippy

Changelog:
https://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.3.1/
  • Loading branch information
5u623l20 committed Aug 29, 2023
1 parent 5ee336e commit f963ebe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions devel/omniORB/Makefile
@@ -1,6 +1,5 @@
PORTNAME= omniORB
DISTVERSION= ${ABI_VER}.${ABI_MAJOR_VER}.${ABI_MINOR_VER}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//}

Expand All @@ -10,6 +9,10 @@ WWW= http://omniorb.sourceforge.net/

LICENSE= GPLv2

BROKEN_FreeBSD_15= cannot convert 'pthread**' to 'pthread_t' {aka 'pthread*'}

LIB_DEPENDS= libzstd.so:archivers/zstd

USES= compiler:gcc-c++11-lib gmake pkgconfig python shebangfix ssl \
tar:bzip2
BROKEN_SSL= openssl
Expand All @@ -31,17 +34,20 @@ MAKEFILE= GNUmakefile

WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-2//}

ABI_VER= 4
ABI_MAJOR_VER= 3
ABI_MINOR_VER= 0
PLIST_SUB+= ABI_MAJOR_VER=${ABI_MAJOR_VER} \
ABI_MINOR_VER=${ABI_MINOR_VER} \
ABI_VER=${ABI_VER}

OPTIONS_DEFINE= DOCS STATIC
OPTIONS_DEFAULT= STATIC
OPTIONS_SUB= yes

STATIC_CONFIGURE_OFF= --disable-static

ABI_VER= 4
ABI_MAJOR_VER= 3
ABI_MINOR_VER= 1

post-patch:
@${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in
@${REINPLACE_CMD} -e 's#$$(INSTALLLIBDIR)/pkgconfig#${STAGEDIR}${PREFIX}/libdata/pkgconfig#g' \
Expand Down
6 changes: 3 additions & 3 deletions devel/omniORB/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1642523909
SHA256 (omniORB-4.3.0.tar.bz2) = 976045a2341f4e9a85068b21f4bd928993292933eeecefea372db09e0219eadd
SIZE (omniORB-4.3.0.tar.bz2) = 2762061
TIMESTAMP = 1693290057
SHA256 (omniORB-4.3.1.tar.bz2) = 0f42bc3eb737cae680dafa85b3ae3958e9f56a37912c5fb6b875933f8fb7390d
SIZE (omniORB-4.3.1.tar.bz2) = 2609669

0 comments on commit f963ebe

Please sign in to comment.