aboutsummaryrefslogtreecommitdiff
path: root/misc/mbuffer
Commit message (Collapse)AuthorAgeFilesLines
* devel/cmake-core devel/cmake-gui misc/mbuffer: cope with librhash.so bumpDimitry Andric2023-09-212-0/+12
| | | | | | | | | | | | | | | Because rhash 1.4.4 updated the librhash.so symlink from .0 to .1, build-time dependents such as cmake-core and cmake-gui need their PORTREVISION bumped. The other case is misc/mbuffer, which uses librhash only at runtime, but hardcodes dlopen("librhash.so.0", RTLD_NOW). I changed this to just "librhash.so", and it seems to work fine with light testing. PR: 273775 Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Fixes: e0acbd158ec9 security/rhash: update to 1.4.4 and fix build with lld 17 MFH: 2023Q3
* misc/mbuffer: Fix build if www/libwww installedFukang Chen2023-09-131-3/+17
| | | | | | | | | Remove libmd5 from AC_SEARCH_LIBS and only searches for libmd, avoid linking with libmd5 installed by www/libwww. PR: 273735 Reported by: meta MFH: 2023Q3 (build fix)
* misc/mbuffer: Update to 20230301Fukang Chen2023-07-092-4/+4
| | | | | | | | | | Changes according to the ChangeLog in the distribution tar ball: 20230301: - Fix breaking connections on WAN links: retry on EAGAIN (fix by Nico Schümann) MFH: 2023Q3 (bugfix release)
* */*: Sunset 12.3-RELEASE from ports tree12.3-eolMuhammad Moinur Rahman2023-03-302-68/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported. - Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE - biology/wfa2-lib: remove obsolete patch - databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3 - devel/concurrencpp: remove workaround for EOL FreeBSD 12.3 - devel/electron22: remove IGNORE for EOL FreeBSD 12.3 - devel/malloy: this should build fine on 12.4-RELEASE - devel/qcoro: remove BROKEN for EOL FreeBSD 12.3 - devel/root: remove workaround for EOL FreeBSD 12.3 - editors/imhex: remove IGNORE for EOL FreeBSD 12.3 - emulators/ppsspp: remove workaround for EOL FreeBSD 12.3 - emulators/rpcs3: remove workaround for EOL FreeBSD 12.3 - emulators/yuzu: remove workaround for EOL 12.3-RELEASE - games/aquaria: remove support for EOL FreeBSD 12.3 - games/punchy: remove workaround for EOL FreeBSD 12.3 - graphics/cxxplot: remove support for EOL FreeBSD 12.3 - lang/gcc11*: bump a __FreeBSD_version in libphobos to 1204000 - lang/rust: untangle OSVERSION logic a bit - misc/mbuffer: remove workaround for EOL FreeBSD 12.3 for aarch64 - sysutils/libdisplay-info: remove workaround for EOL FreeBSD 12.3 - www/*chromium: remove IGNORE for EOL FreeBSD 12.3 - x11/hyprpaper: remove workaround for expired FreeBSD 12.3 - x11-wm/labwc: remove workaround for EOL FreeBSD 12.3 - x11-wm/kwinft: remove workaround for EOL FreeBSD 12.3 - www/iridium: remove IGNORE for EOL FreeBSD 12.3 Differential Revision: https://reviews.freebsd.org/D38664
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* misc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Adam Weinberger <adam@vectors.cx> * Adam Weinberger <adamw@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alan E <alane@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alex Stangl <alex@stangl.us> * Alexander Logvinov <avl@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Nusov <alexander.nusov@nfvexpress.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey Zelkin <phantom@FreeBSD.org> * Andreas Kohout <shanee@rabbit.augusta.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrew Stuart <elitetek@tekrealm.net> * Andrey Simonenko * Andrey Zakhvatov * Andy Kosela <akosela@andykosela.com> * Andy Pavlo <amp0928@rit.edu> * Anton Berezin <tobez@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Attila Nagy <bra@fsn.hu> * Bjorn Lindstrom <bkhl@elektrubadur.se> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Brent J. Nordquist <bjn@visi.com> * Cheng-Lung Sung <clsung@FreeBSD.org> * Chris Costello <chris@FreeBSD.org> * Chris D. Faulhaber <jedgar@fxp.org> * Chris Piazza <cpiazza@FreeBSD.org> * Chris Stuart <firewolf@lightningfire.net> * Conrad Sabatier <conrads@home.com> * Dan Moschuk <dan@FreeBSD.org> * Daniel B. Hemmerich <dan@spot.org> * David Johnson <david@usermode.org> * David O'Brien (obrien@cs.ucdavis.edu) * Dean Hollister <dean@odyssey.apana.org.au> * Denis Shaposhnikov <dsh@vlink.ru> * Dereckson <dereckson@gmail.com> * Dima Dorfman <dima@unixfreak.org> * Dima Sivachenko * Dima Sivachenko <dima@chg.ru> * Dmitry Morozovsky <marck@FreeBSD.org> * Dmitry Sivachenko <dima@Chg.RU> * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Turgeon <ericbsd@FreeBSD.org> * Evaldas Auryla <ea@zaib.as> * Filippo Natali <filippo@widestore.net> * Frank Steinborn <steinex@nognu.de> * Frederic Culot <culot@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Garrett Wollman <wollman@FreeBSD.org> * Gea-Suan Lin <gslin@gslin.org> * Greg Lehey <grog@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Harald Schmalzbauer <freebsd@omnilan.de> * Harald Wille <harald.wille@students.jku.at> * Hye-Shik Chang <perky@python.or.kr> * Igor Pokrovsky <ip@unixway.org> * J Han <hjh@best.com> * James Earl <jdearl@telus.net> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jeremy Shaffner <jeremy@external.org> * Jim Mock <jim@FreeBSD.org> * Joao Carlos Mendes Luis <jonny@jonny.eng.br> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johann Visagie <wjv@FreeBSD.org> * John Marino <marino@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Rodriguez <king@v2project.com> * Julian Stacey <jhs@FreeBSD.org> * KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * Kelly Yancey <kbyanc@posi.net> * Kim Scarborough <user@unknown.nu> * Kimura Fuyuki <fuyuki@nigredo.org> * Kirill Ponomarew <ponomarew@oberon.net> * Koop Mast <kwm@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Leland Wang <llwang@infor.org> * Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> * Maksym Sobolyev <sobomax@pbxpress.it> * Marc Fonvieille <blackend@FreeBSD.org> * Marcus Alves Grando <mnag@FreeBSD.org> * Marie Loise Nolden <loise@kde.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Blapp <mb@imp.ch> * Martin Neubauer <m.ne@gmx.net> * Martin Wilke <miwi@FreeBSD.org> * Mathieu Arnold <m@absolight.net> * Matt Emmerton <matt@gsicomp.on.ca> * Matt Mills <matt_mills@btopenworld.com> * Matthew Seaman * Matthias Andree <matthias.andree@gmx.de> * Max Khon <fjoe@FreeBSD.org> * Maxim Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael A. Kohn <mike@mikekohn.net> * Michael Elbel (me) * Michael Haro <mharo@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikael Urankar <mikael.urankar@gmail.com> * Mike Smith <msmith@FreeBSD.org> * Miklos Niedermayer <mico@bsd.hu> * NECDET COKYAZICI <cokyazici@yahoo.co.uk> * Naito Yuichiro <naito.yuichiro@gmail.com> * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Niek Bergboer <niek@bergboer.net> * Oleh Hushchenkov <gor@clogic.com.ua> * Oliver Lehmann <oliver@FreeBSD.org> * Patrick Li <pat@databits.net> * Patrick Seal <patseal@hyperhost.net> * Pav Lucistnik <pav@oook.cz> * Pete Fritchman <petef@databits.net> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Ralf S. Engelschall <rse@engelschall.com> * Robert Withrow <witr@rwwa.com> * Roman Bogorodskiy <novel@FreeBSD.org> * Rong-En Fan <rafan@FreeBSD.org> * Ryan Steinmetz <zi@FreeBSD.org> * Sander Vesik <sander@haldjas.folklore.ee> * Scot W. Hetzel * Seamus Venasse <svenasse@polaris.ca> * Sebastien gioria <gioria@FreeBSD.org> * Serge Gagnon <gagnon__s@videotron.ca> * Sergei Kolobov <sergei@kolobov.com> * Sergey Skvortsov <skv@protey.ru> * SimaMoto,RyoTa <liangtai.s4@gmail.com> * Simon 'corecode' Schubert <corecode@corecode.ath.cx> * Slaven Rezic <slaven@rezic.de> * Stefan Walter <swalter@lettermax.de> * Stephen Farrell <steve@farrell.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven Enderle <enderle@mdn.de> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas (<thierry@FreeBSD.org>) * Thomas Gellekum <tg@FreeBSD.org> * Timothy Bourke <timbob@bigpond.com> * Ting-Wei Lan <lantw44@gmail.com> * Tobias Roth <ports@fsck.ch> * Tom Rhodes <trhodes@FreeBSD.org> * Tomoyuki Sakurai <cherry@trombik.org> * Torsten Blum <torstenb@FreeBSD.org> * Vladimir Kondratyev <wulf@FreeBSD.org> * Wei-chun Chao * Wen Heping <wen@FreeBSD.org> * Willem van Engen <wvengen@stack.nl> * Wojciech A. Koszek <wkoszek@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yoichi NAKAYAMA <yoichi@FreeBSD.org> * Yonatan@Xpert.com * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * Zeus Panchenko <zeus@gnu.org.ua> * alfred@FreeBSD.org * bmc@WillsCreek.COM * chinsan * cracauer@cons.org "Martin Cracauer" * dbaker * dd * dikshie <dikshie@lapi.itb.ac.id> * djp * globalpanic@gmx.net * gmarco@giovannelli.it * gpalmer * hrs, lesi * igor@zynaps.ru * ijliao * itojun@itojun.org * jmacd * joerg * jsellens * kaz * king@v2project.com * marcus * marcus@FreeBSD.org * markm * milki <milki@rescomp.berkeley.edu> * mnag * moeding * mp39590@gmail.com * mstowe@chicago.us.mensa.org * olgeni@FreeBSD.org * osa * pfg * ports@c0decafe.net <ports@c0decafe.net> * roam@FreeBSD.org * roam@orbitel.bg * sahne * sanpei@FreeBSD.org * sec@42.org * sf * shanee@augusta.de * shipley@dis.org * stolz@i2.informatik.rwth-aachen.de * sumikawa@FreeBSD.org * vanilla * wosch With hat: portmgr
* misc/mbuffer: Update to 20220418Fukang Chen2022-06-072-4/+4
| | | | | | | | | Changes according to the ChangeLog in the distribution tar ball: 20220418: - fix handling of filesystem full on stdout MFH: 2022Q2 (bugfix release)
* misc/mbuffer: Fix build on 12.3-RELEASE aarch64Fukang Chen2022-05-152-1/+68
| | | | | | https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-May/240425.html MFH: 2022Q2 (build fix)
* misc/mbuffer: Update to 20211018Fabian Keil2021-11-292-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Changes according to the ChangeLog in the distribution tar ball: 20211018: - fixes related to TCP timeout handling - enhancement: support setting config file via env var MBUFFERRC - documentation update 20211004: - make TCPTimeout=0 disable the TCP timeout - changed default TCP timeout from 10s to 100s - TCP timeout now can be give with suffixes ms,s,min,h - documented option for TCP timeout 20210829: - enhancement: accept IPv6 addresses in square bracket format - enhancement: more detailed warning message for connect failures - work around Solaris default old mercurial and incompatible sed PR: 260091 Submitted by: Fabian Keil <fk@fabiankeil.de> MFH: No (feature release)
* misc/mbuffer: Update to 20210328Fukang Chen2021-05-195-159/+36
| | | | | | | | | | | - Update to 20210328 - Switch to USES=autoreconf gmake instead of patching configure and Makefile.in - Take maintainership Reviewed by: koobs Approved by: koobs (ports, mentor, implicit) Differential Revision: https://reviews.freebsd.org/D30338 MFH: No (feature release)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/mbuffer: Update to 20200929Joseph Mingrone2021-01-164-130/+93
| | | | | | | | | | | | | | | | | | | | Upstream changes according to the ChangeLog: - enhancement: added option --no-direct to disable use of O_DIRECT - defaults: raised default TCP timeout to 10ms for WAN connections - fix: leave TCP buffer size untouched if not set - enhancement: add option to set TCP timeout - performance optimization: use recv with MSG_WAITALL instead of read - configure fix: look for objdump also with target prefix - testing: make sure to use gtar for testing to avoid unexpected failures - portability: NetBSD compatibility fix - build enhancement: added dependency calculation for make - build enhancement: automatic version string generation PR: 252737 Submitted by: Fabian Keil <fk@fabiankeil.de> Notes: svn path=/head/; revision=561737
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* misc/mbuffer: Update to 20200505Tobias Kortkamp2020-05-093-12/+12
| | | | Notes: svn path=/head/; revision=534706
* misc/mbuffer: Update to 20191016Tobias Kortkamp2019-10-182-4/+4
| | | | Notes: svn path=/head/; revision=514716
* misc/mbuffer: Update to 20190725Tobias Kortkamp2019-07-264-15/+39
| | | | Notes: svn path=/head/; revision=507354
* misc/mbuffer: Update to 20190127Tobias Kortkamp2019-01-292-4/+4
| | | | Notes: svn path=/head/; revision=491559
* misc/mbuffer: Update to 20190119Tobias Kortkamp2019-01-212-4/+4
| | | | Notes: svn path=/head/; revision=490855
* misc/mbuffer: Update to 20190113Tobias Kortkamp2019-01-142-14/+10
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=490310
* Unbreak misc/mbuffer when objdump is missing (for example on aarch64)Tobias Kortkamp2018-06-171-0/+169
| | | | | | | | | | 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. Notes: svn path=/head/; revision=472625
* misc/mbuffer: Update to 20180505Tobias Kortkamp2018-05-142-11/+8
| | | | | | | | | - 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 Notes: svn path=/head/; revision=469858
* misc/mbuffer: Don't accidentally pick up libgcrypt from the build environmentTobias Kortkamp2018-03-191-2/+5
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=464990
* misc/mbuffer: Update to 20180318Tobias Kortkamp2018-03-192-5/+6
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=464984
* misc/mbuffer: Update to 2017.10.11Tobias Kortkamp2018-03-143-27/+22
| | | | | | | | | | | - While here switch to options helpers PR: 222329 Submitted by: asomers Approved by: mm (maintainer timeout, 6 months) Notes: svn path=/head/; revision=464491
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update misc/mbuffer to 20160613Alan Somers2016-07-112-3/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=418392
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update mbuffer to 2015-10-02Baptiste Daroussin2015-11-182-3/+3
| | | | | | | | Approved by: mm (maintainer) Sponsored by: Gandi.net Notes: svn path=/head/; revision=401869
* 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-3/+0
| | | | | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket Notes: svn path=/head/; revision=382126
* Update mbuffer to 2014-12-27Martin Matuska2015-01-202-3/+3
| | | | Notes: svn path=/head/; revision=377501
* - Update to version 2014.03.10Marcus von Appen2014-10-073-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=370384
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355313
* Fix pkg-plist for mbufferMartin Matuska2014-01-191-3/+2
| | | | Notes: svn path=/head/; revision=340277
* Add STAGE support to misc/mbufferMartin Matuska2014-01-191-1/+0
| | | | Notes: svn path=/head/; revision=340267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Update to 2013.02.20Martin Matuska2013-06-222-5/+4
| | | | | | | | | | Take maintainership PR: ports/179804 Approved by: rafan Notes: svn path=/head/; revision=321549
* - adoption of optionsNGJason Helfman2013-06-031-8/+7
| | | | | | | | | - trim historical headers Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319758
* - mbuffer prefers mash, so let it be (also fixed hidden dependency to mhashRong-En Fan2012-05-271-0/+14
| | | | | | | | | | if it was installed at the time this port is built) PR: ports/168252 Submitted by: mm@ Notes: svn path=/head/; revision=297515
* - Update to 2011.07.24Rong-En Fan2012-01-143-30/+3
| | | | | | | - Drop sigaction patch as it was merged into upstream Notes: svn path=/head/; revision=289190
* Fix a typo.Jimmy Olgeni2011-09-091-2/+2
| | | | Notes: svn path=/head/; revision=281511
* - Correct the patch to use sigaction(2) for 7.x and 6.xRong-En Fan2011-03-281-5/+20
| | | | | | | Reported by: pointyhat via pav@ Notes: svn path=/head/; revision=271945
* - Update to 2011.03.17Rong-En Fan2011-03-263-3/+15
| | | | | | | | PR: ports/155899 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Notes: svn path=/head/; revision=271784
* - Update to 2011.01.19Rong-En Fan2011-01-242-3/+3
| | | | | | | | | PR: ports/154260 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Feature safe: yes Notes: svn path=/head/; revision=268170
* - Update to 2010.12.30Rong-En Fan2011-01-032-4/+6
| | | | | | | | | | | - Added LICENSE declaration (GPLv3) - Remove MD5 checksum PR: ports/153586 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Notes: svn path=/head/; revision=267317
* - Update to 2010.05.26Rong-En Fan2010-09-242-4/+4
| | | | | | | | PR: ports/150885 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Notes: svn path=/head/; revision=261758
* - Update to 2009.01.06Rong-En Fan2009-01-073-132/+4
| | | | Notes: svn path=/head/; revision=225392
* - Fix build on 6.x by using valloc(3) instead of posix_memalign(3)Rong-En Fan2008-12-261-11/+18
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=224812