Port details |
- pacman Package manager from Arch Linux
- 6.1.0 sysutils =3 6.1.0Version of this port present on the latest quarterly branch.
- Maintainer: vishwin@FreeBSD.org
- Port Added: 2013-01-25 00:41:36
- Last Update: 2024-06-24 18:25:57
- Commit Hash: 212587c
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- License: GPLv2+
- WWW:
- https://pacman.archlinux.page/
- Description:
- pacman is a utility which manages software packages in Linux. It
uses simple compressed files as a package format, and maintains a
text-based package database (more of a hierarchy), just in case
some hand tweaking is necessary.
pacman does not strive to "do everything." It will add, remove and
upgrade packages in the system, and it will allow you to query the
package database for installed packages, files and owners. It also
attempts to handle dependencies automatically and can download
packages from a remote server.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/pacman/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/pacman
- pkg install pacman
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pacman
- Package flavors (<flavor>: <package>)
- default: pacman
- archlinux: archlinux-pacman
- distinfo:
- TIMESTAMP = 1717093084
SHA256 (pacman-6.1.0.tar.xz) = 5a60ac6e6bf995ba6140c7d038c34448df1f3daa4ae7141d2cad88eeb5f1f9d9
SIZE (pacman-6.1.0.tar.xz) = 895640
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- a2x : textproc/asciidoc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- bash : shells/bash
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libcurl.so : ftp/curl
- libgpgme.so : security/gpgme
- libarchive.so.13 : archivers/libarchive
- This port is required by:
- for Run
-
- security/archlinux-keyring
Configuration Options:
- ===> The following configuration options are available for pacman-6.1.0:
CURL=on: Use libcurl fetcher instead of external curl/wget
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
GPGME=on: Use GPGME for PGP signature verification
===> Use 'make config' to modify these settings
- Options name:
- sysutils_pacman
- USES:
- cpe libarchive localbase meson perl5 pkgconfig python:build shebangfix ssl tar:xz
- pkg-message:
- For install:
- Default pacman root directory (the one it will install packages into) is
To change it (and to define package repositories to use), see
/usr/local/etc/pacman.conf
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.0 24 Jun 2024 18:25:57 |
Charlie Li (vishwin) |
sysutils/pacman: fix MAINTAINER line
Not sure how this was missed way back when |
6.1.0 23 Jun 2024 18:07:32 |
Charlie Li (vishwin) |
sysutils/pacman: update to 6.1.0
Update MASTER_SITES and WWW
Event: BSDCan 2024
Event: SouthEast LinuxFest 2024
Event: ARRL/RAC Field Day 2024 |
6.0.2_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
6.0.2 10 Jun 2023 07:22:08 |
Charlie Li (vishwin) |
sysutils/pacman: restore WWW
Event: SouthEast LinuxFest 2023 |
6.0.2 10 Jun 2023 07:00:34 |
Charlie Li (vishwin) |
sysutils/pacman: update to 6.0.2
New to this version is the archlinux FLAVOR to manage an Arch Linux
userland for the Linuxulator. It installs into/manages /compat/archlinux
to not conflict with the linux-c7 ports, similar to sysutils/debootstrap.
Reviewed by: fluffy, trasz
Event: BSDCan 2022
Event: SouthEast LinuxFest 2022
Event: SouthEast LinuxFest 2023
Differential Revision: https://reviews.freebsd.org/D33652 |
5.1.3_1 04 May 2023 01:44:27 |
Muhammad Moinur Rahman (bofh) |
sysutils/pacman: Mark BROKEN on 14
- Fails at configure stage with
configure: error: *** gpgme >= 1.3.0 is needed for GPG signature
support
Although gpgme>=1.3.0 is installed
- Pet portlint |
5.1.3_1 04 Dec 2022 22:49:55 |
Dmitry Marakasov (amdmi3) |
*/*: update MASTER_SITES of ports I no longer host distfiles for |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.1.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.1.3_1 21 Oct 2021 14:27:14 |
Stefan Eßer (se) |
sysutils/pacman: Add CPE information
Approved by: portmgr (blanket) |
5.1.3_1 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
5.1.3_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
5.1.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.1.3_1 29 Mar 2020 10:09:18 |
tobik |
sysutils/pacman: Unbreak build on FreeBSD >= 12.1
ld: error: ../../lib/libalpm/.libs/libalpm.so: undefined reference to MD5_Final
ld: error: ../../lib/libalpm/.libs/libalpm.so: undefined reference to MD5_Init
ld: error: ../../lib/libalpm/.libs/libalpm.so: undefined reference to MD5_Update
ld: error: ../../lib/libalpm/.libs/libalpm.so: undefined reference to
SHA256_Final
ld: error: ../../lib/libalpm/.libs/libalpm.so: undefined reference to
SHA256_Init
ld: error: ../../lib/libalpm/.libs/libalpm.so: undefined reference to
SHA256_Update
http://beefy6.nyi.freebsd.org/data/121amd64-default/529299/logs/errors/pacman-5.1.3.log
Add missing -lcrypto to SSL_LIBS and make sure libalpm is linked
directly with it instead of indirectly through dependencies. |
5.1.3 01 Nov 2019 17:00:09 |
amdmi3 |
- Drop maintainership |
5.1.3 01 Oct 2019 14:35:24 |
bapt |
Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4
Differential Revision: https://reviews.freebsd.org/D21835 |
5.1.3 25 Aug 2019 12:30:47 |
amdmi3 |
- Mark BROKEN on 13.x |
5.1.3 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
5.1.3 12 Mar 2019 01:21:47 |
amdmi3 |
- Update to 5.1.3 |
5.1.2 29 Dec 2018 23:13:16 |
amdmi3 |
- Update to 5.1.2 |
5.1.1 31 Jul 2018 14:28:25 |
amdmi3 |
- Update to 5.1.1 |
5.1.0 26 Jun 2018 14:44:17 |
amdmi3 |
- Update to 5.1.0 |
5.0.2 08 May 2018 17:05:39 |
amdmi3 |
- Update to 5.0.2 |
4.2.0_3 23 Nov 2017 18:54:44 |
amdmi3 |
- Add missing dependency on GNU m4 [1]
- Switch to USES=localbase
- Switch to options helpers
PR: 223644 [1]
Submitted by: ed [1] |
4.2.0_2 26 Nov 2016 23:41:17 |
jhale |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
4.2.0_1 01 Nov 2016 01:28:42 |
jbeich |
devel/pkgconf doesn't search under lib/pkgconfig by default |
4.2.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.2.0 30 Mar 2016 07:19:49 |
bapt |
Remove uneeded dependency on GNU m4 |
4.2.0 17 Mar 2016 09:09:06 |
tijl |
security/gpgme: put header back in normal location.
This used to cause a conflict with security/gpgme03 but this port has been
removed many years ago now.
Approved by: jhale (maintainer) |
4.2.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
4.2.0 25 Jan 2015 02:55:49 |
amdmi3 |
- Update to 4.2.0
- Fix pkg-deinstall |
4.0.3_4 29 Nov 2014 01:48:20 |
amdmi3 |
- Clarify LICENSE
- Switch configs to @sample
- List empty dir in plist |
4.0.3_4 23 Sep 2014 18:56:46 |
amdmi3 |
- Drop @dirrm* from plist
- Use newer plist practices |
4.0.3_3 11 May 2014 16:47:58 |
amdmi3 |
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Add missing bash dependency |
4.0.3_2 16 Dec 2013 17:40:14 |
amdmi3 |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
4.0.3_2 20 Oct 2013 19:20:16 |
jhale |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
4.0.3_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
4.0.3_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.0.3_1 12 Jul 2013 15:01:46 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
4.0.3_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
4.0.3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.0.3 25 Jan 2013 00:41:19 |
amdmi3 |
- Add pacman, Arch linux package manager.
pacman is a utility which manages software packages in Linux. It
uses simple compressed files as a package format, and maintains a
text-based package database (more of a hierarchy), just in case
some hand tweaking is necessary.
pacman does not strive to "do everything." It will add, remove and
upgrade packages in the system, and it will allow you to query the
package database for installed packages, files and owners. It also
attempts to handle dependencies automatically and can download
packages from a remote server.
WWW: https://www.archlinux.org/pacman/ |