Tobias Kortkamp
6e63a9e5df
misc/mbuffer: Update to 20190725
2019-07-26 12:38:21 +00:00
Tobias Kortkamp
95c728fee7
misc/mbuffer: Update to 20190127
2019-01-29 13:05:55 +00:00
Tobias Kortkamp
2ccbb91310
misc/mbuffer: Update to 20190119
2019-01-21 12:55:07 +00:00
Tobias Kortkamp
1fd74e265b
misc/mbuffer: Update to 20190113
...
- mbuffer now tries to dlopen some libraries when looking for valid
hash functions. This happens at runtime only. Drop related
build dependencies, CONFIGURE_ARGS, and other workarounds.
- Add options for all supported hashing libraries
2019-01-14 18:36:57 +00:00
Tobias Kortkamp
0a2ae52c29
Unbreak misc/mbuffer when objdump is missing (for example on aarch64)
...
The configure script uses objdump to check for libc symbol names
for open/read/write/fstat. We could switch it to nm or readelf but
as the names are unlikely to ever going to differ from their visible
names on FreeBSD hardcode them instead and skip the check.
2018-06-17 18:46:08 +00:00
Tobias Kortkamp
b79d3b37e4
misc/mbuffer: Update to 20180505
...
- Unify versioning scheme with how it's done upstream and on other systems
- Add missing gtar to TEST_DEPENDS
- Clean up some unnecessary {CONFIGURE,MAKE}_ARGS
2018-05-14 08:16:47 +00:00
Tobias Kortkamp
3b418e17a5
misc/mbuffer: Don't accidentally pick up libgcrypt from the build environment
...
- Fix LICENSE
2018-03-19 07:10:50 +00:00
Tobias Kortkamp
1033286452
misc/mbuffer: Update to 20180318
...
- Fixes a bug where mbuffer would immediatly fail with no explicit
counts set
- Add TEST_TARGET
- Take maintainership after the last 6 months maintainer timeout from
r464491
PR: 226637
Submitted by: eborisch+FreeBSD@gmail.com
2018-03-19 06:11:49 +00:00
Tobias Kortkamp
9405221daf
misc/mbuffer: Update to 2017.10.11
...
- While here switch to options helpers
PR: 222329
Submitted by: asomers
Approved by: mm (maintainer timeout, 6 months)
2018-03-14 13:42:25 +00:00
Mathieu Arnold
a28f0f7f7f
Remove all USE_OPENSSL occurrences.
...
Sponsored by: Absolight
2017-03-15 14:45:30 +00:00
Alan Somers
cb198d6a0a
Update misc/mbuffer to 20160613
...
PR: 210504
Reviewed by: brd
Approved by: maintainer-timeout
Approved by: brd (ports)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6949
2016-07-11 18:50:14 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +00:00
Baptiste Daroussin
d09996c675
Update mbuffer to 2015-10-02
...
Approved by: mm (maintainer)
Sponsored by: Gandi.net
2015-11-18 14:06:12 +00:00
John Marino
28ca5b96a2
5 ports categories: Remove $PTHREAD_LIBS
...
Categories: irc, x11-clocks, benchmarks, misc, textproc
approved by: PTHREAD blanket
2015-03-24 17:09:58 +00:00
Martin Matuska
49883c9163
Update mbuffer to 2014-12-27
2015-01-20 10:06:00 +00:00
Marcus von Appen
2c001a2cdc
- Update to version 2014.03.10
...
- Fix version display
- Minor updates to pkg-descr, incoluding a WWW: whitespace fix
Notable changes:
0140310:
- added memory advise for buffer memory
- compatibility fix for Solars st driver
- prevent buffer overflow attack via defaults file
- ignore defaults file from other users
- updated documentation for use with cron
- minor bugfixes
20140126:
- new feature: set option defaults in ~/.mbuffer.rc
- enhancement: write status to the log file
- enhancement: added option to suppress status logging
- fix: formatting fix for summary message
PR: 193480
Submitted by: fk@fabiankeil.de
Approved by: maintainer timeout (mm@)
2014-10-07 17:57:27 +00:00
Adam Weinberger
a84c115a09
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
...
Approved by: portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Baptiste Daroussin
ffb7170399
Modernize LIB_DEPENDS
...
With hat: portmgr
2014-07-14 18:42:04 +00:00
Martin Wilke
0a47453c43
- Convert gmake, bzip2 to USES
...
Approved by: portmgr
2014-05-26 12:16:06 +00:00
Martin Matuska
578e55e2d5
Fix pkg-plist for mbuffer
2014-01-19 12:57:48 +00:00
Martin Matuska
cf8774af25
Add STAGE support to misc/mbuffer
2014-01-19 11:40:49 +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
Martin Matuska
8c0ab850dd
Update to 2013.02.20
...
Take maintainership
PR: ports/179804
Approved by: rafan
2013-06-22 07:40:17 +00:00
Jason Helfman
549d976568
- adoption of optionsNG
...
- trim historical headers
Approved by: portmgr (bapt)
2013-06-03 07:40:32 +00:00
Rong-En Fan
ec3b672513
- mbuffer prefers mash, so let it be (also fixed hidden dependency to mhash
...
if it was installed at the time this port is built)
PR: ports/168252
Submitted by: mm@
2012-05-27 06:18:47 +00:00
Rong-En Fan
f67d0fd9c4
- Update to 2011.07.24
...
- Drop sigaction patch as it was merged into upstream
2012-01-14 16:48:42 +00:00
Jimmy Olgeni
27a510e97b
Fix a typo.
2011-09-09 12:29:32 +00:00
Rong-En Fan
3fd80b7558
- Correct the patch to use sigaction(2) for 7.x and 6.x
...
Reported by: pointyhat via pav@
2011-03-28 16:47:06 +00:00
Rong-En Fan
ce91af2183
- Update to 2011.03.17
...
PR: ports/155899
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
2011-03-26 07:52:20 +00:00
Rong-En Fan
85a0b4f6d8
- Update to 2011.01.19
...
PR: ports/154260
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Feature safe: yes
2011-01-24 15:27:23 +00:00
Rong-En Fan
bcd4184eae
- Update to 2010.12.30
...
- Added LICENSE declaration (GPLv3)
- Remove MD5 checksum
PR: ports/153586
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
2011-01-03 13:32:57 +00:00
Rong-En Fan
db05b418a5
- Update to 2010.05.26
...
PR: ports/150885
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
2010-09-24 09:27:12 +00:00
Rong-En Fan
db8da30347
- Update to 2009.01.06
2009-01-07 13:46:22 +00:00
Rong-En Fan
225978cfc8
- Fix build on 6.x by using valloc(3) instead of posix_memalign(3)
...
Reported by: pointyhat via erwin
2008-12-26 19:21:54 +00:00
Rong-En Fan
201ef559ef
- Update to 20081207 which fixes many bugs from previous version in ports
2008-12-26 02:03:25 +00:00
Edwin Groothuis
81cd10f8d2
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 01:53:45 +00:00
Rong-En Fan
c78f00249b
- Respect PTHREAD_LIBS
...
- mbuffer needs C99 function, atoll(3), which is not available on 4.x
2007-01-11 08:06:47 +00:00
Rong-En Fan
bafc763e4f
- mbuffer needs pthread which is not available on 4.x
...
Submitted by: pointyhat via kris
2007-01-10 17:27:35 +00:00
Rong-En Fan
1edbc0deb4
Add mbuffer-20060728, a tool for buffering data streams.
2006-12-20 07:24:47 +00:00