diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/bee-host/Makefile | 7 | ||||
-rw-r--r-- | editors/bee-host/distinfo | 6 | ||||
-rw-r--r-- | editors/bee-host/files/patch-CMakeLists.txt | 115 | ||||
-rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 | ||||
-rw-r--r-- | editors/emacs-devel/pkg-plist | 15 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | editors/gobby/Makefile | 1 | ||||
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-4/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/pluma/Makefile | 2 | ||||
-rw-r--r-- | editors/vscode/Makefile | 2 | ||||
-rw-r--r-- | editors/xed/Makefile | 2 | ||||
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 2 |
16 files changed, 122 insertions, 50 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 27121d2024a6..158df21d912e 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ PORTNAME= abiword PORTVERSION= 3.0.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MASTER_SITES= https://dev.alpinelinux.org/archive/${PORTNAME}/ DIST_SUBDIR= AbiWord diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile index cf12c5f38a3e..3af83dc6590a 100644 --- a/editors/bee-host/Makefile +++ b/editors/bee-host/Makefile @@ -1,5 +1,5 @@ PORTNAME= bee-host -DISTVERSION= 1.3.7-3 +DISTVERSION= 1.4.0 CATEGORIES= editors www MAINTAINER= thierry@FreeBSD.org @@ -8,14 +8,15 @@ WWW= https://github.com/rosmanov/bee-host LICENSE= MIT -LIB_DEPENDS= libcjson.so:devel/libcjson +LIB_DEPENDS= libuv.so:devel/libuv \ + libcjson.so:devel/libcjson USE_GITHUB= yes GH_ACCOUNT= rosmanov USES= cmake:noninja localbase:ldflags shebangfix SHEBANG_GLOB= *.sh -LDFLAGS+= -lcjson -lcjson_utils +LDFLAGS+= -lcjson -lcjson_utils -luv CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL} OPTIONS_DEFINE= DOCS diff --git a/editors/bee-host/distinfo b/editors/bee-host/distinfo index 374d080c50a2..6f88436d3643 100644 --- a/editors/bee-host/distinfo +++ b/editors/bee-host/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746552217 -SHA256 (rosmanov-bee-host-1.3.7-3_GH0.tar.gz) = a9b023f313754716f4ac2ce05615711d3df334e5cbf06ed4de0d94dd17e9a5d1 -SIZE (rosmanov-bee-host-1.3.7-3_GH0.tar.gz) = 31443 +TIMESTAMP = 1751299136 +SHA256 (rosmanov-bee-host-1.4.0_GH0.tar.gz) = 8fac983e514f259a496f00e82f5b2d6f101fb85e9af75abcb4310b575488a668 +SIZE (rosmanov-bee-host-1.4.0_GH0.tar.gz) = 35909 diff --git a/editors/bee-host/files/patch-CMakeLists.txt b/editors/bee-host/files/patch-CMakeLists.txt index cfc68a29e43f..5295ebf1a6c6 100644 --- a/editors/bee-host/files/patch-CMakeLists.txt +++ b/editors/bee-host/files/patch-CMakeLists.txt @@ -1,57 +1,112 @@ ---- CMakeLists.txt.orig 2025-04-21 15:28:54 UTC +--- CMakeLists.txt.orig 2025-06-08 19:16:44 UTC +++ CMakeLists.txt -@@ -39,27 +39,7 @@ set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) +@@ -43,94 +43,10 @@ set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) --# cJSON and cJSONUtils +-set(cjson_cmake_args +- -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> +- -DBUILD_SHARED_AND_STATIC_LIBS=On +- -DBUILD_SHARED_LIBS=Off +- -DENABLE_CJSON_TEST=Off +- -DENABLE_CJSON_UTILS=On +- -DENABLE_TARGET_EXPORT=On +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} +- -DCMAKE_SHARED_LINKER_FLAGS=${CMAKE_SHARED_LINKER_FLAGS} +- -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +-) +-if(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +- list(APPEND cjson_cmake_args -DWIN32=ON) +-endif() ++# cJSON and cJSONUtils installed from devel/libcjso + -ExternalProject_Add(cjson - GIT_REPOSITORY "https://github.com/DaveGamble/cJSON" -- GIT_TAG "v1.7.15" +- GIT_TAG "v1.7.18" - PREFIX "${EXTERNAL_DIR}/cJSON" - BUILD_IN_SOURCE 1 - TEST_COMMAND "" - INSTALL_COMMAND "" -- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -- -DBUILD_SHARED_AND_STATIC_LIBS=On -- -DBUILD_SHARED_LIBS=Off -- -DENABLE_CJSON_TEST=Off -- -DENABLE_CJSON_UTILS=On -- -DENABLE_TARGET_EXPORT=On -- ) +- CMAKE_ARGS ${cjson_cmake_args} +-) -ExternalProject_Get_Property(cjson source_dir) -ExternalProject_Get_Property(cjson binary_dir) -ExternalProject_Get_Property(cjson download_dir) -set(CJSON_SOURCE_DIR "${source_dir}") -set(CJSON_BINARY_DIR "${binary_dir}") -set(CJSON_DOWNLOAD_DIR "${download_dir}") -+# cJSON and cJSONUtils installed from devel/libcjson +-if (CMAKE_C_COMPILER_ID STREQUAL "MSVC") +- set(CJSON_STATIC_NAME "cjson.lib") +-else() +- set(CJSON_STATIC_NAME "libcjson.a") +-endif() +-# Full path to the expected built static lib +-set(CJSON_STATIC_LIB "${CJSON_BINARY_DIR}/${CJSON_STATIC_NAME}") ++# libuv installed from devel/libuv +-set(LIBUV_TAG v1.51.0) +-set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) +- +-set(libuv_cmake_args +- -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME} +- -DCMAKE_SYSTEM_PROCESSOR=${CMAKE_SYSTEM_PROCESSOR} +- -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} +- -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} +- -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DLIBUV_BUILD_TESTS=OFF +- -DLIBUV_BUILD_EXAMPLES=OFF +- -DLIBUV_INSTALL=OFF +- -DCMAKE_POSITION_INDEPENDENT_CODE=ON +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +-) +-# Append UV_DISABLE_CLOCK_GETTIME only for Windows +-if(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +- list(APPEND libuv_cmake_args -DWIN32=ON) +-endif() +- +-ExternalProject_Add(libuv_ep +- GIT_REPOSITORY "https://github.com/libuv/libuv.git" +- GIT_TAG "${LIBUV_TAG}" +- PREFIX "${EXTERNAL_DIR}/libuv" +- CMAKE_ARGS ${libuv_cmake_args} +- INSTALL_COMMAND "" +- TEST_COMMAND "" +-) +-ExternalProject_Get_Property(libuv_ep source_dir) +-ExternalProject_Get_Property(libuv_ep binary_dir) +-set(LIBUV_SOURCE_DIR "${source_dir}") +-set(LIBUV_BINARY_DIR "${binary_dir}") +-if (CMAKE_C_COMPILER_ID STREQUAL "MSVC") +- set(LIBUV_STATIC_NAME "uv.lib") +-else() +- set(LIBUV_STATIC_NAME "libuv.a") +-endif() +-# Full path to the expected built static lib +-set(LIBUV_STATIC_LIB "${LIBUV_BINARY_DIR}/${LIBUV_STATIC_NAME}") +- # beectl set(BEECTL_SRCS -@@ -70,21 +50,13 @@ set(BEECTL_SRCS - src/mkstemps.c - # This is nasty, but I couldn't find a way to use CMAKE_TOOLCHAIN_FILE - # for the external project (see comments below.) -- "${CJSON_SOURCE_DIR}/cJSON.c" - ) - - add_executable(beectl ${BEECTL_SRCS}) + src/beectl.c +@@ -189,8 +105,6 @@ set_property(TARGET beectl PROPERTY C_STANDARD 11) # C + endif() --# Workaround for CMake versions which require the cJSON.c file to exist before --# downloading the external project. --add_custom_command(TARGET beectl PRE_BUILD -- BYPRODUCTS "${CJSON_SOURCE_DIR}/cJSON.c" -- COMMAND touch "${CJSON_SOURCE_DIR}/cJSON.c") -- - target_compile_features(beectl PRIVATE c_variadic_macros) - target_include_directories(beectl PRIVATE "${CJSON_DOWNLOAD_DIR}") set_property(TARGET beectl PROPERTY C_STANDARD 11) # C11 -add_dependencies(beectl cjson) +-add_dependencies(beectl libuv_ep) # The following would be better approach than including cJSON files in our # source list. But the build fails when cross-compiling, since -@@ -126,14 +98,14 @@ set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFI +@@ -233,14 +147,14 @@ set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFI message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFIX}/bin/beectl") @@ -68,7 +123,7 @@ endif() # RPM package properties -@@ -288,7 +260,7 @@ else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +@@ -416,7 +330,7 @@ else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) COMPONENT config) else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) # Install host app diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 93f4d5368ca2..d51ae2755cd4 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= emacs -DISTVERSION= 31.0.50.20250617 +DISTVERSION= 31.0.50.20250701 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -24,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 27a524602ff +GH_TAGNAME= f48c283e885 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 3d5ef796d295..71cc70a5b482 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750215520 -SHA256 (emacs-mirror-emacs-31.0.50.20250617-27a524602ff_GH0.tar.gz) = 21beccd95f3c58d37952349dfed9ebf90ade20cbe69da0a4ee40307868e99aca -SIZE (emacs-mirror-emacs-31.0.50.20250617-27a524602ff_GH0.tar.gz) = 52159584 +TIMESTAMP = 1751512023 +SHA256 (emacs-mirror-emacs-31.0.50.20250701-f48c283e885_GH0.tar.gz) = bf1d4213baa8edc71f46a0fa3abb0ec9f5fb5c218284084b0cc0591d95cc4202 +SIZE (emacs-mirror-emacs-31.0.50.20250701-f48c283e885_GH0.tar.gz) = 52178471 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index a26776292e28..6d4634db1a8c 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -596,6 +596,21 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-close.svg %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-open.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-open.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/delete.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/delete.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/execute.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/execute.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/info.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/info.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/install.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/install.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/unmark.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/unmark.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/upgrade.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/upgrade.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/url.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/url.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/paste.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/paste.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.pbm diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 1e9a56b7ed94..58caffa18b9b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 60889c9d61de..1a24e63d9c46 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -1,5 +1,6 @@ PORTNAME= gobby DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index d68fe3abaca4..0638b1c7981b 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 6241cfb961e5..e531df3c78e4 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -1,6 +1,6 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors java MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \ https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 7767fc67a38e..b3ab9b938211 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 2ea3a7056f86..d7c1e840f805 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,6 +1,6 @@ PORTNAME= pluma PORTVERSION= 1.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index bc6c46e5efd6..0badafcf50be 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.101.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ diff --git a/editors/xed/Makefile b/editors/xed/Makefile index dd65592434cd..70817f388202 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,6 +1,6 @@ PORTNAME= xed PORTVERSION= 3.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors gnome DIST_SUBDIR= gnome diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 101a49be92c0..89afceb22c91 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmlcopyeditor DISTVERSION= 1.3.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${DISTVERSION} |