Skip to content

Commit

Permalink
x11-toolkits/SoXt: Update version 1.3.0=>1.4.1
Browse files Browse the repository at this point in the history
- Update WWW
- Update LICENSE to BSD3CLAUSE

Chagnelog: https://github.com/coin3d/soxt/releases/tag/v1.4.1
  • Loading branch information
5u623l20 committed Mar 15, 2024
1 parent 2c70162 commit 177b0bb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
23 changes: 14 additions & 9 deletions x11-toolkits/SoXt/Makefile
@@ -1,31 +1,36 @@
PORTNAME= SoXt
PORTVERSION= 1.3.0
PORTREVISION= 10
DISTVERSION= 1.4.1
DISTVERSIONPREFIX= v
CATEGORIES= x11-toolkits
MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
MASTER_SITES= https://github.com/coin3d/${PORTNAME:tl}/releases/download/${DISTVERSIONFULL}/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}-src

MAINTAINER= bofh@FreeBSD.org
COMMENT= GUI binding for using Open Inventor with Xt/Motif
WWW= https://bitbucket.org/Coin3D/coin/wiki/Home
WWW= https://github.com/coin3d/soxt

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN_FreeBSD_14= error: couldn't compile and link with Motif
BROKEN_FreeBSD_15= error: couldn't compile and link with Motif

LIB_DEPENDS= libCoin.so:graphics/Coin

USES= gl libtool motif pathfix perl5 shebangfix xorg
USES= gl libtool motif pathfix perl5 pkgconfig shebangfix xorg
USE_GL= gl
USE_LDCONFIG= yes
USE_PERL5= build
USE_XORG= ice sm x11 xext xi xmu xt

SHEBANG_FILES= cfg/doxy4win.pl
USE_XORG= xi

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}

# avoid renaming of soxt-config and soxt-config.1
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip

WRKSRC= ${WRKDIR}/${PORTNAME:tl}
.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions x11-toolkits/SoXt/distinfo
@@ -1,2 +1,3 @@
SHA256 (SoXt-1.3.0.tar.gz) = f5443aadafe8e2222b9b5a23d1f228bb0f3e7d98949b8ea8676171b7ea5bf013
SIZE (SoXt-1.3.0.tar.gz) = 1203903
TIMESTAMP = 1710535726
SHA256 (soxt-1.4.1-src.tar.gz) = d06b8844768c40b74bb2fc95c15505be06e16f91ac1d08abc4d62d631ac66565
SIZE (soxt-1.4.1-src.tar.gz) = 1402559
4 changes: 2 additions & 2 deletions x11-toolkits/SoXt/pkg-plist
Expand Up @@ -25,8 +25,8 @@ include/Inventor/Xt/viewers/SoXtPlaneViewer.h
include/Inventor/Xt/viewers/SoXtViewer.h
include/Inventor/Xt/widgets/SoXtPopupMenu.h
lib/libSoXt.so
lib/libSoXt.so.20
lib/libSoXt.so.20.3.0
lib/libSoXt.so.19
lib/libSoXt.so.19.4.1
libdata/pkgconfig/SoXt.pc
share/Coin/conf/soxt-default.cfg
share/aclocal/soxt.m4
Expand Down

0 comments on commit 177b0bb

Please sign in to comment.