aboutsummaryrefslogtreecommitdiff
path: root/sysutils/coreutils
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/coreutils: Update 9.7 => 9.9jharris3 days3-9/+5
| | | | | | | | | | Announce: https://lists.gnu.org/archive/html/coreutils-announce/2025-09/msg00000.html https://lists.gnu.org/archive/html/coreutils-announce/2025-11/msg00000.html Fix "Warning: you need USES=ssl". PR: 291700
* sysutils/coreutils: Update 9.6 => 9.7Collin Funk2025-04-202-4/+4
| | | | | | | | Changelog: https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00006.html PR: 286027 Approved by: jharris@widomaker.com (maintainer)
* sysutils/coreutils: update 9.5 → 9.6Älven2025-02-032-8/+9
| | | | | | | | ChangeLog: https://lists.gnu.org/archive/html/info-gnu/2025-01/msg00008.html PR: 284123 Reported by: alster@vinterdalen.se Approved by: jharris@widomaker.com (maintainer, timeout > 2 weeks)
* sysutils/coreutils: Fix GMP optionDaniel Engberg2024-09-151-4/+7
| | | | | | | Toggle is libgmp not gmp, while at adjust layout in Makefile PR: 281075 Approved by: portmgr (maintainer timeout, 2+ weeks)
* sysutils/coreutils: update 9.4 → 9.5, fix CVE-2024-0684Älven2024-08-263-33/+8
| | | | | | | | | Release annonce: https://lists.gnu.org/archive/html/coreutils-announce/2024-03/msg00000.html PR: 281063 Approved by: jharris@widomaker.com (maintainer) MFH: 2024Q3
* sysutils/coreutils: Fix malformed conditional expressionLi-Wen Hsu2024-02-271-3/+6
|
* sysutils/coreutils: Fix build on i386Martin Birgmeier2024-02-271-0/+3
| | | | | PR: 277277 Approved by: maintainer
* sysutils/coreutils: Fix build with clang 18Dimitry Andric2024-02-272-0/+25
| | | | | PR: 277280 Approved by: maintainer
* sysutils/coreutils: Update to 9.4Collin Funk2024-02-233-5/+8
| | | | | | | | ChangeLog: https://lists.gnu.org/archive/html/info-gnu/2023-08/msg00007.html PR: 277055 Reported by: collin.funk1@gmail.com Approved by: jharris@widomaker.com (maintainer)
* sysutils/coreutils: Impelled to share/manMuhammad Moinur Rahman2024-01-232-105/+107
| | | | Approved by: portmgr (blanket)
* sysutils/coreutils: Mark as PIE_UNSAFE.Alexander Leidinger2023-01-161-0/+1
| | | | | | | There is no error message, but libstdbuf.so is not created. PR: 268924 Approved by: maintainer
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/coreutils: update to 9.1Piotr Kubaj2022-08-133-15/+12
| | | | | PR: 265770 Approved by: jharris@widomaker.com (maintainer)
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/idutils: Resolve conflict with coreutilsTobias Kortkamp2021-02-271-2/+0
| | | | | | | | | | | | | | | | | pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the same place). Problematic file: /usr/local/bin/gid For lack of a better solution resolve this by prefixing gid with a g. It is now installed as ggid. linux-gid and sh-utils no longer seem to exist in the tree, so drop CONFLICTS completely. PR: 224985 Submitted by: Trond.Endrestol@ximalas.info Approved by: peterj (maintainer timeout, 3 years) Notes: svn path=/head/; revision=566675
* sysutils/coreutils: update to 8.32Loïc Bartoletti2020-06-192-6/+6
| | | | | | | | | | | | | - Update to 8.32 - Fix order (pet portlint) PR: 247332 Submitted by: jharris@widomaker.com (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25313 Notes: svn path=/head/; revision=539580
* Drop workaround for qemu-user-static hang after r517350Jan Beich2019-11-131-4/+0
| | | | | | | | | | | | GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an emulated application but no longer hangs. While the behavior differs from real hardware it matches the one from before r456518 that was hardcoded as gl_cv_func_printf_enomem=no workaround. PR: 224740 Notes: svn path=/head/; revision=517376
* - Update GNU coreutils to the latest version 8.31Alexey Dokuchaev2019-03-133-11/+8
| | | | | | | | | | | | | | | | | | | | | | - Enable tests via our framework (set the TEST_TARGET) - Remove MAKE_JOBS_UNSAFE which was added in r306718 (due to "help2man: can't get '--help' info from man/stty.td/stty") as it looks like this very error had been fixed long time ago, per their ChangeLog: 2015-03-06 Padraig Brady <P@draigBrady.com> build: fix make dependencies for test.1 In certain parallel build situations this would give the error: help2man: can't get `--help' info from man/test.td/[ Makefile:14189: recipe for target 'man/test.1' failed That said, the port should have been jobs-safe for about four years now, but for some strange reason nobody had noticed that. Approved by: maintainer Notes: svn path=/head/; revision=495588
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* sysutils/coreutils: update to 8.30Fernando Apesteguía2018-09-262-13/+14
| | | | | | | | | | | | | | | Also reorder some variables. Announcement: http://lists.gnu.org/archive/html/coreutils-announce/2018-07/msg00000.html PR: 231573 Submitted by: pkubaj@anongoth.pl Approved by: tcberner (mentor, implicit), jharris@widomaker.com (maintainer) Notes: svn path=/head/; revision=480746
* Skip ENOMEM check for printf when building with qemu, this makesAntoine Brodin2018-03-171-0/+4
| | | | | | | | | | | configure hang PR: 224740 Reported by: pkg-fallou MFH: 2018Q1 Notes: svn path=/head/; revision=464774
* - Update to 8.28Frederic Culot2017-11-163-3/+6
| | | | | | | | | PR: 223345 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: jharris@widomaker.com (maintainer) Notes: svn path=/head/; revision=454310
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* sysutils/coreutils: 8.23 -> 8.25Kurt Jaeger2016-02-266-40/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | - cp now correctly copies files with a hole at the end of the file, and extents allocated beyond the apparent size of the file. That combination resulted in the trailing hole not being reproduced. - cut --fields no longer outputs extraneous characters on some uClibc configs. - install -D again copies relative file names when absolute file names are also specified along with an absolute destination directory name. - ls no longer prematurely wraps lines when printing short file names. - mv no longer causes data loss due to removing a source directory specified multiple times, when that directory is also specified as the destination. - shred again uses defined patterns for all iteration counts. - sort --debug -b now correctly marks the matching extents for keys that specify an offset for the first field. - tail -F now works with initially non existent files on a remote file system. Please note: usability issue for 'ls' is discussed in http://lists.gnu.org/archive/html/coreutils/2016-02/msg00000.html PR: 206512 Submitted by: w.schwarzenfeld@aon.at Approved by: jharris@widomaker.com (maintainer) Notes: svn path=/head/; revision=409637
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-032-6/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* sysutils/coreutils: add CPE informationBartek Rutkowski2015-03-171-2/+3
| | | | | | | | | | - Maintainer's timeout (jharris@widomaker.com) PR: 198235 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=381505
* Cleanup plistAntoine Brodin2014-11-221-49/+0
| | | | Notes: svn path=/head/; revision=373038
* sysutils/coreutils: fix pkg-plist for NLS=offKurt Jaeger2014-08-031-48/+48
| | | | | | | | PR: 192309 Submitted by: mat Notes: svn path=/head/; revision=363863
* sysutils/coreutils: avoid rebuilding WRKSRC/doc/coreutils.infoKurt Jaeger2014-08-011-0/+1
| | | | | | | | PR: 192309 Submitted by: Martin Birgmeier <la5lbtyi@aon.at> Notes: svn path=/head/; revision=363756
* sysutils/coreutils: 8.22 -> 8.23Kurt Jaeger2014-08-013-86/+52
| | | | | | | | | | - fix CONFLICTS PR: 192304 Submitted by: jharris@widomaker.com (maintainer) Notes: svn path=/head/; revision=363702
* - Submitter take maintainershipPhilippe Audeoud2014-06-271-4/+2
| | | | | | | | | | - While I'm here use tar:xz PR: ports/191409 Submitted by: jharris@widomaker.com Notes: svn path=/head/; revision=359511
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* sysutils/coreutils: Reset maintainerJohn Marino2014-06-101-2/+2
| | | | | | | Three consecutive PR timeouts... Notes: svn path=/head/; revision=357304
* - Add missing dependency on iconv.Tijl Coosemans2014-02-121-3/+3
| | | | | | | - Fix GMP option. Notes: svn path=/head/; revision=343907
* - Fix package buildMartin Wilke2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343591
* - Unbreak buildMartin Wilke2014-02-102-0/+7
| | | | Notes: svn path=/head/; revision=343583
* - update to 8.22Jason Helfman2014-01-244-50/+116
| | | | | | | | | | | | | | | | - support staging, strip libraries - trim master_site - use option helpers - shift away from inclusion of bsd.port.pre.mk as bsd.port.options.mk can test OSVERSION (less expensive) - patch of Makefile was merged upstream so removed patch PR: 185599 Submitted by: jgh@ (myself) Approved by: maintainer timeout, jharris@widomaker.com ( 15 days ) Notes: svn path=/head/; revision=340873
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327370
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Fix build when NLS is disabledBryan Drewery2013-02-072-1/+12
| | | | | | | | | | | | PR: ports/174021 [1] PR: ports/175745 [2] Reported by: Rusty Nejdl <rnejdl@ringofsaturn.com> [1] Reported by: Z Beeblebrox <zaphod@berentweb.com> [2] Approved by: maintainer timeout Obtained from: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=88a6201 Notes: svn path=/head/; revision=311871
* - Fix reinstall/upgrade trying to use gmkdir since itBryan Drewery2012-10-302-0/+14
| | | | | | | | | | | | | | | was detected during build [1] - Mark MAKE_JOBS_UNSAFE: help2man: can't get '--help' info from man/stty.td/stty gmake[2]: *** [man/stty.1] Error 127 gmake[2]: *** Waiting for unfinished jobs.... PR: ports/173218 [1] Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=306718
* Fix plist, as reported by redports.Raphael Kubo da Costa2012-10-301-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306663
* Depend on Perl at build time.Raphael Kubo da Costa2012-10-291-0/+2
| | | | | | | | | | Reported by Giacomo Olgeni <g.olgeni@colby.it> via private mail. PR: ports/173047 Feature safe: yes Notes: svn path=/head/; revision=306649
* Update to 8.20.Raphael Kubo da Costa2012-10-294-36/+8
| | | | | | | | | PR: ports/173047 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306628