summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/biblesync/Makefile4
-rw-r--r--misc/e2fsprogs-libuuid/Makefile47
-rw-r--r--misc/e2fsprogs-libuuid/files/uuidd.in27
-rw-r--r--misc/e2fsprogs-libuuid/pkg-descr1
-rw-r--r--misc/e2fsprogs-libuuid/pkg-plist22
-rw-r--r--misc/ignition-fuel-tools/Makefile4
-rw-r--r--misc/libuuid/Makefile32
-rw-r--r--misc/libuuid/distinfo3
-rw-r--r--misc/libuuid/files/patch-tools_poman-translate.sh11
-rw-r--r--misc/libuuid/pkg-descr11
-rw-r--r--misc/libuuid/pkg-plist22
-rw-r--r--misc/ola/Makefile4
-rw-r--r--misc/ossp-uuid/Makefile2
-rw-r--r--misc/ossp-uuid/files/patch-Makefile.in2
-rw-r--r--misc/pciids/Makefile4
-rw-r--r--misc/pciids/distinfo6
-rw-r--r--misc/php85-calendar/Makefile7
-rw-r--r--misc/xiphos/Makefile2
19 files changed, 102 insertions, 112 deletions
diff --git a/misc/Makefile b/misc/Makefile
index a572f232ad7b..e7ca2e0d10cd 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -98,7 +98,6 @@
SUBDIR += dtach
SUBDIR += dvorak7min
SUBDIR += dynomite
- SUBDIR += e2fsprogs-libuuid
SUBDIR += ecflow
SUBDIR += edfbrowser
SUBDIR += edflib
@@ -249,6 +248,7 @@
SUBDIR += libsupertone
SUBDIR += libsweep-lidar
SUBDIR += libutf
+ SUBDIR += libuuid
SUBDIR += libxdf
SUBDIR += lifelines
SUBDIR += lightgbm
@@ -397,6 +397,7 @@
SUBDIR += php82-calendar
SUBDIR += php83-calendar
SUBDIR += php84-calendar
+ SUBDIR += php85-calendar
SUBDIR += pinfo
SUBDIR += pipe
SUBDIR += posixtestsuite
diff --git a/misc/biblesync/Makefile b/misc/biblesync/Makefile
index ea83f0d8a342..6dbc2e8b89e8 100644
--- a/misc/biblesync/Makefile
+++ b/misc/biblesync/Makefile
@@ -1,6 +1,6 @@
PORTNAME= biblesync
DISTVERSION= 2.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= ports@FreeBSD.org
@@ -10,7 +10,7 @@ WWW= https://github.com/karlkleinpaste/biblesync
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
+LIB_DEPENDS= libuuid.so:misc/libuuid
USES= cmake compiler:c++11-lang gettext-runtime
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile
deleted file mode 100644
index d0439b78b2c8..000000000000
--- a/misc/e2fsprogs-libuuid/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-PORTREVISION= 0
-CATEGORIES= misc devel
-PKGNAMESUFFIX= -libuuid
-
-COMMENT= UUID library from e2fsprogs package
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING
-
-CONFIGURE_ARGS= --enable-elf-shlibs --enable-libuuid
-
-OPTIONS_EXCLUDE= NLS
-MASTERDIR= ${.CURDIR}/../../filesystems/e2fsprogs-core
-MAKE_ARGS= LIB_SUBDIRS=lib/uuid
-USE_LDCONFIG= yes
-ALL_TARGET= libs
-INSTALL_TARGET= install install-shlibs
-INSTALL_WRKSRC= ${WRKSRC}/lib/uuid
-FILESDIR= ${.CURDIR}/files
-USE_RC_SUBR= uuidd
-
-PKGDIR= ${.CURDIR}
-
-post-patch::
- ${REINPLACE_CMD} -e 's,/var/lib/libuuid,/var/run/libuuid,g' \
- -e 's,/usr/sbin/uuidd,${PREFIX}/sbin/uuidd,' \
- ${WRKSRC}/lib/uuid/*.[ch]
-
-pre-build:
- ${MKDIR} ${WRKSRC}/lib/uuid/elfshared
- cd ${WRKSRC}/util && ${MAKE_CMD} subst
-
-# ulimit guards against runaway tests
-# failure to launch uuidd is fine (one might be running, or we may lack
-# privileges); if it works, it'll quit after 50 seconds
-post-build:
- cd ${WRKSRC}/misc && ${MAKE_CMD} uuidgen uuidgen.1 uuidd uuidd.8
- cd ${INSTALL_WRKSRC} && ( ulimit -t 5 && ${MAKE_CMD} check )
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/misc/uuidgen ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/misc/uuidgen.1 ${STAGEDIR}${PREFIX}/share/man/man1/
- ${INSTALL_PROGRAM} ${WRKSRC}/misc/uuidd ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/misc/uuidd.8 ${STAGEDIR}${PREFIX}/share/man/man8/
- ${MKDIR} ${STAGEDIR}/var/run/libuuid
-
-.include "${MASTERDIR}/Makefile"
diff --git a/misc/e2fsprogs-libuuid/files/uuidd.in b/misc/e2fsprogs-libuuid/files/uuidd.in
deleted file mode 100644
index 5e48d6d4b052..000000000000
--- a/misc/e2fsprogs-libuuid/files/uuidd.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-#
-# rcNG script to start uuidd at boot-time on rcNG-enabled systems,
-# such as FreeBSD. Note: Starting uuidd at boot-time is not strictly
-# necessary, the library will - as of 1.41.5 - silently launch an
-# instance of uuidd that exits after 300 seconds; for most accurate
-# time-based uuids generated from unprivileged user accounts it may be
-# useful to run it system-wide.
-#
-# (C) 2008, 2009 by Matthias Andree.
-# Licensed under the modified (= 2-clause) BSD license.
-
-# PROVIDE: uuidd
-# REQUIRE: FILESYSTEMS ldconfig
-# BEFORE: DAEMON
-
-. /etc/rc.subr
-
-name="uuidd"
-rcvar=uuidd_enable
-command="%%PREFIX%%/sbin/uuidd"
-procname="${command}"
-
-: ${uuidd_enable="NO"}
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/misc/e2fsprogs-libuuid/pkg-descr b/misc/e2fsprogs-libuuid/pkg-descr
deleted file mode 100644
index 0e6e023f4968..000000000000
--- a/misc/e2fsprogs-libuuid/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-UUID library from the e2fsprogs package.
diff --git a/misc/e2fsprogs-libuuid/pkg-plist b/misc/e2fsprogs-libuuid/pkg-plist
deleted file mode 100644
index 27ef33780287..000000000000
--- a/misc/e2fsprogs-libuuid/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/uuidgen
-include/uuid/uuid.h
-lib/libuuid.so.1.2
-lib/libuuid.so.1
-lib/libuuid.so
-lib/libuuid.a
-libdata/pkgconfig/uuid.pc
-share/man/man1/uuidgen.1.gz
-share/man/man3/uuid.3.gz
-share/man/man3/uuid_clear.3.gz
-share/man/man3/uuid_compare.3.gz
-share/man/man3/uuid_copy.3.gz
-share/man/man3/uuid_generate.3.gz
-share/man/man3/uuid_is_null.3.gz
-share/man/man3/uuid_parse.3.gz
-share/man/man3/uuid_time.3.gz
-share/man/man3/uuid_unparse.3.gz
-share/man/man3/uuid_generate_random.3.gz
-share/man/man3/uuid_generate_time.3.gz
-share/man/man8/uuidd.8.gz
-sbin/uuidd
-@dir /var/run/libuuid
diff --git a/misc/ignition-fuel-tools/Makefile b/misc/ignition-fuel-tools/Makefile
index 3ac572a9bfec..8d45c394f176 100644
--- a/misc/ignition-fuel-tools/Makefile
+++ b/misc/ignition-fuel-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ignition-fuel-tools
DISTVERSION= 1.2.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= misc
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake
LIB_DEPENDS= libcurl.so:ftp/curl \
libignition-common3.so:devel/ignition-common \
libjsoncpp.so:devel/jsoncpp \
- libuuid.so:misc/e2fsprogs-libuuid \
+ libuuid.so:misc/libuuid \
libyaml.so:textproc/libyaml \
libzip.so:archivers/libzip
diff --git a/misc/libuuid/Makefile b/misc/libuuid/Makefile
new file mode 100644
index 000000000000..7c779d8ae994
--- /dev/null
+++ b/misc/libuuid/Makefile
@@ -0,0 +1,32 @@
+PORTNAME= libuuid
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.41.1
+CATEGORIES= misc
+
+MAINTAINER= arrowd@FreeBSD.org
+COMMENT= Library to generate or parse 128-bit Universally Unique IDs (UUIDs)
+WWW= https://github.com/util-linux/util-linux
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/Documentation/licenses/COPYING.BSD-3-Clause
+
+USES= bison meson pkgconfig tar:xz
+
+USE_GITHUB= yes
+GH_ACCOUNT= util-linux
+GH_PROJECT= util-linux
+
+USE_LDCONFIG= yes
+# disable all Meson features because the project has gazillion of them and we only need one
+MESON_ARGS= --auto-features=disabled \
+ -Dallow-32bit-time=true \
+ -Dbuild-libuuid=enabled \
+ -Ddefault_library=both \
+ -Dprogram-tests=false
+
+OPTIONS_DEFINE= MANPAGES
+OPTIONS_DEFAULT= MANPAGES
+OPTIONS_SUB= yes
+MANPAGES_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor
+
+.include <bsd.port.mk>
diff --git a/misc/libuuid/distinfo b/misc/libuuid/distinfo
new file mode 100644
index 000000000000..2a7cfb2e2feb
--- /dev/null
+++ b/misc/libuuid/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1751103251
+SHA256 (util-linux-util-linux-v2.41.1_GH0.tar.gz) = 61a9785cbf04091286ec2bbfb78e87c35e6380f084f38115a4677b90b9ad4437
+SIZE (util-linux-util-linux-v2.41.1_GH0.tar.gz) = 16084246
diff --git a/misc/libuuid/files/patch-tools_poman-translate.sh b/misc/libuuid/files/patch-tools_poman-translate.sh
new file mode 100644
index 000000000000..ed558d9f2d9a
--- /dev/null
+++ b/misc/libuuid/files/patch-tools_poman-translate.sh
@@ -0,0 +1,11 @@
+--- tools/poman-translate.sh.orig 2025-03-18 12:50:51 UTC
++++ tools/poman-translate.sh
+@@ -82,7 +82,7 @@ mapfile -t PO4ACFG_TRANSLATIONS < <( awk '/\[type:asci
+ mapfile -t LOCALES < <( awk '/\[po4a_langs\]/ {for (i=2; i<=NF; i++) print $i}' "$PO4ACFG" )
+ mapfile -t PO4ACFG_TRANSLATIONS < <( awk '/\[type:asciidoc\]/ {print $2;}' "$PO4ACFG" )
+
+-mkdir --parents "$DESTDIR"
++mkdir -p "$DESTDIR"
+
+ DESTDIR=$( OLDPWD=- CDPATH='' cd -P -- "$DESTDIR" && pwd )
+
diff --git a/misc/libuuid/pkg-descr b/misc/libuuid/pkg-descr
new file mode 100644
index 000000000000..1e2b112133b3
--- /dev/null
+++ b/misc/libuuid/pkg-descr
@@ -0,0 +1,11 @@
+The UUID library is used to generate unique identifiers for objects
+that may be accessible beyond the local system. This library
+generates UUIDs compatible with those created by the Open Software
+Foundation (OSF) Distributed Computing Environment (DCE) utility
+uuidgen.
+
+The UUIDs generated by this library can be reasonably expected to be
+unique within a system, and unique across all systems. They could
+be used, for instance, to generate unique HTTP cookies across multiple
+web servers without communication between the servers, and without fear
+of a name clash.
diff --git a/misc/libuuid/pkg-plist b/misc/libuuid/pkg-plist
new file mode 100644
index 000000000000..76ddef06807c
--- /dev/null
+++ b/misc/libuuid/pkg-plist
@@ -0,0 +1,22 @@
+bin/uuidgen
+include/uuid/uuid.h
+lib/libuuid.a
+lib/libuuid.so
+lib/libuuid.so.1
+lib/libuuid.so.1.3.0
+libdata/pkgconfig/uuid.pc
+%%MANPAGES%%share/man/man1/uuidgen.1.gz
+%%MANPAGES%%share/man/man3/uuid.3.gz
+%%MANPAGES%%share/man/man3/uuid_clear.3.gz
+%%MANPAGES%%share/man/man3/uuid_compare.3.gz
+%%MANPAGES%%share/man/man3/uuid_copy.3.gz
+%%MANPAGES%%share/man/man3/uuid_generate.3.gz
+%%MANPAGES%%share/man/man3/uuid_generate_random.3.gz
+%%MANPAGES%%share/man/man3/uuid_generate_time.3.gz
+%%MANPAGES%%share/man/man3/uuid_generate_time_safe.3.gz
+%%MANPAGES%%share/man/man3/uuid_is_null.3.gz
+%%MANPAGES%%share/man/man3/uuid_parse.3.gz
+%%MANPAGES%%share/man/man3/uuid_time.3.gz
+%%MANPAGES%%share/man/man3/uuid_unparse.3.gz
+%%MANPAGES%%share/man/man5/terminal-colors.d.5.gz
+%%MANPAGES%%share/man/man8/uuidd.8.gz
diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index 05ba68b1a7c6..1e30be6e83ef 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ola
DISTVERSION= 0.10.9
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= misc
MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/
@@ -17,7 +17,7 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libftdi1.so:devel/libftdi1 \
libmicrohttpd.so:www/libmicrohttpd \
libprotobuf.so:devel/protobuf3 \
- libuuid.so:misc/e2fsprogs-libuuid
+ libuuid.so:misc/libuuid
TEST_DEPENDS= cppunit>0:devel/cppunit
USES= bison gmake libtool localbase pkgconfig
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 3f0080bbccf2..186fef2f8db4 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -32,7 +32,7 @@ TEST_TARGET= check
.endif
pre-patch:
-### Fixes lib conflicts with misc/e2fsprogs-libuuid ###
+### Fixes lib conflicts with misc/libuuid ###
@${REINPLACE_CMD} 's/libuuid.la/libossp-uuid.la/ ; s/libuuid++.la/libossp-uuid++.la/' \
${WRKDIR}/${DISTNAME}/Makefile.in
diff --git a/misc/ossp-uuid/files/patch-Makefile.in b/misc/ossp-uuid/files/patch-Makefile.in
index f9adf99a9f6b..48f966474fdf 100644
--- a/misc/ossp-uuid/files/patch-Makefile.in
+++ b/misc/ossp-uuid/files/patch-Makefile.in
@@ -1,4 +1,4 @@
-### This Patch is to fix conflicts with misc/e2fsprogs-libuuid ###
+### This Patch is to fix conflicts with misc/libuuid ###
--- Makefile.in.orig 2016-02-07 14:59:23 UTC
+++ Makefile.in
@@ -74,7 +74,7 @@ CXX_OBJS = uuid++.lo $(LIB_OBJS)
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile
index c6ba45fb9f74..f166f258e388 100644
--- a/misc/pciids/Makefile
+++ b/misc/pciids/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pciids
-PORTVERSION= 20250609
+PORTVERSION= 20250621
CATEGORIES= misc
MAINTAINER= sunpoet@FreeBSD.org
@@ -17,7 +17,7 @@ PORTDATA= pci.ids
USE_GITHUB= yes
GH_ACCOUNT= pciutils
-GH_TAGNAME= c332c32
+GH_TAGNAME= 6d8349f
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo
index 5690d6cb4ec1..a4ecd46f357c 100644
--- a/misc/pciids/distinfo
+++ b/misc/pciids/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749813018
-SHA256 (pciutils-pciids-20250609-c332c32_GH0.tar.gz) = 03933a85fa9c4e4d1fe3213a3dd994cf0ef8e8777f97a64c70ed1c58944b9c01
-SIZE (pciutils-pciids-20250609-c332c32_GH0.tar.gz) = 352882
+TIMESTAMP = 1751208132
+SHA256 (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 92000b1d58b9e43e250db7a46032247592b7d52b5a378510b648aefc7ae78eef
+SIZE (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 353197
diff --git a/misc/php85-calendar/Makefile b/misc/php85-calendar/Makefile
new file mode 100644
index 000000000000..3aa1dd0de3d9
--- /dev/null
+++ b/misc/php85-calendar/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index 1c562ee71eb6..9bf258e34a65 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= libbiblesync.so:misc/biblesync \
libicui18n.so:devel/icu \
libsoup-2.4.so:devel/libsoup \
libsword.so:misc/sword \
- libuuid.so:misc/e2fsprogs-libuuid \
+ libuuid.so:misc/libuuid \
libwebkit2gtk-4.0.so:www/webkit2-gtk@40
# gettext is always needed, even if NLS is off