UPDATE: handbrake 1.6.0

2022-12-31 Thread Brad Smith
Here is an update to HandBrake 1.6.0.

I did a bit of cleaning up after upstreaming the local patches.

https://github.com/HandBrake/HandBrake/releases/tag/1.6.0


Index: Makefile
===
RCS file: /cvs/ports/multimedia/handbrake/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile30 Dec 2022 00:13:29 -  1.17
+++ Makefile1 Jan 2023 05:56:39 -
@@ -1,8 +1,8 @@
-V =1.3.3
 COMMENT =  open source video transcoder
+
+V =1.6.0
 DISTNAME = HandBrake-${V}-source
 PKGNAME =  handbrake-${V}
-REVISION = 5
 EXTRACT_SUFX = .tar.bz2
 CATEGORIES =   multimedia x11
 
@@ -12,20 +12,20 @@ MAINTAINER =Brian Callahan https://github.com/HandBrake/HandBrake/releases/download/${V}/
 
@@ -40,17 +40,32 @@ BUILD_DEPENDS = devel/autoconf/${AUTOCON
devel/libtool \
textproc/intltool
 
-LIB_DEPENDS =  devel/jansson \
-   devel/orc \
+LIB_DEPENDS =  archivers/bzip2 \
+   archivers/xz \
+   audio/lame \
+   audio/libogg \
+   audio/libvorbis \
+   audio/opus \
+   audio/speex \
+   converters/libiconv \
+   devel/fribidi \
+   devel/harfbuzz \
+   devel/jansson \
+   devel/libdvdread \
graphics/ffmpeg \
+   graphics/jpeg \
+   graphics/zimg \
multimedia/aom \
+   multimedia/libass \
multimedia/libbluray \
multimedia/gstreamer1/plugins-base \
multimedia/libdvdnav \
multimedia/libtheora \
multimedia/libvpx \
+   multimedia/svt-av1 \
multimedia/x264 \
multimedia/x265 \
+   textproc/libxml \
x11/gtk+3
 
 RUN_DEPENDS =  devel/desktop-file-utils \
@@ -60,8 +75,6 @@ SEPARATE_BUILD =  Yes
 
 CONFIGURE_STYLE =  simple
 CONFIGURE_SCRIPT = ${MODPY_BIN} ${WRKSRC}/make/configure.py
-CONFIGURE_ARGS =   --disable-gtk-update-checks \
-   --enable-x265
 
 # Yes, autoconf is called *during* the build but not at configure time...
 USE_GMAKE =Yes
@@ -70,22 +83,20 @@ MAKE_ENV =  AUTOCONF_VERSION="${AUTOCONF_
AUTOMAKE_VERSION="${AUTOMAKE_VERSION}" \
MKDIR_P='/bin/mkdir -p'
 MAKE_FILE =GNUmakefile
-MAKE_FLAGS =   CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libxml2 
-D_NO_UPDATE_CHECK" \
-   LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib -lx265 
-liconv"
+MAKE_FLAGS =   CFLAGS="${CFLAGS}" \
+   LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
 .if ${MACHINE_ARCH:Mi386}
 CFLAGS +=  -msse2
 CXXFLAGS +=-msse2
 .endif
 
-AUTOCONF_VERSION = 2.69
+CFLAGS+=   -D_NO_UPDATE_CHECK
+
+AUTOCONF_VERSION = 2.71
 AUTOMAKE_VERSION = 1.16
 
 WRKDIST =  ${WRKDIR}/HandBrake-${V}
-
-post-extract:
-   ln -s ${WRKSRC}/make/variant/freebsd.defs \
-   ${WRKSRC}/make/variant/openbsd.defs
 
 post-install:
ln -s ${TRUEPREFIX}/bin/ghb ${PREFIX}/bin/HandBrake
Index: distinfo
===
RCS file: /cvs/ports/multimedia/handbrake/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo20 Jun 2020 21:12:38 -  1.5
+++ distinfo1 Jan 2023 05:56:39 -
@@ -1,2 +1,2 @@
-SHA256 (HandBrake-1.3.3-source.tar.bz2) = 
IYo32V9ItefPKFNj06sWwxTZdienpxDKs3WJAq6Hf4U=
-SIZE (HandBrake-1.3.3-source.tar.bz2) = 16804119
+SHA256 (HandBrake-1.6.0-source.tar.bz2) = 
fyPHYDi3vzKQidDrM8FImEAPzAQm4xDofcEeU4wQPNo=
+SIZE (HandBrake-1.6.0-source.tar.bz2) = 15968851
Index: patches/patch-gtk_configure_ac
===
RCS file: /cvs/ports/multimedia/handbrake/patches/patch-gtk_configure_ac,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-gtk_configure_ac
--- patches/patch-gtk_configure_ac  11 Mar 2022 19:39:19 -  1.5
+++ patches/patch-gtk_configure_ac  1 Jan 2023 05:56:39 -
@@ -1,25 +1,14 @@
 Get the proper library directory for -lhandbrake.
-No -ldl on OpenBSD.
 
 Index: gtk/configure.ac
 --- gtk/configure.ac.orig
 +++ gtk/configure.ac
-@@ -199,7 +199,7 @@ AM_CONDITIONAL([GHB_GTK_3_16], [test "$HAVE_GTK_316" -
+@@ -203,7 +203,7 @@ AM_CONDITIONAL([GHB_GTK_3_16], [test "$HAVE_GTK_316" -
  
  AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"])
  
--HB_LIBS="$HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil 
-ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis 
-lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray 
-lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma"
-+HB_LIBS="-L../../libhb $HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec 
-lavutil -ldav1d -lswresample 

[Maintainer Update] databases/sqlcipher 4.5.2 -> 4.5.3

2022-12-31 Thread Tom Murphy
Hi all,

  Here is an update for databases/sqlcipher that updates it to v4.5.3
which was released on December 19th. Changelog:

Updates baseline to upstream SQLite 3.39.4

  Checked the shared library and no functions were added or removed so
it's not been cranked.

  Thanks,
  Tom

Index: Makefile
===
RCS file: /cvs/ports/databases/sqlcipher/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile16 Oct 2022 15:59:04 -  1.5
+++ Makefile31 Dec 2022 22:04:58 -
@@ -2,7 +2,7 @@ COMMENT =   encrypted SQLite database
 
 GH_ACCOUNT =   sqlcipher
 GH_PROJECT =   sqlcipher
-GH_TAGNAME =   v4.5.2
+GH_TAGNAME =   v4.5.3
 
 SHARED_LIBS +=  sqlcipher 0.3 # 8.6
 
Index: distinfo
===
RCS file: /cvs/ports/databases/sqlcipher/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo16 Oct 2022 15:59:04 -  1.4
+++ distinfo31 Dec 2022 22:04:58 -
@@ -1,2 +1,2 @@
-SHA256 (sqlcipher-4.5.2.tar.gz) = aSXwEt61WC45dhp9SBaIPMFbQYUajnC0R8IjuO9Abio=
-SIZE (sqlcipher-4.5.2.tar.gz) = 18371300
+SHA256 (sqlcipher-4.5.3.tar.gz) = XJ1nLrpr5NBamoFw9wFw5Teuc1oJw95ESorWKbWV1eI=
+SIZE (sqlcipher-4.5.3.tar.gz) = 18372471



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/12/31 15:03:58

Modified files:
sysutils/ruby-serverengine: Makefile distinfo 

Log message:
Update to 2.3.1

https://github.com/treasure-data/serverengine/blob/v2.3.1/Changelog

2022-12-22 version 2.3.1

* Don't treat as error when worker shuts down with exit status 0

ok jeremy@



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/12/31 14:44:33

Modified files:
security/rust-openssl-tests: Makefile distinfo 

Log message:
Update to rust-openssl-tests 20221231



aarch64 bulk build report

2022-12-31 Thread phessler
bulk build on arm64.ports.openbsd.org
started on  Thu Dec 29 08:31:13 MST 2022
finished at Sat Dec 31 14:20:51 MST 2022
lasted 2D05h49m
done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1947: Wed Dec 28 
14:24:23 MST 2022

built packages:11527
Dec 29:3675
Dec 30:1604
Dec 31:6247


critical path missing pkgs:  
http://build-failures.rhaalovely.net/aarch64/2022-12-29/summary.log

build failures: 4
http://build-failures.rhaalovely.net/aarch64/2022-12-29/devel/quirks.log
http://build-failures.rhaalovely.net/aarch64/2022-12-29/games/naev,-data.log
http://build-failures.rhaalovely.net/aarch64/2022-12-29/sysutils/py-filelock,python3.log
http://build-failures.rhaalovely.net/aarch64/2022-12-29/textproc/catfish.log

recurrent failures
new failures
+++ ls-failures Sat Dec 31 14:22:24 2022
+failures/devel/quirks.log
+failures/games/naev,-data.log
+failures/sysutils/py-filelock,python3.log
+failures/textproc/catfish.log
resolved failures
--- ../old/aarch64/last//ls-failuresTue Dec 27 09:44:25 2022



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/12/31 12:29:34

Modified files:
textproc/miller: Makefile distinfo 

Log message:
Update miller to 5.10.4.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/12/31 12:27:45

Modified files:
misc/dialog: Makefile distinfo 

Log message:
Update dialog to 1.3-20221229.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/12/31 12:26:26

Modified files:
lang/wabt  : Makefile distinfo 

Log message:
Update wabt to 1.0.32.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/12/31 12:24:38

Modified files:
emulators/mame : Makefile distinfo 

Log message:
Update mame to 0.251.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/12/31 12:23:40

Modified files:
converters/bdf2psf: Makefile distinfo 

Log message:
Update bdf2psf to 1.213.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2022/12/31 12:17:03

Modified files:
security/lastpass-cli: Makefile 

Log message:
Drop maintainership



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Greg Steuck
CVSROOT:/cvs
Module name:ports
Changes by: gne...@cvs.openbsd.org  2022/12/31 12:13:44

Modified files:
devel/git-annex: Makefile distinfo 

Log message:
Upgrade git-annex 10.20220822 -> 10.20221103

Tested by James Cook falsifian AT falsifian.org



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/31 07:05:20

Modified files:
audio/soundtouch: Makefile 

Log message:
Disable x86 optimizations on i386 to unbreak.

reported by sthen@



xfce4: pass --enable-debug only when DEBUG is set

2022-12-31 Thread Klemens Nanni
xfc4-wavelan spams ~/.xsession with state changes which stems from the
xfce DBG macro which gets defined when the DEBUG macro is set, which
comes from --enable-debug that is currently passed for every port using
XFCE_COMMIT.

landry pointed out the XFCE_COMMIT/--enable-debug connection and
suggested a DEBUG test -- I failed to look at xfce4.port.mk in the first
place.

Only four ports use a commit, so bumping them is easy to pick up
potential object changes.

Feeback? Objection? OK?

Index: xfce4.port.mk
===
RCS file: /cvs/ports/x11/xfce4/xfce4.port.mk,v
retrieving revision 1.37
diff -u -p -r1.37 xfce4.port.mk
--- xfce4.port.mk   15 Dec 2022 14:43:16 -  1.37
+++ xfce4.port.mk   31 Dec 2022 12:12:31 -
@@ -79,7 +79,7 @@ PORTROACH+=   limitw:1,even
 .if defined(XFCE_COMMIT)
 DISTNAME = ${DISTNAME_GIT}
 MASTER_SITES = ${MASTER_SITES_GIT}
-CONFIGURE_ARGS +=  --enable-maintainer-mode --enable-debug
+CONFIGURE_ARGS +=  --enable-maintainer-mode
 AUTOMAKE_VERSION = 1.14
 AUTOCONF_VERSION = 2.69
 MODXFCE4_gen = cd ${WRKSRC} && env NOCONFIGURE=yes \
@@ -89,6 +89,10 @@ BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPEN
${MODGNU_AUTOMAKE_DEPENDS} \
x11/xfce4/xfce4-dev-tools
 
+.endif
+
+.if defined(DEBUG)
+CONFIGURE_ARGS +=  --enable-debug
 .endif
 
 # remove useless .la file
Index: orage/Makefile
===
RCS file: /cvs/ports/x11/xfce4/orage/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- orage/Makefile  25 Dec 2022 07:16:37 -  1.66
+++ orage/Makefile  31 Dec 2022 12:15:16 -
@@ -3,6 +3,7 @@ COMMENT=Xfce4 calendar
 XFCE_VERSION=  4.17.0pre0
 XFCE_COMMIT=   cf27a483c40188bb
 XFCE_GOODIE=   orage
+REVISION=  0
 
 # GPLv2
 PERMIT_PACKAGE=Yes
Index: xfce4-mixer/Makefile
===
RCS file: /cvs/ports/x11/xfce4/xfce4-mixer/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- xfce4-mixer/Makefile21 Dec 2022 09:15:26 -  1.62
+++ xfce4-mixer/Makefile31 Dec 2022 12:14:17 -
@@ -3,6 +3,7 @@ COMMENT=Xfce4 volume mixer
 XFCE_GOODIE=   xfce4-mixer
 XFCE_VERSION=  4.18.0pre0
 XFCE_COMMIT=   a71951036481ca08a670ad8bf3cd107d37bfb774
+REVISION=  0
 
 # GPLv2
 PERMIT_PACKAGE=Yes
Index: xfce4-taskmanager/Makefile
===
RCS file: /cvs/ports/x11/xfce4/xfce4-taskmanager/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- xfce4-taskmanager/Makefile  27 Dec 2022 09:14:37 -  1.41
+++ xfce4-taskmanager/Makefile  31 Dec 2022 12:15:24 -
@@ -3,7 +3,7 @@ COMMENT=Xfce4 task manager and system m
 XFCE_VERSION=  1.5.5
 XFCE_COMMIT=   c4564879
 XFCE_GOODIE=   xfce4-taskmanager
-REVISION=  0
+REVISION=  1
 
 # GPLv2
 PERMIT_PACKAGE=Yes
Index: xfce4-wavelan/Makefile
===
RCS file: /cvs/ports/x11/xfce4/xfce4-wavelan/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- xfce4-wavelan/Makefile  23 Dec 2022 08:03:10 -  1.53
+++ xfce4-wavelan/Makefile  31 Dec 2022 12:15:04 -
@@ -3,7 +3,7 @@ COMMENT=Xfce4 wireless interface monito
 XFCE_VERSION=  0.6.3
 XFCE_PLUGIN=   wavelan
 XFCE_COMMIT=   56657a9cc08ce4da022db9233dcf3241aaf13794
-REVISION=  4
+REVISION=  5
 
 # BSD
 PERMIT_PACKAGE=Yes



mips64 bulk build report

2022-12-31 Thread visa
bulk build on octeon.ports.openbsd.org
started on  Wed Dec 21 16:10:14 UTC 2022
finished at Fri Dec 30 17:21:05 UTC 2022
lasted 10D01h10m
done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1140: Tue Dec 20 
20:26:05 MST 2022

built packages:8882
Dec 21:1830
Dec 22:948
Dec 23:509
Dec 24:684
Dec 25:533
Dec 26:1397
Dec 27:620
Dec 28:721
Dec 29:1520
Dec 30:119


build failures: 88
http://build-failures.rhaalovely.net/mips64/2022-12-21/audio/espeak.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/biology/emboss.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/chinese/libpinyin.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/databases/postgresql-pllua.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/devel/clang-tools-extra.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/devel/go-sys.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/devel/protobuf.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/devel/py-thrift,python3.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/devel/py-unicorn,python3.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/devel/sdcc.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/emulators/openmsx.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/emulators/snes9x.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/emulators/spike.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/games/astromenace.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/games/hyperrogue.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/games/irrlamb.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/games/residualvm.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/games/wesnoth.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/games/witchblast.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/geo/gpstk.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/graphics/enblend-enfuse.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/graphics/openvdb.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/STk.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/gambit.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/gforth.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/librep.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/pfe.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/php/8.1.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/lang/php/8.2.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/libdigidocpp:libdigidocpp/iconv-470.patch.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/mail/opensmtpd-filters/rspamd.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/math/gbc.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/math/igraph.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/math/lean.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/math/lrs.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/math/mlpack,-main.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/math/ntl.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/misc/remind.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/multimedia/assimp.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/eduvpn/vpn-daemon.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/gortr.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/gtk-gnutella.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/icinga/core2.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/libtorrent-rasterbar.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/minio/client.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/minio/server.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/powerdns_recursor.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/syncthing.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/net/utox.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/plan9/drawterm.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/qdigidoc4:qdigidoc4-0/config.json.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/qdigidoc4:qdigidoc4-0/config.rsa.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/botan2.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/go-siphash.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/gobuster.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/libdigidocpp.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/step-cli.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/security/vault.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/shells/elvish.log
http://build-failures.rhaalovely.net/mips64/2022-12-21/sysutils/amazon-ecs-cli.log

CVS: cvs.openbsd.org: ports

2022-12-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/31 04:48:13

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.27.41.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/31 04:47:59

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.26.41.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/31 04:47:47

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.29.41.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/31 04:47:15

Modified files:
net/py-smbc: Makefile distinfo 

Log message:
Update to py3-smbc-1.0.24.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/31 04:40:53

Modified files:
sysutils/py-filelock: Makefile 

Log message:
Needs hatch-vcs.



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2022/12/31 04:29:51

Modified files:
net/endlessh   : Makefile 
net/endlessh/pkg: endlessh.rc endlessh6.rc 

Log message:
Make the rc scripts actually work as intended in absence of a config file.

ok op@



Re: [update][proposal] sysutils/nnn add nerd font flavor

2022-12-31 Thread Omar Polo
On 2022/12/30 23:36:02 +, Stuart Henderson  wrote:
> On 2022/12/30 10:58, Omar Polo wrote:
> > looks good to me.  just some nitpicks
> 
> ok for your updated tgz.

imported, thanks!




CVS: cvs.openbsd.org: ports

2022-12-31 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/12/31 03:03:30

Modified files:
fonts  : Makefile 

Log message:
+nerd-fonts



CVS: cvs.openbsd.org: ports

2022-12-31 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/12/31 03:02:54

Log message:
import fonts/nerds-fonts 2.2.2

Nerd Fonts is a project that patches developer targeted fonts with a
high number of glyphs (icons). Specifically to add a high number of
extra glyphs from popular 'iconic fonts' such as Font Awesome, Devicons,
Octicons, and others. The font patcher utility is not included in this
package.

Fonts available as of now: codenewroman, dejavusansmono,
fantasquesansmono, noto, profont, terminus, ubuntu-mono and ubuntu.

Port from Joel Carnat (joel [at] carnat ! net) with some minor tweaks by
me.

ok sthen@

Status:

Vendor Tag: op
Release Tags:   op_20221231

N ports/fonts/nerd-fonts/Makefile.inc
N ports/fonts/nerd-fonts/Makefile
N ports/fonts/nerd-fonts/noto/Makefile
N ports/fonts/nerd-fonts/noto/distinfo
N ports/fonts/nerd-fonts/noto/pkg/DESCR
N ports/fonts/nerd-fonts/noto/pkg/PLIST
N ports/fonts/nerd-fonts/terminus/Makefile
N ports/fonts/nerd-fonts/terminus/distinfo
N ports/fonts/nerd-fonts/terminus/pkg/DESCR
N ports/fonts/nerd-fonts/terminus/pkg/PLIST
N ports/fonts/nerd-fonts/profont/Makefile
N ports/fonts/nerd-fonts/profont/distinfo
N ports/fonts/nerd-fonts/profont/pkg/DESCR
N ports/fonts/nerd-fonts/profont/pkg/PLIST
N ports/fonts/nerd-fonts/ubuntu/Makefile
N ports/fonts/nerd-fonts/ubuntu/distinfo
N ports/fonts/nerd-fonts/ubuntu/pkg/DESCR
N ports/fonts/nerd-fonts/ubuntu/pkg/PLIST
N ports/fonts/nerd-fonts/ubuntu-mono/Makefile
N ports/fonts/nerd-fonts/ubuntu-mono/distinfo
N ports/fonts/nerd-fonts/ubuntu-mono/pkg/DESCR
N ports/fonts/nerd-fonts/ubuntu-mono/pkg/PLIST
N ports/fonts/nerd-fonts/codenewroman/Makefile
N ports/fonts/nerd-fonts/codenewroman/distinfo
N ports/fonts/nerd-fonts/codenewroman/pkg/DESCR
N ports/fonts/nerd-fonts/codenewroman/pkg/PLIST
N ports/fonts/nerd-fonts/fantasquesansmono/Makefile
N ports/fonts/nerd-fonts/fantasquesansmono/distinfo
N ports/fonts/nerd-fonts/fantasquesansmono/pkg/DESCR
N ports/fonts/nerd-fonts/fantasquesansmono/pkg/PLIST
N ports/fonts/nerd-fonts/dejavusansmono/Makefile
N ports/fonts/nerd-fonts/dejavusansmono/distinfo
N ports/fonts/nerd-fonts/dejavusansmono/pkg/DESCR
N ports/fonts/nerd-fonts/dejavusansmono/pkg/PLIST

No conflicts created by this import



Re: CVS: cvs.openbsd.org: ports

2022-12-31 Thread Omar Polo
On 2022/12/31 00:08:59 +0100, Pascal Stumpf  wrote:
> On Fri, 30 Dec 2022 04:33:06 -0700 (MST), Omar Polo wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: o...@cvs.openbsd.org2022/12/30 04:33:06
> > 
> > Modified files:
> > net/endlessh   : Makefile 
> > net/endlessh/pkg: PLIST 
> > 
> > Log message:
> > net/endlessh: add missing @newuser
> > 
> > ok tb
> > 
> 
> Still does not work as intended though without a config file.

ooops, I've only tested `endlessh' on localhost and haven't noticed it
bound port  on ipv6!

ok op@

thanks!

> Index: Makefile
> ===
> RCS file: /home/anoncvs/cvs/ports/net/endlessh/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- Makefile  30 Dec 2022 11:33:06 -  1.2
> +++ Makefile  30 Dec 2022 23:02:09 -
> @@ -6,7 +6,7 @@ GH_COMMIT =   dfe44eb2c5b6fc3c48a39ed826fe
>  
>  V =  1.1pre20210430
>  DISTNAME =   endlessh-$V
> -REVISION =   0
> +REVISION =   1
>  CATEGORIES = net security
>  
>  MAINTAINER = Michael 
> Index: pkg/endlessh.rc
> ===
> RCS file: /home/anoncvs/cvs/ports/net/endlessh/pkg/endlessh.rc,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 endlessh.rc
> --- pkg/endlessh.rc   29 Dec 2022 23:41:22 -  1.1.1.1
> +++ pkg/endlessh.rc   30 Dec 2022 23:02:23 -
> @@ -1,7 +1,7 @@
>  #!/bin/ksh
>  
>  daemon="${LOCALBASE}/bin/endlessh"
> -daemon_flags=-s
> +daemon_flags="-s -4"
>  daemon_user=_endlessh
>  rc_bg=YES
>  
> Index: pkg/endlessh6.rc
> ===
> RCS file: /home/anoncvs/cvs/ports/net/endlessh/pkg/endlessh6.rc,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 endlessh6.rc
> --- pkg/endlessh6.rc  29 Dec 2022 23:41:22 -  1.1.1.1
> +++ pkg/endlessh6.rc  30 Dec 2022 23:02:33 -
> @@ -1,7 +1,7 @@
>  #!/bin/ksh
>  
>  daemon="${LOCALBASE}/bin/endlessh"
> -daemon_flags=-s -6
> +daemon_flags="-s -6"
>  daemon_user=_endlessh
>  rc_bg=YES
>