Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion benchmarks/sysbench/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0

github.setup akopytov sysbench 1.0.20
revision 0
revision 1
categories benchmarks
maintainers {@sainnhe gmail.com:sainnhe} \
openmaintainer
Expand Down Expand Up @@ -46,6 +46,12 @@ depends_lib port:luajit \

configure.checks.implicit_function_declaration.whitelist-append strchr

# Support for K&R function definition support was dropped in C23 but it is
# still used in `src/tests/fileio/crc32.c`
# See: https://trac.macports.org/ticket/73811
# See: https://github.com/akopytov/sysbench/issues/566
configure.cflags-append -std=c11

configure.args-append --without-mysql \
--without-pgsql \
--with-system-luajit
4 changes: 2 additions & 2 deletions editors/neovim/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if {${subport} eq ${name}} {

github.setup neovim neovim 0.12.1 v
github.tarball_from archive
revision 0
revision 1
conflicts neovim-devel

# cat cmake.deps/deps.txt \
Expand Down Expand Up @@ -122,7 +122,7 @@ if {${subport} eq ${name}} {
github.setup neovim neovim 6b0367481c6542bebb47f6e9a6b4eb419708ddaf
github.tarball_from archive
version 20260407-[string range ${github.version} 0 6]
revision 0
revision 1
conflicts neovim
github.livecheck.branch \
nightly
Expand Down
2 changes: 1 addition & 1 deletion games/luanti/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup openssl 1.0

github.setup luanti-org luanti 5.15.1
github.tarball_from archive
revision 0
revision 1

set game_version 5.8.0

Expand Down
2 changes: 1 addition & 1 deletion graphics/gegl-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name gegl-devel
conflicts gegl
set my_name gegl
version 0.4.64
revision 1
revision 2
epoch 0

license {GPL-3+ LGPL-3+}
Expand Down
2 changes: 1 addition & 1 deletion graphics/gegl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name gegl
conflicts gegl-devel
set my_name gegl
version 0.4.64
revision 1
revision 2
epoch 1

license {GPL-3+ LGPL-3+}
Expand Down
10 changes: 5 additions & 5 deletions lang/luajit/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ PortGroup makefile 1.0
PortGroup muniversal 1.1

set branch 2.1
set version_date 2025-01-13T15:22:22Z
github.setup LuaJIT LuaJIT a4f56a459a588ae768801074b46ba0adcfb49eb1
set version_date 2026-03-30T18:43:18Z
github.setup LuaJIT LuaJIT 18b087cd2cd4ddc4a79782bf155383a689d5093d
revision 0
checksums rmd160 a01e4fb5337b3dbb1e5eb544fc43dd8cfda9c610 \
sha256 b4120332a4191db9c9da2d81f9f11f0d4504fc4cff2dea0f642d3d8f1fcebd0e \
size 1082930
checksums rmd160 984d6a68e473b552e14fd7d789a79d09319b406a \
sha256 88a592afa9907d6b0c6e1e7ac9b39982622e3ca086f0646d4ea89b0e4e81f093 \
size 1094063

set version_date_s [clock scan "${version_date}" -format {%Y-%m-%dT%H:%M:%SZ} -timezone :UTC]
version ${branch}.${version_date_s}
Expand Down
2 changes: 1 addition & 1 deletion mail/rspamd/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup github 1.0
PortGroup legacysupport 1.1

github.setup rspamd rspamd 4.0.0
revision 0
revision 1
categories mail
license BSD
maintainers nomaintainer
Expand Down
2 changes: 1 addition & 1 deletion net/knot-resolver/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ legacysupport.newest_darwin_requires_legacy 15

name knot-resolver
version 6.2.0
revision 0
revision 1

categories net
license GPL-3+
Expand Down
2 changes: 1 addition & 1 deletion net/pdns-recursor/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup openssl 1.0

name pdns-recursor
version 5.3.1
revision 0
revision 1
categories net
maintainers {l2dy @l2dy} openmaintainer
license {GPL-2 OpenSSLException}
Expand Down
2 changes: 1 addition & 1 deletion net/snort/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ legacysupport.newest_darwin_requires_legacy 10

name snort
version 2.9.20
revision 0
revision 1
checksums rmd160 9c74b009d72816c30557449df5c9d7294a31aa1a \
sha256 29400e13f53b1831e0b8b10ec1224a1cbaa6dc1533a5322a20dd80bb84b4981c \
size 7009894
Expand Down
2 changes: 1 addition & 1 deletion net/wrk/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PortGroup openssl 1.0
github.setup wg wrk 4.2.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
revision 1

categories net
license Apache-2
Expand Down
2 changes: 1 addition & 1 deletion science/luaradio/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github.tarball_from tarball
checksums rmd160 5ae1dea898db338cb346aa95a8ef29d526e8dcb3 \
sha256 a12a692eed4ffa26f2dc57ac424350fd8df5a048abae75e835e5f5042667613d \
size 9266893
revision 0
revision 1

categories science comms
license MIT
Expand Down
8 changes: 3 additions & 5 deletions sysutils/sysdig/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.0

github.setup draios sysdig 0.13.0
github.setup draios sysdig 0.41.4
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 1
Expand All @@ -26,16 +26,14 @@ long_description Sysdig captures system calls and other system level events \
license GPL-2
homepage http://www.sysdig.org

checksums rmd160 539aa8ca92577335a52aa325b5a5b1d5d022766a \
sha256 3f88be31d05f364a04873a8a0d78767169248fc0a97b04801482786bf3d33bc7
checksums rmd160 443b3ce21a2ca67f1135ab7c2916aaf31d73d6d5 \
sha256 d49446534644d058761c10fe93b0fd6bd796f09fa7cc0c3203a9208f419d730f

depends_lib-append path:lib/libluajit-5.1.2.dylib:luajit \
port:zlib \
port:jsoncpp \
port:ncurses

patchfiles patch-force_luajit_headers.diff

configure.args-append \
-DUSE_BUNDLED_LUAJIT=OFF \
-DUSE_BUNDLED_JSONCPP=OFF \
Expand Down
75 changes: 0 additions & 75 deletions sysutils/sysdig/files/patch-force_luajit_headers.diff

This file was deleted.