mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
drop USE_NOBTCFI-aarch64; luajit now handles this
This commit is contained in:
@@ -3,16 +3,13 @@ COMMENT = modern HTTP benchmarking tool
|
||||
GH_ACCOUNT = wg
|
||||
GH_PROJECT = wrk
|
||||
GH_TAGNAME = 4.2.0
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = benchmarks
|
||||
|
||||
# Apache 2.0, BSD, MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# luajit
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
WANTLIB += c crypto luajit-5.1 m pthread ssl
|
||||
|
||||
LIB_DEPENDS = lang/luajit
|
||||
|
||||
@@ -3,6 +3,7 @@ DPB_PROPERTIES = parallel
|
||||
COMMENT = infinite-world block sandbox game
|
||||
|
||||
DIST_TUPLE += github luanti-org luanti 5.14.0 .
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = games x11
|
||||
|
||||
@@ -34,9 +35,6 @@ CONFIGURE_ARGS += -DINSTALL_DEVTEST=ON
|
||||
CONFIGURE_ARGS += -DENABLE_LTO=OFF
|
||||
.endif
|
||||
|
||||
# luajit
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
CXXFLAGS += -I${X11BASE}/include
|
||||
MODCMAKE_LDFLAGS = -L${X11BASE}/lib -L${LOCALBASE}/lib
|
||||
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
COMMENT = Lua bindings for Steam API
|
||||
V = 3.2.1
|
||||
DISTNAME = ${GH_PROJECT}-${V}
|
||||
GH_ACCOUNT = uspgamedev
|
||||
GH_PROJECT = luasteam
|
||||
GH_TAGNAME = v${V}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = games
|
||||
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
|
||||
|
||||
@@ -5,6 +5,7 @@ ONLY_FOR_ARCHS = amd64 i386
|
||||
COMMENT = open source implementation of TES III: Morrowind
|
||||
|
||||
V = 0.50.0
|
||||
REVISION = 0
|
||||
GH_ACCOUNT = OpenMW
|
||||
GH_PROJECT = openmw
|
||||
GH_TAGNAME = openmw-$V
|
||||
@@ -23,8 +24,6 @@ MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
||||
# GPLv3 / custom BSD-like font license / DejaVu license
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} BulletCollision GL LinearMath MyGUIEngine
|
||||
WANTLIB += OpenThreads Qt6Core Qt6Gui Qt6Network Qt6OpenGL Qt6OpenGLWidgets
|
||||
WANTLIB += Qt6Svg Qt6Widgets SDL2 avcodec avformat avutil boost_iostreams-mt
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
COMMENT = physics sandbox simulation
|
||||
|
||||
# LuaJIT
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
V = 99.3.384
|
||||
PKGNAME = powder-toy-${V}
|
||||
DIST_TUPLE += github The-Powder-Toy The-Powder-Toy v${V} .
|
||||
CATEGORIES = games
|
||||
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# GPL-3.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
@@ -2,7 +2,7 @@ V = 1.6.0
|
||||
COMMENT = open-source Zelda-like 2D game engine
|
||||
DISTNAME = solarus-${V}-src
|
||||
PKGNAME = solarus-${V}
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
|
||||
SHARED_LIBS += solarus 0.0 # 1.5
|
||||
|
||||
@@ -11,9 +11,6 @@ HOMEPAGE = https://www.solarus-games.org/
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# luajit
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
WANTLIB += Qt5Core Qt5Gui Qt5Widgets SDL2 SDL2_image SDL2_ttf
|
||||
WANTLIB += c luajit-5.1 m modplug ogg openal physfs pthread vorbis
|
||||
WANTLIB += vorbisfile GL GLU ${COMPILER_LIBCXX}
|
||||
|
||||
@@ -3,6 +3,7 @@ COMMENT= event-driven spam filtering system in C/Lua
|
||||
GH_ACCOUNT= vstakhov
|
||||
GH_PROJECT= rspamd
|
||||
GH_TAGNAME= 3.14.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
@@ -76,7 +77,6 @@ CONFIGURE_ARGS+= -DENABLE_LTO=off
|
||||
.if ${PROPERTIES:Mluajit}
|
||||
LIB_DEPENDS+= lang/luajit
|
||||
WANTLIB+= luajit-5.1
|
||||
USE_NOBTCFI-aarch64= Yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= -DENABLE_LUAJIT=0
|
||||
MODULES+= lang/lua
|
||||
|
||||
@@ -3,16 +3,13 @@ V = 2.16.2
|
||||
DISTNAME = hexchat-$V
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
CATEGORIES = net x11
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
|
||||
HOMEPAGE = https://hexchat.github.io/
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# luajit
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
WANTLIB += X11 c canberra crypto dbus-glib-1 gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0
|
||||
WANTLIB += intl luajit-5.1 pango-1.0 perl ssl
|
||||
|
||||
+1
-2
@@ -1,7 +1,7 @@
|
||||
COMMENT = highly flexible sniffer/NIDS
|
||||
|
||||
DISTNAME = snort-2.9.20
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
RULESV = 29200
|
||||
SUBST_VARS = RULESV APPID_COMMENT
|
||||
|
||||
@@ -46,7 +46,6 @@ APPID_COMMENT = "@comment "
|
||||
LIB_DEPENDS += lang/luajit
|
||||
WANTLIB += c++abi luajit-5.1
|
||||
APPID_COMMENT =
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
.endif
|
||||
|
||||
CONFIGS = classification.config gen-msg.map reference.config \
|
||||
|
||||
+1
-2
@@ -2,7 +2,7 @@ COMMENT = fast, small, webkit based browser written in lua
|
||||
|
||||
V = 2.4.0
|
||||
DISTNAME = luakit-${V}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
EPOCH = 1
|
||||
|
||||
@@ -31,7 +31,6 @@ WANTLIB += soup-3.0 sqlite3 webkit2gtk-4.1
|
||||
WANTLIB += luajit-5.1
|
||||
LIB_DEPENDS += lang/luajit
|
||||
MAKE_FLAGS += USE_LUAJIT=1
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
.else
|
||||
WANTLIB += ${MODLUA_WANTLIB}
|
||||
MAKE_FLAGS += USE_LUAJIT=0
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
USE_WXNEEDED = Yes
|
||||
|
||||
# luajit
|
||||
USE_NOBTCFI-aarch64 = Yes
|
||||
|
||||
COMMENT = KDE mathematical applications
|
||||
DISTNAME = cantor-${VERSION}
|
||||
CATEGORIES = education math
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += cantorlibs 55.0 # 17.08
|
||||
|
||||
|
||||
Reference in New Issue
Block a user