aboutsummaryrefslogtreecommitdiff
path: root/sysutils/coreutils
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Fix plist referencing 2 nonexistent files with NLS [1]Bryan Drewery2012-10-122-8/+2
| | | | | | | | | | | | | - Trim header PR: ports/172597 [1] Submitted by: bdrewery Approved by: Jason Harris <jharris@widomaker.com> (maintainer) [1] Approved by: portmgr (erwin) Feature safe: yes Notes: svn path=/head/; revision=305776
* Fix plist and bump PORTREVISION.Alex Dupre2012-09-102-3/+5
| | | | Notes: svn path=/head/; revision=304025
* Update to version 8.19.Dmitry Sivachenko2012-09-093-21/+22
| | | | | | | | | Convert to new OPTIONS framework while I am here. Maintainer timeout: 1 month Notes: svn path=/head/; revision=303959
* - Rename gstat to gnustat; otherwise it collides with base gstat (for geom) [1]Chris Rees2011-11-022-4/+7
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=284926
* - No need to specify CPPFLAGS in CONFIGURE_ENV.Wesley Shields2011-06-301-1/+1
| | | | | | | Submitted by: sunpoet@ Notes: svn path=/head/; revision=276696
* - Update to 8.12.Wesley Shields2011-06-283-7/+13
| | | | | | | | | PR: ports/157808 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: maintainer timeout Notes: svn path=/head/; revision=276532
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Disable tests for now, they hang on pointyhatPav Lucistnik2010-08-231-2/+2
| | | | | | | | Reported by: pointyhat Ok'ed by: wxs Notes: svn path=/head/; revision=259836
* Update to 8.5Wesley Shields2010-08-204-18/+64
| | | | | | | | | PR: ports/148822 Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: Jason Harris <jharris@widomaker.com> (maintainer) Notes: svn path=/head/; revision=259642
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-3/+4
| | | | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr Notes: svn path=/head/; revision=255708
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Some utils link with gmp library if exists.Max Brazhnikov2010-04-251-8/+18
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=253234
* Update to 7.5Renato Botelho2009-09-153-24/+40
| | | | | | | | | | PR: ports/138083 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (3 weeks) Feature safe: yes Notes: svn path=/head/; revision=241490
* Fixup for my previous commit/patch.Jeremy Chadwick2008-08-292-15/+19
| | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=219392
* Fix-up for 8.0-CURRENT. src/stty.c fails to compile due to TAB1 and TAB2Jeremy Chadwick2008-08-282-1/+23
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=219372
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Minor enhancement to sysutils/coreutilsEdwin Groothuis2008-07-052-5/+5
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=216373
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).Christian Weisgerber2008-04-192-17/+1
| | | | | | | | Don't bother with __FreeBSD_version checking for what was only an eight-day window. Notes: svn path=/head/; revision=211580
* Work around the assumption that openat() implies the existence ofChristian Weisgerber2008-04-132-0/+16
| | | | | | | | | | fdopendir(). FreeBSD 8 has the former, but not the latter. PR: 122433 Approved by: maintainer Notes: svn path=/head/; revision=211187
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Put back accidentally deleted line in pkg-plist when applying the patchLi-Wen Hsu2007-06-162-0/+2
| | | | | | | | | | - Bump PORTREVISION Noticed by: pav Approved by: maintainer Notes: svn path=/head/; revision=193634
* From the PR:Li-Wen Hsu2007-06-054-34/+24
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=192828
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-24/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-292-9/+0
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=183644
* - Updated to 6.7Nicola Vitale2007-01-163-12/+19
| | | | | | | | | PR: ports/107954 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=182522
* - Fix Update problemsMartin Wilke2006-11-212-0/+24
| | | | | | | | | | - Bump PORTREVISION Submitted by: ports@ ml Thanks To: trasz Notes: svn path=/head/; revision=177747
* - Update to 6.4Martin Wilke2006-11-183-15/+28
| | | | | | | | | PR: ports/105181 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: maintainer timeout Notes: svn path=/head/; revision=177541
* Fix PLIST: It was not removing some locale dirs that are not listed onRenato Botelho2006-08-301-0/+24
| | | | | | | | | | | BSD.local.dist PR: ports/101477 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=171660
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-34/+34
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-6/+1
| | | | Notes: svn path=/head/; revision=150432
* - Add linux-gid-[0-9]* to CONFLICTSSimon Barner2005-03-161-1/+2
| | | | | | | | | | - coreutils: sort CONFLICTS - id-utils: use portname-[0-9]* instead of portname-* Approved by: arved (mentor) Notes: svn path=/head/; revision=131415
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-6/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* - fix CONFLICTSYen-Ming Lee2004-10-122-66/+116
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=119070
* - Update to 5.2.1Pav Lucistnik2004-03-213-11/+13
| | | | | | | | PR: ports/64515 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Notes: svn path=/head/; revision=104851
* - Update to 5.2.0Pav Lucistnik2004-02-285-71/+25
| | | | | | | | PR: ports/63504 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Notes: svn path=/head/; revision=102428
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Add coreutils, port of basic GNU file, shell and text manipulation utilities.Pav Lucistnik2003-12-176-0/+291
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> Notes: svn path=/head/; revision=95993