aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pacman
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/pacman: Unbreak build on FreeBSD >= 12.1Tobias Kortkamp2020-03-291-5/+3
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=529787
* - Drop maintainershipDmitry Marakasov2019-11-011-1/+1
| | | | Notes: svn path=/head/; revision=516253
* Drop build dependency on GNU m4.Baptiste Daroussin2019-10-011-2/+2
| | | | | | | | | m4 from base is able to do the job, if properly wrapped to mimic GNU m4 Differential Revision: https://reviews.freebsd.org/D21835 Notes: svn path=/head/; revision=513487
* - Mark BROKEN on 13.xDmitry Marakasov2019-08-251-0/+4
| | | | Notes: svn path=/head/; revision=509792
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-1/+6
| | | | Notes: svn path=/head/; revision=508909
* - Update to 5.1.3Dmitry Marakasov2019-03-123-5/+5
| | | | Notes: svn path=/head/; revision=495409
* - Update to 5.1.2Dmitry Marakasov2018-12-294-8/+17
| | | | Notes: svn path=/head/; revision=488695
* - Update to 5.1.1Dmitry Marakasov2018-07-313-5/+5
| | | | Notes: svn path=/head/; revision=476002
* - Update to 5.1.0Dmitry Marakasov2018-06-263-29/+41
| | | | Notes: svn path=/head/; revision=473387
* - Update to 5.0.2Dmitry Marakasov2018-05-084-12/+84
| | | | Notes: svn path=/head/; revision=469384
* - Add missing dependency on GNU m4 [1]Dmitry Marakasov2017-11-231-30/+18
| | | | | | | | | | | - Switch to USES=localbase - Switch to options helpers PR: 223644 [1] Submitted by: ed [1] Notes: svn path=/head/; revision=454770
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-261-1/+1
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=427185
* devel/pkgconf doesn't search under lib/pkgconfig by defaultJan Beich2016-11-012-2/+3
| | | | Notes: svn path=/head/; revision=425042
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Remove uneeded dependency on GNU m4Baptiste Daroussin2016-03-301-1/+0
| | | | Notes: svn path=/head/; revision=412158
* security/gpgme: put header back in normal location.Tijl Coosemans2016-03-171-1/+0
| | | | | | | | | | This used to cause a conflict with security/gpgme03 but this port has been removed many years ago now. Approved by: jhale (maintainer) Notes: svn path=/head/; revision=411263
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 4.2.0Dmitry Marakasov2015-01-254-13/+48
| | | | | | | - Fix pkg-deinstall Notes: svn path=/head/; revision=377858
* - Clarify LICENSEDmitry Marakasov2014-11-293-10/+8
| | | | | | | | - Switch configs to @sample - List empty dir in plist Notes: svn path=/head/; revision=373595
* - Drop @dirrm* from plistDmitry Marakasov2014-09-234-25/+9
| | | | | | | - Use newer plist practices Notes: svn path=/head/; revision=369112
* - Support stagingDmitry Marakasov2014-05-114-31/+49
| | | | | | | | | - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Add missing bash dependency Notes: svn path=/head/; revision=353718
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵Dmitry Marakasov2013-12-161-1/+1
| | | | | | | suggested by Porter's Handbook Notes: svn path=/head/; revision=336650
* - Update security/gpgme to 1.4.3Jason E. Hale2013-10-201-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=331057
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-07-121-4/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=322840
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=322783
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add pacman, Arch linux package manager.Dmitry Marakasov2013-01-256-0/+259
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/ Notes: svn path=/head/; revision=310955