67 Commits

Author SHA1 Message Date
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
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
2018-11-10 18:12:57 +00:00
Martin Wilke
02021f9677 - Update to 4.6.0
PR:		206068
Submitted by:	maintainer
2016-01-10 09:29:05 +00:00
Sunpoet Po-Chuan Hsieh
0dcc80c092 - Update to 4.5.15
- Add LICENSE

Changes:	http://git.savannah.gnu.org/cgit/findutils.git/tree/NEWS
PR:		205428
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2015-12-21 18:36:12 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Antoine Brodin
54142ac453 Properly register info pages 2015-05-07 22:42:25 +00:00
Bartek Rutkowski
962382ce36 misc/findutils: add CPE information
PR:		198468
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	maintainer
2015-03-18 13:05:00 +00:00
Baptiste Daroussin
45858fb087 Cleanup plist 2014-12-09 13:36:34 +00:00
Danilo Egea Gondolfo
8a24d51055 - Update from 4.5.13 to 4.5.14
PR:		ports/191970
Submitted by:	aehlig@linta.de
2014-07-19 23:14:51 +00:00
Kurt Jaeger
d56308e314 misc/findutils: 4.5.12 -> 4.5.13
#40339: Fix leaked directory handle when listing mounted file
        systems.

#40094: The xargs --help output has a small number of cosmetic
        improvements.

#39197: Small fix to find's manual page to remove an unwanted
        backslash, which made the troff incompatible with Eric
        Raymond's doclifter software.

#39162: -printf reads beyond arguments terminated by \

#35753: Check the success/failure of material I/O operations where
        these are important to the use of the output (i.e. check the
        output for "find -ok" but not debugging output).

#31005: The find manual page and Texinfo manual now more clearly state
        that -exec ... + always returns true.

** Translations

Updated translations: Estonian, Polish, Ukranian.

PR:		191904
Submitted by:	aehlig@linta.de (maintainer)
2014-07-17 05:29:45 +00:00
William Grzybowski
e28a7d3dc7 misc/findutils: update to 4.5.12
- Update to 4.5.12 [1]
- USES gmake
- Allow staging
- Use options helpers and drop include

PR:		ports/182359 [1]
Submitted by:	Klaus Aehlig <aehlig linta.de> (maintainer) [1]
2013-09-25 12:53:25 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
c795319f9c - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:59:21 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
5282fd8451 - Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt)
2013-03-07 15:31:54 +00:00
Ruslan Makhmatkhanov
284e2d97a1 - update to 4.5.11, see changelog [1]
- add upstream bug-fix that preventing some segfaults [2]

while here:
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng (NLS case)

[1] http://lists.gnu.org/archive/html/bug-findutils/2013-02/msg00000.html
[2] http://savannah.gnu.org/bugs/?38239

PR:		175812
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2013-02-17 05:33:16 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Tilman Keskinoz
00eb35a3d0 Fix a segfault on 7.x amd64
PR:		157274
Reported by:	Fabian Wenk
Submitted by:	maintainer
2011-06-04 19:02:48 +00:00
Frederic Culot
bfd35bbb51 - Add a patch to fix usage of su(1) in the gupdatedb script provided
with findutils
- Bump PORTREVISION

PR:		ports/157129
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2011-05-20 12:20:53 +00:00
Frederic Culot
1ad6319a9c - Update to 4.5.10
PR:		ports/156964
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2011-05-11 17:39:27 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Sylvio Cesar Teixeira
218c7f6b48 - Update to 4.5.9
PR:		ports/146303
Submitted by:	Klaus T Aehlig <aehlig@linta.de> (maintainer)
2010-05-07 23:02:11 +00:00
Dennis Herrmann
130a45f659 - Update to 4.4.2
PR:		ports/135327
Submitted by:	Klaus T Aehlig <aehlig@linta.de> (maintainer)
2009-06-07 17:52:44 +00:00
Steven Kreuzer
9f51ca9dfa - Updated to version 4.4.1
PR:		ports/133965
Submitted by:	Klaus T Aehlig <aehlig@linta.de>
Approved by:	wxs (mentor)
2009-05-02 19:38:32 +00:00
Edward Tomasz Napierala
2fd64c0e0a Pass maintainership to Klaus T. Aehlig. 2009-03-22 09:49:32 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Timur I. Bakeyev
e92a4c0a06 Fixed pkg_plist for the case when NLS is disabled. 2008-07-22 18:03:47 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Christian Weisgerber
a8ec5918ce 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.
2008-04-19 15:22:57 +00:00
Christian Weisgerber
61e5dec359 Work around the assumption that openat() implies the existence of
fdopendir().  FreeBSD 8 has the former, but not the latter.

PR:		122433
Approved by:	trasz
2008-04-12 15:32:00 +00:00
Edward Tomasz Napierala
2cbc737a46 - Update to 4.4.0. 2008-03-18 22:15:45 +00:00
Edward Tomasz Napierala
954e50b974 - Update to 4.2.33. 2008-02-21 19:05:47 +00:00
Edward Tomasz Napierala
9fcf7c41ac - Update to 4.2.32 2008-01-31 22:27:12 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Edward Tomasz Napierala
d3477890ba - Update to 4.2.31. This fixes CVE-2007-2452; VuXML entry will come later.
Approved by: miwi (mentor)
2007-06-01 12:19:34 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edward Tomasz Napierala
985042c3ae Change my email address to trasz@FreeBSD.org.
Approved by:	miwi (mentor)
2007-04-13 13:03:49 +00:00
Martin Wilke
d82b84fbe7 - Update to 4.2.30
PR:             110596
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
2007-03-21 13:17:12 +00:00
Martin Wilke
46e28db70a - Update to 4.2.29
PR:		ports/106165
Submitted by:	trasz (maintainer)
2006-12-03 22:27:56 +00:00
Martin Wilke
2f5c3b659d - Update to 4.2.28
- Pass maintainership to submitter

PR:		ports/105179
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 19:17:38 +00:00
Martin Wilke
e43804b233 - Drop maintainership 2006-11-04 23:19:47 +00:00
Martin Wilke
10591c2463 Obey conventions and change my mail to @FreeBSD.org address
Approved by:	krion (mentor)
2006-06-16 22:17:25 +00:00
Marcus Alves Grando
675e44d1ee - Update to 4.2.27
- Use gcc 3.4 to build on 4.x

PR:		95939
Submitted by:	maintainer
2006-04-24 03:20:37 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +00:00
Alexey Dokuchaev
4ca3b2843b %D/share/locale/lg is not part of mtree yet, take care of it by hand.
Reported by:	kris on behalf of pointyhat
2005-04-25 13:15:13 +00:00
Alexey Dokuchaev
2ac3bd9739 Update to 4.2.20, latest from GNU.
PR:		ports/78961
Submitted by:	Jason Harris <jharris(at)widomaker.com>
Approved by:	maintainer timeout
2005-04-19 09:03:11 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00