Remove boost version checks and bump after boost rollback
This commit is contained in:
parent
3564e529a5
commit
0de194c3f7
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2021/08/24 20:32:52 cwen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
COMMENT= unpack Inno Setup installers
|
||||
|
||||
DISTNAME= innoextract-1.9
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= archivers
|
||||
HOMEPAGE= https://constexpr.org/innoextract/
|
||||
MAINTAINER= Thomas Frohwein <thfr@openbsd.org>
|
||||
@ -23,7 +23,7 @@ COMPILER= base-clang ports-gcc
|
||||
|
||||
LIB_DEPENDS= archivers/xz \
|
||||
converters/libiconv \
|
||||
devel/boost>=1.70.0
|
||||
devel/boost
|
||||
|
||||
RUN_DEPENDS= archivers/unrar
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2021/01/04 14:06:27 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
COMMENT= Python bindings to TagLib audio file tag library
|
||||
|
||||
MODPY_EGG_VERSION = 2013.1
|
||||
DISTNAME = tagpy-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 14
|
||||
REVISION = 15
|
||||
|
||||
CATEGORIES = audio devel
|
||||
|
||||
@ -29,7 +29,7 @@ FLAVOR = python3
|
||||
|
||||
LIB_DEPENDS = lang/python/${MODPY_VERSION} \
|
||||
audio/taglib \
|
||||
devel/boost>=1.67.0
|
||||
devel/boost
|
||||
|
||||
CONFIGURE_ARGS += --boost-compiler=gcc42 \
|
||||
--boost-lib-dir=${LOCALBASE}/lib \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2021/07/16 17:38:47 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
COMMENT = collection of C++ and CMake utility libraries
|
||||
|
||||
GH_ACCOUNT = puppetlabs
|
||||
GH_PROJECT = leatherman
|
||||
GH_TAGNAME = 1.12.6
|
||||
REVISION = 0
|
||||
|
||||
# N.B.: Upstream doesn't care about ABI, better just bump major on update
|
||||
SHARED_LIBS = leatherman_curl 1.1 # 1.12.4
|
||||
@ -35,7 +36,7 @@ MODPY_RUNDEP = No
|
||||
MODPY_BUILDDEP = No
|
||||
MODPY_ADJ_FILES = scripts/cpplint.py
|
||||
|
||||
LIB_DEPENDS = devel/boost>=1.73.0 \
|
||||
LIB_DEPENDS = devel/boost \
|
||||
net/curl
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:46:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
COMMENT = cross-platform port of Arx Fatalis, a first-person RPG
|
||||
CATEGORIES = games
|
||||
@ -9,7 +9,7 @@ GH_ACCOUNT = arx
|
||||
GH_PROJECT = ArxLibertatis
|
||||
GH_TAGNAME = 1.1.2-r1
|
||||
PKGNAME = arx-libertatis-${GH_TAGNAME:S/-r/pl/}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
# GPLv3+, fonts are SIL OFL 1.1 license
|
||||
PERMIT_PACKAGE = Yes
|
||||
@ -22,7 +22,7 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
BUILD_DEPENDS = devel/boost>=1.48 \
|
||||
BUILD_DEPENDS = devel/boost \
|
||||
devel/desktop-file-utils
|
||||
LIB_DEPENDS = audio/openal \
|
||||
devel/sdl \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2021/08/20 16:24:25 kirby Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
V = 0.4.10.2
|
||||
COMMENT = turn-based space empire and galactic conquest computer game
|
||||
DISTNAME = FreeOrion_v${V}_2021-08-01.f663dad_Source
|
||||
PKGNAME = freeorion-${V}
|
||||
CATEGORIES = games
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://www.freeorion.org/
|
||||
MAINTAINER = Tom Murphy <openbsd@pertho.net>
|
||||
@ -39,7 +40,7 @@ LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
|
||||
audio/libvorbis \
|
||||
audio/openal \
|
||||
devel/sdl2 \
|
||||
devel/boost>=1.67.0 \
|
||||
devel/boost \
|
||||
graphics/glew \
|
||||
graphics/png
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2021/01/23 15:19:54 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${BE_ARCHS}
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT = free J-RPG game
|
||||
DISTNAME = ValyriaTear-src-with-deps-${V}
|
||||
PKGNAME = valyriatear-${V}
|
||||
CATEGORIES = games x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://valyriatear.blogspot.com/
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
@ -29,7 +30,7 @@ COMPILER = base-clang ports-gcc
|
||||
MODULES = devel/cmake \
|
||||
lang/lua
|
||||
|
||||
BUILD_DEPENDS = devel/boost>=1.52 \
|
||||
BUILD_DEPENDS = devel/boost \
|
||||
devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = audio/libogg \
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2021/02/26 18:20:34 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
COMMENT = 3D space simulator
|
||||
|
||||
DISTNAME = vegastrike-src-${V}
|
||||
PKGNAME = vegastrike-${V}
|
||||
REVISION = 8
|
||||
REVISION = 9
|
||||
|
||||
WANTLIB += GL GLU OgreMain SDL X11 Xcomposite Xcursor Xdamage
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xmu Xrandr Xrender atk-1.0
|
||||
@ -24,7 +24,7 @@ MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
|
||||
RUN_DEPENDS = games/vegastrike/data>=${V}
|
||||
LIB_DEPENDS = x11/gtk+2 \
|
||||
audio/openal \
|
||||
devel/boost>=1.67.0 \
|
||||
devel/boost \
|
||||
audio/libvorbis \
|
||||
x11/ogre \
|
||||
graphics/freeglut \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.90 2021/06/22 12:11:53 kirby Exp $
|
||||
# $OpenBSD: Makefile,v 1.91 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
PORTROACH = limitw:1,even
|
||||
|
||||
@ -6,6 +6,7 @@ BROKEN-hppa = missing atomic ops
|
||||
COMMENT= fantasy turn-based strategy game
|
||||
|
||||
DISTNAME= wesnoth-1.14.17
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= games x11
|
||||
|
||||
@ -32,7 +33,7 @@ MODULES= devel/cmake
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
LIB_DEPENDS= devel/boost>=1.66.0p0 \
|
||||
LIB_DEPENDS= devel/boost \
|
||||
devel/sdl2-image \
|
||||
devel/sdl2-mixer \
|
||||
devel/sdl2-ttf \
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2021/08/31 07:32:18 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
BROKEN-hppa = run dep on enblend-enfuse which will not build on hppa
|
||||
|
||||
COMMENT = panorama image stitcher
|
||||
|
||||
DISTNAME = hugin-2020.0.0
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
# not needed for releases, but makes RCs/betas easier to work with
|
||||
@ -51,7 +51,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
RUN_DEPENDS += x11/py-wxPython # required for launching python scripts
|
||||
|
||||
LIB_DEPENDS = devel/boost>=1.58 \
|
||||
LIB_DEPENDS = devel/boost \
|
||||
graphics/exiv2>=0.12 \
|
||||
graphics/glew \
|
||||
graphics/lcms2 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2021/09/13 11:20:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2021/09/19 05:24:30 rsadowski Exp $
|
||||
|
||||
COMMENT = toolkit for developing mapping applications
|
||||
|
||||
@ -7,7 +7,7 @@ V = 3.1.0
|
||||
DISTNAME = mapnik-v${V}
|
||||
PKGNAME = ${DISTNAME:S/v//}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS = mapnik 4.0 #3.0
|
||||
CATEGORIES = graphics geo
|
||||
@ -35,7 +35,7 @@ COMPILER = base-clang ports-gcc
|
||||
TEST_DEPENDS = shells/bash \
|
||||
${BUILD_PKGPATH}
|
||||
|
||||
LIB_DEPENDS = devel/boost>=1.58 \
|
||||
LIB_DEPENDS = devel/boost \
|
||||
databases/sqlite3 \
|
||||
graphics/cairo \
|
||||
graphics/libwebp \
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2021/05/22 21:47:28 namn Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2021/09/19 05:24:31 rsadowski Exp $
|
||||
|
||||
COMMENT = C++ library implementing a BitTorrent client
|
||||
|
||||
MODPY_EGG_VERSION = 1.2.13
|
||||
DISTNAME = libtorrent-rasterbar-${MODPY_EGG_VERSION}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += torrent-rasterbar 4.0 # 10.0.0
|
||||
|
||||
@ -24,7 +25,7 @@ MODULES = lang/python
|
||||
BUILD_DEPENDS = devel/libtool
|
||||
|
||||
LIB_DEPENDS = converters/libiconv \
|
||||
devel/boost>=1.67.0
|
||||
devel/boost
|
||||
|
||||
# boost
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.91 2021/08/30 19:23:38 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.92 2021/09/19 05:24:31 rsadowski Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = ${CLANG_ARCHS} ${LLVM_ARCHS}
|
||||
|
||||
@ -10,6 +10,7 @@ DISTNAME = facter-${VERSION}
|
||||
SHARED_LIBS += facter 3.3
|
||||
PKGSPEC = facter->=3.0,<4.0
|
||||
CATEGORIES = sysutils
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
@ -35,7 +36,7 @@ WANTLIB += leatherman_curl leatherman_dynamic_library
|
||||
WANTLIB += leatherman_execution leatherman_file_util leatherman_locale
|
||||
WANTLIB += leatherman_logging leatherman_ruby leatherman_util
|
||||
|
||||
LIB_DEPENDS = devel/boost>=1.58 \
|
||||
LIB_DEPENDS = devel/boost \
|
||||
devel/cpp-hocon \
|
||||
devel/leatherman>=0.12.1p1 \
|
||||
devel/yaml-cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user