summaryrefslogtreecommitdiff
path: root/misc/findutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Fixed pkg_plist for the case when NLS is disabled.Timur I. Bakeyev2008-07-222-42/+42
| | | | Notes: svn path=/head/; revision=217305
* 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-191-3/+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-121-0/+4
| | | | | | | | | | fdopendir(). FreeBSD 8 has the former, but not the latter. PR: 122433 Approved by: trasz Notes: svn path=/head/; revision=211123
* - Update to 4.4.0.Edward Tomasz Napierala2008-03-183-8/+9
| | | | Notes: svn path=/head/; revision=209322
* - Update to 4.2.33.Edward Tomasz Napierala2008-02-213-7/+8
| | | | Notes: svn path=/head/; revision=207728
* - Update to 4.2.32Edward Tomasz Napierala2008-01-312-7/+7
| | | | Notes: svn path=/head/; revision=206534
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Update to 4.2.31. This fixes CVE-2007-2452; VuXML entry will come later.Edward Tomasz Napierala2007-06-012-8/+7
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=192524
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-28/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* - Update to 4.2.30Martin Wilke2007-03-212-7/+7
| | | | | | | | PR: 110596 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer) Notes: svn path=/head/; revision=187895
* - Update to 4.2.29Martin Wilke2006-12-032-7/+7
| | | | | | | | PR: ports/106165 Submitted by: trasz (maintainer) Notes: svn path=/head/; revision=178745
* - Update to 4.2.28Martin Wilke2006-11-054-8/+28
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/105179 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176527
* - Drop maintainershipMartin Wilke2006-11-041-1/+1
| | | | Notes: svn path=/head/; revision=176379
* Obey conventions and change my mail to @FreeBSD.org addressMartin Wilke2006-06-161-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165605
* - Update to 4.2.27Marcus Alves Grando2006-04-243-51/+79
| | | | | | | | | | - Use gcc 3.4 to build on 4.x PR: 95939 Submitted by: maintainer Notes: svn path=/head/; revision=160275
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* %D/share/locale/lg is not part of mtree yet, take care of it by hand.Alexey Dokuchaev2005-04-251-0/+2
| | | | | | | Reported by: kris on behalf of pointyhat Notes: svn path=/head/; revision=134139
* Update to 4.2.20, latest from GNU.Alexey Dokuchaev2005-04-195-75/+60
| | | | | | | | | PR: ports/78961 Submitted by: Jason Harris <jharris(at)widomaker.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=133649
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* - Fix WWW: and utilize INFOKirill Ponomarev2004-03-103-6/+4
| | | | | | | | PR: ports/63995 Submitted by: maintainer Notes: svn path=/head/; revision=103538
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-241-6/+4
| | | | | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=61855
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* o style fixesMario Sergio Fujikawa Ferreira2001-09-121-8/+3
| | | | | | | | | | o honor PREFIX PR: 30389 Submitted by: MAINTAINER Notes: svn path=/head/; revision=47773
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netMario Sergio Fujikawa Ferreira2001-08-301-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=47131
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toPeter Pentchev2001-06-091-1/+1
| | | | | | | | PR: 27867 Submitted by: maintainer Notes: svn path=/head/; revision=43703
* change maintainer's e-mail address.FUJISHIMA Satsuki2001-02-151-1/+1
| | | | Notes: svn path=/head/; revision=38379
* Improve installation procedure and pkg-* documentation.Peter Pentchev2001-01-294-11/+56
| | | | | | | | PR: 24561 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - maintainer Notes: svn path=/head/; revision=37761
* MAINTAINER should be e-mail address.FUJISHIMA Satsuki2001-01-281-1/+1
| | | | Notes: svn path=/head/; revision=37705
* change maintainer for findutils and fileutils portsTrevor Johnson2001-01-241-1/+1
| | | | | | | | PR: 24561, 24565 (followups) Approved by: maintainer Notes: svn path=/head/; revision=37542
* Ditch out "Version required" from comments section.Maxim Sobolev2000-11-231-1/+0
| | | | Notes: svn path=/head/; revision=35373
* Get the path to the catpages right so that we can delete the wronglyTim Vanderhoek2000-06-051-5/+5
| | | | | | | installed ones as intended. Notes: svn path=/head/; revision=29235
* In MAINTAINER's words: (patch-ab) resolves a redefintion of a macro.Tim Vanderhoek2000-06-051-0/+10
| | | | | | | (to lib/regex.h). Notes: svn path=/head/; revision=29231
* Add MAINTAINER Udo Schweigert <ust@cert.siemens.de>Tim Vanderhoek2000-06-051-1/+1
| | | | Notes: svn path=/head/; revision=29229
* Energize findutils!Tim Vanderhoek2000-06-026-0/+73
Notes: svn path=/head/; revision=29088