mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/jetbrains-sqlite: Update to 233.11799.241
Synchronized version with devel/jetbrains-* 2023.3. PR: 275924 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D43388
This commit is contained in:
parent
6716c31c2f
commit
6be6f49742
3 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= sqlite
|
||||
PORTVERSION= 232.8660.185
|
||||
DISTVERSION= 233.11799.241
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= jetbrains-
|
||||
DIST_SUBDIR= jetbrains
|
||||
|
@ -9,7 +9,7 @@ COMMENT= IntelliJ SQLite native library
|
|||
WWW= https://github.com/JetBrains/intellij-community/tree/master/platform/sqlite
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE= ${WRKSRC}/../../LICENSE.txt
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 powerpc64le
|
||||
|
||||
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= JetBrains
|
||||
GH_PROJECT= intellij-community
|
||||
GH_TAGNAME= 47fc12830b3814a57f15b1f21b379475bd437972
|
||||
GH_TAGNAME= d2a6e82bfbe694a6a94c6eeec195c9a4a6f43aa7
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 17+
|
||||
|
@ -26,15 +26,16 @@ JAVA_BUILD= yes
|
|||
|
||||
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
|
||||
PLIST_FILES= share/jetbrains/${PORTNAME}/${ARCH}/libsqliteij.so
|
||||
WRKSRC_SUBDIR= platform/sqlite
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}/platform/sqlite && \
|
||||
(cd ${WRKSRC} && \
|
||||
${SETENV} JAVA_HOME=${JAVA_HOME} OS=freebsd ARCH=${ARCH} ./make.sh)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/${ARCH}
|
||||
${INSTALL_LIB} \
|
||||
${WRKSRC}/platform/sqlite/target/sqlite/freebsd-${ARCH}/libsqliteij.so \
|
||||
${WRKSRC}/target/sqlite/freebsd-${ARCH}/libsqliteij.so \
|
||||
${STAGEDIR}${DATADIR}/${ARCH}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1690735594
|
||||
SHA256 (jetbrains/JetBrains-intellij-community-232.8660.185-47fc12830b3814a57f15b1f21b379475bd437972_GH0.tar.gz) = 0bf7465226270ae078cb781c9be3cade56923408560e917b62d92aa0e4411f7c
|
||||
SIZE (jetbrains/JetBrains-intellij-community-232.8660.185-47fc12830b3814a57f15b1f21b379475bd437972_GH0.tar.gz) = 199705118
|
||||
TIMESTAMP = 1702037873
|
||||
SHA256 (jetbrains/JetBrains-intellij-community-233.11799.241-d2a6e82bfbe694a6a94c6eeec195c9a4a6f43aa7_GH0.tar.gz) = 71c9a3e6a364931c166be59b7993b5cb4f1e5a10c9d526b9fd8e919f51c29be6
|
||||
SIZE (jetbrains/JetBrains-intellij-community-233.11799.241-d2a6e82bfbe694a6a94c6eeec195c9a4a6f43aa7_GH0.tar.gz) = 202821149
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- platform/sqlite/make.sh.orig 2023-07-25 23:43:08 UTC
|
||||
+++ platform/sqlite/make.sh
|
||||
--- make.sh.orig 2023-07-25 23:43:08 UTC
|
||||
+++ make.sh
|
||||
@@ -23,6 +23,10 @@ if [ "$OS" == "mac" ]; then
|
||||
if [ "$ARCH" == "x86_64" ]; then
|
||||
cFlags+=" --target=x86_64-apple-darwin18.7.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue