non port: sysutils/pacman/Makefile |
SVNWeb
|
Number of commits found: 36 |
Sat, 10 Jun 2023
|
[ 07:22 Charlie Li (vishwin) ] fd7812a
sysutils/pacman: restore WWW
Event: SouthEast LinuxFest 2023
|
[ 07:00 Charlie Li (vishwin) ] 9e436cd (Only the first 10 of 13 ports in this commit are shown above. )
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
|
Thu, 4 May 2023
|
[ 01:44 Muhammad Moinur Rahman (bofh) ] 8e44ab5
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
|
Sun, 4 Dec 2022
|
[ 22:49 Dmitry Marakasov (amdmi3) ] 6d9d6c3
*/*: update MASTER_SITES of ports I no longer host distfiles for
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 21 Oct 2021
|
[ 14:27 Stefan Eßer (se) ] e33b381
sysutils/pacman: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 7 Apr 2021
|
[ 23:19 Dmitry Marakasov (amdmi3) ] 5823922 (Only the first 10 of 288 ports in this commit are shown above. )
Remove useless Created by: headers mentioning me
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 29 Mar 2020
|
[ 10:09 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.
|
Fri, 1 Nov 2019
|
[ 17:00 amdmi3 ]
- Drop maintainership
|
Tue, 1 Oct 2019
|
[ 14:35 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
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
|
Sun, 25 Aug 2019
|
[ 12:30 amdmi3 ]
- Mark BROKEN on 13.x
|
Tue, 12 Mar 2019
|
[ 01:21 amdmi3 ]
- Update to 5.1.3
|
Sat, 29 Dec 2018
|
[ 23:13 amdmi3 ]
- Update to 5.1.2
|
Tue, 31 Jul 2018
|
[ 14:28 amdmi3 ]
- Update to 5.1.1
|
Tue, 26 Jun 2018
|
[ 14:44 amdmi3 ]
- Update to 5.1.0
|
Tue, 8 May 2018
|
[ 17:05 amdmi3 ]
- Update to 5.0.2
|
Thu, 23 Nov 2017
|
[ 18:54 amdmi3 ]
- Add missing dependency on GNU m4 [1]
- Switch to USES=localbase
- Switch to options helpers
PR: 223644 [1]
Submitted by: ed [1]
|
Sat, 26 Nov 2016
|
[ 23:41 jhale ] (Only the first 10 of 46 ports in this commit are shown above. )
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.
|
Tue, 1 Nov 2016
|
[ 01:28 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
devel/pkgconf doesn't search under lib/pkgconfig by default
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 30 Mar 2016
|
[ 07:19 bapt ]
Remove uneeded dependency on GNU m4
|
Thu, 17 Mar 2016
|
[ 09:09 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)
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Sun, 25 Jan 2015
|
[ 02:55 amdmi3 ]
- Update to 4.2.0
- Fix pkg-deinstall
|
Sat, 29 Nov 2014
|
[ 01:48 amdmi3 ]
- Clarify LICENSE
- Switch configs to @sample
- List empty dir in plist
|
Tue, 23 Sep 2014
|
[ 18:56 amdmi3 ]
- Drop @dirrm* from plist
- Use newer plist practices
|
Sun, 11 May 2014
|
[ 16:47 amdmi3 ]
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Add missing bash dependency
|
Mon, 16 Dec 2013
|
[ 17:40 amdmi3 ] (Only the first 10 of 52 ports in this commit are shown above. )
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
|
Sun, 20 Oct 2013
|
[ 19:20 jhale ] (Only the first 10 of 32 ports in this commit are shown above. )
- 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
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 12 Jul 2013
|
[ 15:01 amdmi3 ] (Only the first 10 of 229 ports in this commit are shown above. )
- 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
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- 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
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 25 Jan 2013
|
[ 00:41 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/
|
Number of commits found: 36 |