| Port details |
- coreutils 8.12 sysutils
=68 
- The Free Software Foundation's core utilities
Maintained by: jharris@widomaker.com  Port Added: 17 Dec 2003 01:31:13
Also Listed In: textproc
License: GPLv3
The Free Software Foundation's core utilities:
basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp, csplit,
cut, date, dd, df, dir, dircolors, dirname, du, echo, env, expand, expr,
factor, false, fmt, fold, groups, head, hostid, hostname, id, install,
join, kill, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, mv, nice,
nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf, ptx, pwd,
readlink, rm, rmdir, seq, sha1sum, shred, sleep, sort, split, stat, stty,
su, sum, sync, tac, tail, tee, test, touch, tr, true, tsort, tty, uname,
unexpand, uniq, unlink, uptime, users, vdir, wc, who, whoami, yes
Similar utilities to most of these exist in the FreeBSD base system,
but many of the GNU versions have added functionality that is
useful.
Note that this port will install these utilities with a `g' prefix,
for example gdate, gexpr, and gtest, but the texinfo documentation
will refer to them without the `g' prefix.
GNU su does not support a wheel group. This port installs it
without the suid bit, unless you define WITH_SUID while building.
WWW: http://www.gnu.org/software/coreutils/ CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered. Required To Build: devel/gmake
Required Libraries: devel/gettext
There are no ports dependent upon this port
To install the port: cd /usr/ports/sysutils/coreutils/ && make install clean To add the package: pkg_add -r coreutils
Configuration Options
===> The following configuration options are available for coreutils-8.12:
GMP=off (default) "Build with GNU Multiple Precision Arithmetic Library"
===> Use 'make config' to modify these settings
- Master Sites:
- http://ftp.gnu.org/gnu/coreutils/
- ftp://ftp.gnu.org/gnu/coreutils/
- http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/coreutils/
- http://mirrors.usc.edu/pub/gnu/coreutils/
- ftp://ftp.kddlabs.co.jp/GNU/coreutils/
- ftp://ftp.dti.ad.jp/pub/GNU/coreutils/
- http://ring.nict.go.jp/archives/GNU/coreutils/
- ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/coreutils/
- ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/coreutils/
- ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/coreutils/
- http://ftp.funet.fi/pub/gnu/prep/coreutils/
- ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
|
Number of commits found: 37
| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
02 Nov 2011 17:33:16
8.12
|
crees  |
- Rename gstat to gnustat; otherwise it collides with base gstat (for geom) [1]
- Correct REINPLACE for permissions; \+ is a special character in a BRE
PR: ports/160060
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Reviewed by: Jason Hellenthal, wxs, eadler
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) |
30 Jun 2011 00:07:17
8.12
|
wxs  |
- No need to specify CPPFLAGS in CONFIGURE_ENV.
Submitted by: sunpoet@ |
28 Jun 2011 00:10:40
8.12
|
wxs  |
- Update to 8.12.
PR: ports/157808
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout |
19 Mar 2011 12:38:54
8.5
|
miwi  |
- Get Rid MD5 support |
23 Aug 2010 12:06:42
8.5
|
pav  |
- Disable tests for now, they hang on pointyhat
Reported by: pointyhat
Ok'ed by: wxs |
20 Aug 2010 19:10:38
8.5
|
wxs  |
Update to 8.5
PR: ports/148822
Submitted by: Klaus Aehlig <aehlig@linta.de>
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) |
04 Jun 2010 08:09:20
7.5_1
|
pav  |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr |
31 May 2010 02:01:56
7.5_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
25 Apr 2010 15:31:17
7.5
|
makc  |
Some utils link with gmp library if exists.
Add optional dependency on math/gmp and disable gmp support
properly when it's not needed.
PR: ports/146027
Reported by: Craig Leres <leres at ee.lbl.gov> |
15 Sep 2009 23:47:45
7.5
|
garga  |
Update to 7.5
PR: ports/138083
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout (3 weeks)
Feature safe: yes |
29 Aug 2008 02:36:25
6.9_3
|
koitsu  |
Fixup for my previous commit/patch.
- OSVERSION check should be against 800039 or higher, as that's when
the sgtty changes were committed.
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h.diff?r1=1.355;r2=1.356;f=h
- Fix stty.c patch. Previous version would result in termios bits
being overridden by #include <sys/ioctl_compat.h>, causing coreutils'
stty to modify bits different than /bin/stty. This version removes
tab1/tab2 delay support, since tab1/tab2 delays aren't available in HEAD
outside of the binary compatibility interface. Also fixes stty --help
usage to indicate only tab0 and tab3 are available. |
28 Aug 2008 12:06:21
6.9_3
|
koitsu  |
Fix-up for 8.0-CURRENT. src/stty.c fails to compile due to TAB1 and TAB2
termios bits being undefined. They've been moved to sys/ioctl_compat.h which
requires _KERNEL be defined. Somewhat of an ugly hack; possible alternative
would be to remove use of TAB1 and TAB2 in src/stty.c altogether.
Reported by: jsa @ EFnet |
21 Aug 2008 06:18:49
6.9_3
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
05 Jul 2008 11:33:06
6.9_3
|
edwin  |
Minor enhancement to sysutils/coreutils
Cleanup conflicts in this port (fileutils, sh-utils and
textutils don't exist anymore)
Provide a regression-test target to determine the convenience
of updating this port. Add commented USE_BISON line as it
is recommended but not required, maybe future versions will
need it.
Update the WWW.
No functional change.
PR: ports/124623
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Approved by: maintainer timeout |
06 Jun 2008 14:03:26
6.9_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 15:22:57
6.9_2
|
naddy  |
Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).
Don't bother with __FreeBSD_version checking for what was only an
eight-day window. |
13 Apr 2008 19:08:36
6.9_1
|
naddy  |
Work around the assumption that openat() implies the existence of
fdopendir(). FreeBSD 8 has the former, but not the latter.
PR: 122433
Approved by: maintainer |
23 Jul 2007 09:36:52
6.9_1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
16 Jun 2007 08:21:50
6.9_1
|
lwhsu  |
- Put back accidentally deleted line in pkg-plist when applying the patch
- Bump PORTREVISION
Noticed by: pav
Approved by: maintainer |
05 Jun 2007 09:42:22
6.9
|
lwhsu  |
From the PR:
- Update to GNU coreutils 6.9
- Eliminate configure warning
- Sort plist
While I am here:
- Remove unsupported checksum algorithm SHA1 and RMD160
PR: ports/111489
Submitted by: "Eric P. Scott" <eps+pbug0704 AT ana.com>
Approved by: Jason Harris <jharris AT widomaker.com> (maintainer) |
19 May 2007 20:32:57
6.7_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Jan 2007 19:05:07
6.7
|
gabor  |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor) |
16 Jan 2007 14:25:40
6.7
|
nivit  |
- Updated to 6.7
PR: ports/107954
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: alexbl (mentor, implicit) |
21 Nov 2006 19:51:09
6.4_1
|
miwi  |
- Fix Update problems
- Bump PORTREVISION
Submitted by: ports@ ml
Thanks To: trasz |
18 Nov 2006 23:23:50
6.4
|
miwi  |
- Update to 6.4
PR: ports/105181
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: maintainer timeout |
30 Aug 2006 10:45:54
5.2.1
|
garga  |
Fix PLIST: It was not removing some locale dirs that are not listed on
BSD.local.dist
PR: ports/101477
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: maintainer timeout (16 days) |
13 May 2006 04:15:53
5.2.1
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
22 Jan 2006 06:28:59
5.2.1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
05 Dec 2005 02:34:07
5.2.1
|
edwin  |
Remove install-info from Makefile, it's automatically done when INFO is defined |
16 Mar 2005 18:15:19
5.2.1
|
barner  |
- Add linux-gid-[0-9]* to CONFLICTS
- coreutils: sort CONFLICTS
- id-utils: use portname-[0-9]* instead of portname-*
Approved by: arved (mentor) |
16 Dec 2004 05:49:27
5.2.1
|
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
12 Oct 2004 17:34:12
5.2.1
|
leeym  |
- fix CONFLICTS
- add WITHOUT_NLS for USE_GETTEXT
- don't make install in WRKSRC/lib, which will install useless charset.alias
PR: ports/71579
Submitted by: leeym
Approved by: maintainer |
21 Mar 2004 16:29:46
5.2.1
|
pav  |
- Update to 5.2.1
PR: ports/64515
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) |
28 Feb 2004 17:26:54
5.2.0
|
pav  |
- Update to 5.2.0
PR: ports/63504
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) |
04 Feb 2004 04:36:30
5.0_1
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
5.0
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
17 Dec 2003 01:30:15
5.0
|
pav  |
Add coreutils, port of basic GNU file, shell and text manipulation utilities.
This port replaces fileutils, shellutils and textutils, which were distributed
as three individual sets, but now have been combined into coreutils.
For more details, see http://www.gnu.org/software/coreutils/
PR: ports/59422
Submitted by: Jason Harris <jharris@widomaker.com> |
Number of commits found: 37
|
| Latest Vulnerabilities |
|
14 vulnerabilities affecting 32 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|