This project is mirrored from https://git.freebsd.org/ports.git.
Pull mirroring updated .
- Jul 18, 2022
-
-
Jochen Neumeister authored
Changelog: https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/EvvZnF-wh14 https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/ZghhNaaxnUA Sponsored by: Netzkommune GmbH
-
Lorenzo Salvadore authored
- Update to latest snapshot. - Take maintainership: since I am getting more and more involved with gcc ports, I believe it is time to adopt one.
-
- Jul 17, 2022
-
-
TAKATSU Tomonari authored
-
Danilo G. Baio authored
textproc/po4a v0.67 has patches that help the FreeBSD translation workflow.
-
Yuri Victorovich authored
svnlite is discontinued. Reported by: fluffy@
-
Yuri Victorovich authored
It was failing with database/sqlite3 version mismatch errors.
-
Yuri Victorovich authored
arm64 has build failures related to libgcc_s.so.1. This change might cure these failures.
-
Dmitri Goutnik authored
=> Attempting to fetch https://codeload.github.com/openshift/cluster-api-provider-gcp/tar.gz/4dc702fd57a5?dummy=/openshift-cluster-api-provider-gcp-4dc702fd57a5_GH0.tar.gz ... => Fetched file size mismatch (expected 7726869, actual 7726871) PR: 262922 Reported by: fallout
-
Danilo G. Baio authored
- Patches removed were incorporated upstream. Changelog: https://github.com/mquinson/po4a/blob/v0.67/NEWS
-
Ryan Steinmetz authored
-
Dima Panov authored
Tcl/Tk 8.6 is latest release which togl can use
-
Dmitri Goutnik authored
> navidrome-ui@0.1.0 build > react-scripts build /tmp/build658888734.sh: react-scripts: not found *** Error code 127 PR: 261581 Reported by: fallout
-
Richard Gallamore authored
Changes: https://manual.seafile.com/changelog/server-changelog/
-
Yuri Victorovich authored
Reported by: portscout
-
Yuri Victorovich authored
-
Yuri Victorovich authored
Reported by: portscout
-
Yuri Victorovich authored
Reported by: portscout
-
Dmitri Goutnik authored
services/docker/docker.go:405:23: cannot use 16348065792 (untyped int constant) as int value in map literal (overflows) Make constant literal int64 on all archs. Reported by: fallout Approved by: portmgr (blanket, build fix)
-
Dmitri Goutnik authored
vendor/github.com/shirou/gopsutil/v3/process/process_freebsd.go:118:9: cannot use k.Start.Sec * 1000 + k.Start.Usec / 1000 (value of type int32) as type int64 in return statement Convert process.Timespec fields to int64 on all archs. Reported by: fallout Approved by: portmgr (blanket, build fix)
-
Yuri Victorovich authored
Reported by: portscout
-
Yuri Victorovich authored
Reported by: portscout
-
Yuri Victorovich authored
Reported by: portscout
-
Yuri Victorovich authored
Reported by: portscout
-
Stefan Eßer authored
Charlie Li <vishwin@freebsd.org> requests a revert of the addition of this port, since it needs updates to wase-libc and wasi-libc++ to be used. The support for LLVM-14 has been worked on since May of 2022, with a number of unresolved issues remaining (see reviews D35286 to D35389). The "make index" breakage for LLVM_DEFAULT=14 has been dealt with by enforcing use of LLVM-13 for www/firefox (in commit 6b2cf7d7). This reverts commit febcdcce.
-
Larry Rosenman authored
-
Stefan Eßer authored
The espeak package has been replaced by espeak-ng, but since the pkg command does not understand that the latter replaces the former, it is possible that "pkg upgrade" tries to install espeak-ng on a system that already has espeak installed. Create and plan to keep the CONFLICTS_INSTALL entry for some time in order to let the pkg command know that it cannot install espeak-ng without prior deinstallation of espeak.
-
Matthew Seaman authored
ChangeLog: https://github.com/pytest-dev/pytest-metadata/blob/v2.0.2/CHANGES.rst
-
TAKATSU Tomonari authored
-
Kurt Jaeger authored
Submitted-by: fluffy
-
Dmitri Goutnik authored
vendor/github.com/minio/mc/pkg/disk/stat_freebsd.go:38:41: cannot use st.Atimespec.Sec (variable of type int32) as type int64 in argument to strconv.FormatInt vendor/github.com/minio/mc/pkg/disk/stat_freebsd.go:38:89: cannot use st.Atimespec.Nsec (variable of type int32) as type int64 in argument to strconv.FormatInt vendor/github.com/minio/mc/pkg/disk/stat_freebsd.go:51:41: cannot use st.Mtimespec.Sec (variable of type int32) as type int64 in argument to strconv.FormatInt vendor/github.com/minio/mc/pkg/disk/stat_freebsd.go:51:89: cannot use st.Mtimespec.Nsec (variable of type int32) as type int64 in argument to strconv.FormatInt Convert syscall.Timespec fields to int64 on all archs. Reported by: fallout Approved by: portmgr (blanket, build fix)
-
Yuri Victorovich authored
... that got removed from the port after the upstream refactored the build and switched to GNU Make. Special target 'cli' should be added for gmic executable to be built. Reported by: Andrea Venturoli <ml@netfence.it>
-
Stefan Eßer authored
In a discussion with members of the port managers team (tcberner, rene) the issue of conflicting package base names came up. I have offered to create portlint checks for 2 possible Makefile issues: 1) Conflicting use of ${PKGBASE} of an existing port. 2) Multiple flavors resulting in the same ${PKGBASE}. The attached patch adds checks for both possible issues: 1) Check for the existence of the new PKGBASE in the INDEX file (if present) and warn if it is used for a different ORIGIN. 2) Generate PKGBASE for all FLAVORS and check for duplicates. PR: 263807
-
Dima Panov authored
PR: 264306 MFH: 2022Q3
-
TAKATSU Tomonari authored
-
Thomas Zander authored
MFH: 2022Q3
-
Chris authored
- submiter becomes maintainer - switch to DISTVERSION ChangeLog: https://sourceforge.net/p/lgames/news/2021/01/lgeneral-144-released/ PR: 265257
-
Nuno Teixeira authored
ChangeLog: https://sourceforge.net/p/courier/courier.git/ci/master/tree/courier-sox/ChangeLog PR: 255334 Approved by: maintainer timeout > 1 month
-
Dmitri Goutnik authored
vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go:60:1: syntax error: non-declaration statement outside function body vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go:1798:3: misplaced compiler directive vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go:1804:1: syntax error: non-declaration statement outside function body vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go:1944:1: syntax error: non-declaration statement outside function body vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go:400:3: misplaced compiler directive vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go:403:1: syntax error: non-declaration statement outside function body vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:606:3: misplaced compiler directive vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:609:1: syntax error: non-declaration statement outside function body Remove patches merged upstream. Reported by: fallout Approved by: portmgr (blanket, build fix)
-