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
Kirill Ponomarev
dcfdac10e7
- Fix WWW: and utilize INFO
...
PR: ports/63995
Submitted by: maintainer
2004-03-10 15:03:51 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Akinori MUSHA
4d0a0dc1c6
De-pkg-comment.
2003-02-21 12:51:06 +00:00
Ying-Chieh Liao
7ef18f1429
${PERL} -> ${REINPLACE_CMD}
...
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2002-06-24 04:44:17 +00:00
David W. Chapman Jr.
7cdb9dd859
Update maintainer's email address
...
Update a few MASTER_SITES
PR: 34012
Submitted by: maintainer
2002-01-17 23:13:38 +00:00
Mario Sergio Fujikawa Ferreira
3bb459985d
o style fixes
...
o honor PREFIX
PR: 30389
Submitted by: MAINTAINER
2001-09-12 23:25:19 +00:00
Mario Sergio Fujikawa Ferreira
96f3a37ff1
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
...
Approved by: MAINTAINER
2001-08-30 03:58:35 +00:00
Peter Pentchev
9c0a071864
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
...
PR: 27867
Submitted by: maintainer
2001-06-09 12:59:34 +00:00
FUJISHIMA Satsuki
2192154ee0
change maintainer's e-mail address.
2001-02-15 17:01:03 +00:00