aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* ports-mgmt/pkg-devel: update to 1.20.99.12Baptiste Daroussin2024-03-262-5/+5
| | | | | | | Changes from 1.20.99.11 to 1.20.99.12 - ECC signature: plenty of fixes - plist now have a "@var key value" to deal with %%KEY%% variables - upgrade sqlite to latest version
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-244-4/+4
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* ports-mgmt/py-pnu-portstreelint: Update to 1.2.1Hubert Tournier2024-03-242-4/+4
| | | | | ChangeLog: https://github.com/HubTou/portstreelint/releases/tag/1.2.1 PR: 277912
* Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENVTijl Coosemans2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And remove it from individual ports. Use WRK_ENV in custom build commands where necessary. FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes /etc/make.conf if it exists. This happens when you run make in a port directory but it also happens when the upstream build system uses make. This commit disables make.conf inclusion in the latter case because users can define variables like CFLAGS in make.conf that override ports framework variables and this can cause problems that are difficult to diagnose. If there are any build customisations made through make.conf that stop working because of this commit then they should be made available by the ports tree through some mechanism, e.g. an option in a port. Some ports were picking up variables from Poudriere make.conf and required fixes: - astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV. - games/zhlt: Add ARCH to MAKE_ENV. - graphics/tachyon: Upstream ARCH is not ports tree ARCH. Set ALL_TARGET=bsd so upstream ARCH is defined correctly. Enable multi-threading support while here. PR: 277455 Exp-run by: antoine
* lang/rust: Bump revisions after 1.77.0Mikael Urankar2024-03-232-2/+2
| | | | PR: 277786
* ports-mgmt/portupgrade: unbreak for Ruby 3.2+Eugene Grosbein2024-03-211-1/+7
| | | | | | | portupgrade fails with an error "undefined method `exists?' for File:Class" if used with Ruby 3.2+ (seems it removed alias "exists?" for method "exist?"). Fix it. Bump PORTREVISION.
* ports-mgmt/genplist: Move man pages to share/manNuno Teixeira2024-03-201-2/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/py-pnu-portstreelint: New port: FreeBSD ports tree lintHubert Tournier2024-03-204-0/+41
| | | | | | | | | | | | | | - Submitter becomes maintainer The portstreelint utility checks the FreeBSD ports tree Index and some parts of the ports' Makefiles for errors and warnings. By default it will scan the whole port tree, but you can select a subset of the ports by specifying lists of categories, maintainers and ports names. WWW: https://github.com/HubTou/portstreelint PR: 277824
* ports-mgmt/portsreinstall: Move man pages to share/manChristian Weisgerber2024-03-193-4/+32
| | | | Approved by: portmgr (blanket)
* ports-mgmt/portgraph: bump to 0.1.0Loïc Bartoletti2024-03-172-5/+5
|
* ports-mgmt/mkreadmes: Move man pages to share/manChristian Weisgerber2024-03-162-5/+6
| | | | Approved by: portmgr (blanket)
* ports-mgmt/portsnap: Fix typo in EXPIRATION_DATEMuhammad Moinur Rahman2024-03-151-1/+1
| | | | Reported by: lbartoletti
* ports-mgmt/pkg-devel: update to 1.20.99.11Baptiste Daroussin2024-03-152-5/+5
| | | | | | | Last release before 1.21! Changes: - the solver now excludes from its plan the removal of packages marked as locked or vital
* */*: convert Makefile patches to MAKE_ARGS after "Move man pages to share/man"Vladimir Druzenko2024-03-102-6/+4
| | | | | | | Replaced patches for Makefiles with "MAKE_ARGS+=MANDIR=${PREFIX}/share/man" Reported by: danfe, mat Approved by: portmgr (blanket)
* ports-mgmt/portsnap: Mark DEPRECATEDMuhammad Moinur Rahman2024-03-091-0/+3
| | | | | - portsnap infrastructure will be removed after the EOL of 13.X - Set EXPIRATION_DATE 2026-01-31
* ports-mgmt/pkg-devel: update to 1.20.99.10Baptiste Daroussin2024-03-073-5/+6
| | | | | | | | | | | | | | | | | | Changes: - fix trigger validation schema - use data.pkg instead of packagesite.pkg if available - update bundled curl to 8.6.0 - update bundled libucl to latest version - data.pkg now receives the groups - lock and meta files are now saved under /var/db/repos/<reponame>/<file> - remote databases are now stored under /var/db/repos/<reponame>/db - pkg search now supports groups - pkg rquery now supports groups - pkg now support elfhints on any byte-order on FreeBSD - behaviour change: pkg lock/unlock errors if the package stated is unavailable - pkg now supports ECDSA and EdDSA for all its signature mechanism - new pkg key command which allows to generate keys. - plenty of minor code cleanup and bug fixes.
* ports-mgmt/portmaster: Avoid make -D flagTijl Coosemans2024-03-062-1/+72
| | | | | | | | | | | Both FreeBSD make and GNU make pass command line flags to sub-makes through the MAKEFLAGS environment variable, but the flags aren't compatible and GNU make 4.4 exits with an error when it encounters flags it doesn't understand, e.g. -D. Avoid using the flag for now until ports run gmake with SETENVI. PR: 272216, 277492
* ports-mgmt/dialog4ports: Move man pages to share/manVladimir Druzenko2024-03-052-4/+8
| | | | Approved by: portmgr (blanket)
* ports-mgmt/porttools: Move manpages to share/manYasuhiro Kimura2024-03-032-3/+4
| | | | | PR: 277405 Approved by: portmgr (blanket)
* ports-mgmt/portupgrade*: Move manpages to share/manYasuhiro Kimura2024-03-036-34/+52
| | | | | PR: 277400 Approved by: portmgr (blanket)
* ports-mgmt/poudriere: Move manpages to share/manYasuhiro Kimura2024-03-032-13/+16
| | | | | PR: 277398 Approved by: portmgr (blanket)
* ports-mgmt/poudriere-devel: Move man pages to share/manDaniel Engberg2024-03-022-13/+16
| | | | Approved by: portmgr (blanket)
* ports-mgmt/hs-panopticum: Switch to GHC 9.4Gleb Popov2024-03-021-0/+2
|
* ports-mgmt/hs-cabal2tuple: Chase GHC update.Gleb Popov2024-03-022-174/+159
|
* */*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VERMichael Osipov2024-02-284-13/+20
| | | | | | | | | | | | | When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER) depending ports will still depend on latest version (devel/subversion) instead of LTS one (devel/subversion-lts). This will cause dependency conflicts when packages are distributed with Poudriere, namely pkg(8) will report them and fail to install. Make all affected ports properly depend on the right port based on the value set in WITH_SUBVERSION_VER. Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D43864
* ports-mgmt/pkg-provides: Install man pages under share/manJoseph Mingrone2024-02-271-3/+3
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* ports-mgmt/bsdadminscripts2: Update manpage location ↵Po-Chuan Hsieh2024-02-212-10/+21
| | | | (003a571d1d6585196545295efc181514f171c4c4, r523104)
* lang/rust: Bump revisions after 1.76.0Mikael Urankar2024-02-192-2/+2
| | | | PR: 276920
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2024-02-114-4/+4
| | | | PR: 276530
* ports-mgmt/pkg_replace: Update to 20240205Ken DEGUCHI2024-02-082-4/+4
| | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/releases/tag/20240205 Improved handling of SUBPACKAGES feature. PR: 276827 Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* ports-mgmt/pkg_replace: Update to 20240131Koichiro Iwao2024-01-312-4/+4
| | | | | PR: 276742 Changes: https://github.com/kdeguchi/pkg_replace/releases/tag/20240131
* ports-mgmt/pkg_tree: moving manpages to share/manTatsuki Makino2024-01-272-3/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/pchecker: Update to 1.27Alex Kozlov2024-01-242-4/+4
|
* ports-mgmt/pkg: move manpage to share/manBaptiste Daroussin2024-01-232-44/+45
|
* ports-mgmt/pkg-devel: update to 1.20.99.9Baptiste Daroussin2024-01-233-49/+50
| | | | | | | | | | | | | | | | | Changes from 1.20.99.8 to 1.20.99.9 - pkgbase: .snap now comes after .alpha in versionning - update: lock pkg update to avoid concurrent instance of pkg update to compete - bundled sqlite: update to 3.45.0 - bootstrap now accepts -y - update bundled curl to 8.5.0 - New PKG_ISCHROOTED env var for scripts so they can grow the knowledge they are being run in a pkg -c chroot environement - update autosetup to 7.1 - lots of small code optimizations - remove now unsupported arm architectures - refactor pkg_repo_create API to make it more flexible, while here document it - repo: to not generate anymore the meta.{pkg,txz} which is unused since pkg 1.13 - manpages have been moved to share/man
* ports-mgmt/poudriere-devel: update to 20240122 snapshotBaptiste Daroussin2024-01-223-25/+12
| | | | | | Changes: - modernization of the webui - finish cleaning out the cached
* ports-mgmt/portupdate-scan: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-2/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/portfind: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-2/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/psearch: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-2/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/pkg_search: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-2/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/portless: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-3/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/synth: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-212-3/+3
| | | | Approved by: portmgr (blanket)
* ports-mgmt/pkg_replace: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-2/+2
| | | | Approved by: portmgr (blanket)
* ports-mgmt/wanted-ports: Man page cleanupMatthew Seaman2024-01-211-3/+3
| | | | Move the man page to ${PREFIX}/share/man/man1
* ports-mgmt/pkgs_which: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-7/+6
| | | | Approved by: portmgr (blanket)
* ports-mgmt/poudriere: release 3.4.1Baptiste Daroussin2024-01-153-28/+29
| | | | | | | | | Changes: - fix GPT+ZFS boot partition creation - update web components - allow native compilation for armv6 on armv7 - fix poudriered - add support for mlock (needed for dotnet)
* ports-mgmt/pkg_jail: use ${PREFIX}/share/manDirk Meyer2024-01-112-9/+10
|
* MAN?PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-109-17/+24
|
* MAN[1-5]PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-091-2/+3
|
* lang/rust: Bump revisions after 1.75.0Mikael Urankar2024-01-092-2/+2
| | | | PR: 276033