diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 1ac37bce8b2f..33859d25bfb1 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -1,90 +1,90 @@ PORTNAME= pacman -DISTVERSION= 6.1.0 +DISTVERSION= 7.0.0 CATEGORIES= sysutils MASTER_SITES= https://gitlab.archlinux.org/${PORTNAME}/${PORTNAME}/-/releases/v${DISTVERSION}/downloads/ MAINTAINER= vishwin@FreeBSD.org COMMENT= Package manager from Arch Linux WWW= https://pacman.archlinux.page/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash FLAVORS= default archlinux FLAVORS_SUB= yes default_CONFLICTS_INSTALL= archlinux-pacman archlinux_PKGNAMEPREFIX= archlinux- archlinux_CONFLICTS_INSTALL= pacman USES= cpe libarchive localbase meson perl5 pkgconfig python:build shebangfix ssl \ tar:xz CPE_VENDOR= ${PORTNAME}_project SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in \ ${WRKSRC}/scripts/libmakepkg/lint_config.sh.in BINARY_ALIAS= python3=${PYTHON_CMD} MESON_ARGS= -Droot-dir=${PACMAN_ROOT} \ --localstatedir=${PACMAN_ROOT}/var \ -Dsysconfdir=${PREFIX}/etc \ -Dcrypto=openssl USE_LDCONFIG= yes SUB_FILES= pkg-message pkg-deinstall SUB_LIST= PACMAN_ROOT="${PACMAN_ROOT}" PREFIX="${PREFIX}" PLIST_SUB= PACMAN_ROOT="${PACMAN_ROOT:C,^${PREFIX}/,,}" PORTEXAMPLES= * PKGMESSAGE= ${PKGDIR}/pkg-message-${FLAVOR:U} OPTIONS_DEFINE= CURL DOCS GPGME EXAMPLES NLS OPTIONS_DEFAULT=CURL DOCS GPGME OPTIONS_EXCLUDE=NLS # XXX: meson cannot find ngettext(3) despite gettext-runtime OPTIONS_SUB= yes CURL_DESC= Use libcurl fetcher instead of external curl/wget CURL_MESON_ENABLED= curl CURL_LIB_DEPENDS= libcurl.so:ftp/curl DOCS_MESON_ENABLED= doc DOCS_BUILD_DEPENDS= a2x:textproc/asciidoc GPGME_DESC= Use GPGME for PGP signature verification GPGME_MESON_ENABLED= gpgme GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme NLS_USES= gettext-runtime gettext-tools NLS_MESON_TRUE= i18n .if ${FLAVOR:U} == default PACMAN_ROOT= ${PREFIX}/pacman .elif ${FLAVOR:U} == archlinux ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Arch Linux itself only supports amd64 PACMAN_ROOT= /compat/archlinux PLIST_DIRS+= %%PACMAN_ROOT%%/var/cache \ %%PACMAN_ROOT%%/var \ /compat .endif .include post-patch: .if ${ARCH} == "i386" @${REINPLACE_CMD} -e '/^Architecture/ s|auto|i686|' ${WRKSRC}/etc/pacman.conf.in .endif .if ${ARCH} == "amd64" @${REINPLACE_CMD} -e '/^Architecture/ s|auto|x86_64|' ${WRKSRC}/etc/pacman.conf.in .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pacman.d post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/PKGBUILD-example.txt ${STAGEDIR}${EXAMPLESDIR}/ .include diff --git a/sysutils/pacman/distinfo b/sysutils/pacman/distinfo index 3fa1d7f90cc5..f7f588f24d9c 100644 --- a/sysutils/pacman/distinfo +++ b/sysutils/pacman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717093084 -SHA256 (pacman-6.1.0.tar.xz) = 5a60ac6e6bf995ba6140c7d038c34448df1f3daa4ae7141d2cad88eeb5f1f9d9 -SIZE (pacman-6.1.0.tar.xz) = 895640 +TIMESTAMP = 1746376035 +SHA256 (pacman-7.0.0.tar.xz) = 61cbd445d1381b4b184bc7c4e2791f07a79f0f2807b7c600399d0d08e8cd28cf +SIZE (pacman-7.0.0.tar.xz) = 903060 diff --git a/sysutils/pacman/files/patch-lib_libalpm_diskspace.c b/sysutils/pacman/files/patch-lib_libalpm_diskspace.c deleted file mode 100644 index a1dceb9cc61e..000000000000 --- a/sysutils/pacman/files/patch-lib_libalpm_diskspace.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/libalpm/diskspace.c.orig 2020-12-03 11:37:30 UTC -+++ lib/libalpm/diskspace.c -@@ -71,7 +71,7 @@ static void mount_point_list_free(alpm_list_t *mount_p - - static int mount_point_load_fsinfo(alpm_handle_t *handle, alpm_mountpoint_t *mountpoint) - { --#if defined(HAVE_GETMNTENT) -+#if HAVE_GETMNTENT - /* grab the filesystem usage */ - if(statvfs(mountpoint->mount_dir, &(mountpoint->fsp)) != 0) { - _alpm_log(handle, ALPM_LOG_WARNING, diff --git a/sysutils/pacman/pkg-plist b/sysutils/pacman/pkg-plist index 55148b63ec06..bb636fed10b8 100644 --- a/sysutils/pacman/pkg-plist +++ b/sysutils/pacman/pkg-plist @@ -1,268 +1,269 @@ bin/makepkg bin/makepkg-template bin/pacman bin/pacman-conf bin/pacman-db-upgrade bin/pacman-key bin/repo-add bin/repo-elephant bin/repo-remove bin/testpkg bin/vercmp @sample etc/makepkg.conf.d/fortran.conf.sample @sample etc/makepkg.conf.d/rust.conf.sample @sample etc/makepkg.conf.sample @sample etc/pacman.conf.sample @dir %%ETCDIR%%.d include/alpm.h include/alpm_list.h lib/libalpm.so -lib/libalpm.so.14 -lib/libalpm.so.14.0.0 +lib/libalpm.so.15 +lib/libalpm.so.15.0.0 libdata/pkgconfig/libalpm.pc libdata/pkgconfig/libmakepkg.pc share/bash-completion/completions/makepkg share/bash-completion/completions/pacman share/bash-completion/completions/pacman-key %%NLS%%share/locale/ar/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ar/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ast/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ast/LC_MESSAGES/pacman.mo %%NLS%%share/locale/bg/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/bg/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/bg/LC_MESSAGES/pacman.mo %%NLS%%share/locale/br/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/br/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/br/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ca/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ca/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ca/LC_MESSAGES/pacman.mo %%NLS%%share/locale/cs/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/cs/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/cs/LC_MESSAGES/pacman.mo %%NLS%%share/locale/da/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/da/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/da/LC_MESSAGES/pacman.mo %%NLS%%share/locale/de/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/de/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/de/LC_MESSAGES/pacman.mo %%NLS%%share/locale/el/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/el/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/el/LC_MESSAGES/pacman.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/pacman.mo %%NLS%%share/locale/eo/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/eo/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/eo/LC_MESSAGES/pacman.mo %%NLS%%share/locale/es/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/es/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/es/LC_MESSAGES/pacman.mo %%NLS%%share/locale/es_419/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/es_419/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/es_419/LC_MESSAGES/pacman.mo %%NLS%%share/locale/eu/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/eu/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/eu/LC_MESSAGES/pacman.mo %%NLS%%share/locale/eu_ES/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/eu_ES/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/eu_ES/LC_MESSAGES/pacman.mo %%NLS%%share/locale/fi/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/fi/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/fi/LC_MESSAGES/pacman.mo %%NLS%%share/locale/fr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/fr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/fr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/gl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/gl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/gl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/hr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/hr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/hu/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/hu/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/hu/LC_MESSAGES/pacman.mo %%NLS%%share/locale/id/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/id/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/id/LC_MESSAGES/pacman.mo %%NLS%%share/locale/it/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/it/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/it/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ja/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ja/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ja/LC_MESSAGES/pacman.mo %%NLS%%share/locale/kk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/kk/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ko/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ko/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ko/LC_MESSAGES/pacman.mo %%NLS%%share/locale/lt/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/lt/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/lt/LC_MESSAGES/pacman.mo %%NLS%%share/locale/nb/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/nb/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/nb/LC_MESSAGES/pacman.mo %%NLS%%share/locale/nl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/nl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/nl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pl/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pt/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pt/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pt/LC_MESSAGES/pacman.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ro/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ro/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ro/LC_MESSAGES/pacman.mo %%NLS%%share/locale/ru/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/ru/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/ru/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sk/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sl/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sl/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/pacman.mo %%NLS%%share/locale/sv/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/sv/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/sv/LC_MESSAGES/pacman.mo %%NLS%%share/locale/tr/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/tr/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/tr/LC_MESSAGES/pacman.mo %%NLS%%share/locale/uk/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/uk/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/uk/LC_MESSAGES/pacman.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pacman.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libalpm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pacman-scripts.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pacman.mo share/makepkg/autodep.sh share/makepkg/autodep/library_depends.sh share/makepkg/autodep/library_provides.sh share/makepkg/buildenv.sh share/makepkg/buildenv/buildflags.sh share/makepkg/buildenv/compiler.sh share/makepkg/buildenv/debugflags.sh +share/makepkg/buildenv/fortran.sh share/makepkg/buildenv/lto.sh share/makepkg/buildenv/makeflags.sh share/makepkg/buildenv/rust.sh share/makepkg/executable.sh share/makepkg/executable/ccache.sh share/makepkg/executable/checksum.sh share/makepkg/executable/debugedit.sh share/makepkg/executable/distcc.sh share/makepkg/executable/fakeroot.sh share/makepkg/executable/gpg.sh share/makepkg/executable/gzip.sh share/makepkg/executable/pacman.sh share/makepkg/executable/strip.sh share/makepkg/executable/sudo.sh share/makepkg/executable/vcs.sh share/makepkg/integrity.sh share/makepkg/integrity/generate_checksum.sh share/makepkg/integrity/generate_signature.sh share/makepkg/integrity/verify_checksum.sh share/makepkg/integrity/verify_signature.sh share/makepkg/lint_config.sh share/makepkg/lint_config/ext.sh share/makepkg/lint_config/paths.sh share/makepkg/lint_config/source_date_epoch.sh share/makepkg/lint_config/variable.sh share/makepkg/lint_package.sh share/makepkg/lint_package/build_references.sh share/makepkg/lint_package/dotfiles.sh share/makepkg/lint_package/file_names.sh share/makepkg/lint_package/missing_backup.sh share/makepkg/lint_pkgbuild.sh share/makepkg/lint_pkgbuild/arch.sh share/makepkg/lint_pkgbuild/arch_specific.sh share/makepkg/lint_pkgbuild/backup.sh share/makepkg/lint_pkgbuild/changelog.sh share/makepkg/lint_pkgbuild/checkdepends.sh share/makepkg/lint_pkgbuild/conflicts.sh share/makepkg/lint_pkgbuild/depends.sh share/makepkg/lint_pkgbuild/epoch.sh share/makepkg/lint_pkgbuild/fullpkgver.sh share/makepkg/lint_pkgbuild/install.sh share/makepkg/lint_pkgbuild/makedepends.sh share/makepkg/lint_pkgbuild/optdepends.sh share/makepkg/lint_pkgbuild/options.sh share/makepkg/lint_pkgbuild/package_function.sh share/makepkg/lint_pkgbuild/package_function_variable.sh share/makepkg/lint_pkgbuild/pkgbase.sh share/makepkg/lint_pkgbuild/pkglist.sh share/makepkg/lint_pkgbuild/pkgname.sh share/makepkg/lint_pkgbuild/pkgrel.sh share/makepkg/lint_pkgbuild/pkgver.sh share/makepkg/lint_pkgbuild/provides.sh share/makepkg/lint_pkgbuild/source.sh share/makepkg/lint_pkgbuild/util.sh share/makepkg/lint_pkgbuild/variable.sh share/makepkg/reproducible.sh share/makepkg/reproducible/python.sh share/makepkg/source.sh share/makepkg/source/bzr.sh share/makepkg/source/file.sh share/makepkg/source/fossil.sh share/makepkg/source/git.sh share/makepkg/source/hg.sh share/makepkg/source/local.sh share/makepkg/source/svn.sh share/makepkg/srcinfo.sh share/makepkg/tidy.sh share/makepkg/tidy/docs.sh share/makepkg/tidy/emptydirs.sh share/makepkg/tidy/libtool.sh share/makepkg/tidy/purge.sh share/makepkg/tidy/staticlibs.sh share/makepkg/tidy/strip.sh share/makepkg/tidy/zipman.sh share/makepkg/util.sh share/makepkg/util/compress.sh share/makepkg/util/config.sh share/makepkg/util/dirsize.sh share/makepkg/util/error.sh share/makepkg/util/message.sh share/makepkg/util/option.sh share/makepkg/util/parseopts.sh share/makepkg/util/pkgbuild.sh share/makepkg/util/schema.sh share/makepkg/util/source.sh share/makepkg/util/util.sh %%DOCS%%share/man/man1/makepkg-template.1.gz %%DOCS%%share/man/man5/BUILDINFO.5.gz %%DOCS%%share/man/man5/PKGBUILD.5.gz %%DOCS%%share/man/man5/alpm-hooks.5.gz %%DOCS%%share/man/man5/makepkg.conf.5.gz %%DOCS%%share/man/man5/pacman-hooks.5.gz %%DOCS%%share/man/man5/pacman.conf.5.gz %%DOCS%%share/man/man8/makepkg.8.gz %%DOCS%%share/man/man8/pacman-conf.8.gz %%DOCS%%share/man/man8/pacman-db-upgrade.8.gz %%DOCS%%share/man/man8/pacman-key.8.gz %%DOCS%%share/man/man8/pacman.8.gz %%DOCS%%share/man/man8/repo-add.8.gz %%DOCS%%share/man/man8/repo-remove.8.gz %%DOCS%%share/man/man8/testpkg.8.gz %%DOCS%%share/man/man8/vercmp.8.gz %%DATADIR%%/PKGBUILD-split.proto %%DATADIR%%/PKGBUILD-vcs.proto %%DATADIR%%/PKGBUILD.proto %%DATADIR%%/proto.install share/zsh/site-functions/_pacman @dir share/libalpm/hooks @dir share/makepkg-template @dir %%PACMAN_ROOT%% @dir %%PACMAN_ROOT%%/var/cache/pacman/pkg @dir %%PACMAN_ROOT%%/var/cache/pacman @dir %%PACMAN_ROOT%%/var/lib/pacman @dir %%PACMAN_ROOT%%/var/lib