| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Changes according to the ChangeLog in the distribution tar ball:
20220418:
- fix handling of filesystem full on stdout
MFH: 2022Q2 (bugfix release)
|
|
|
|
|
|
| |
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-May/240425.html
MFH: 2022Q2 (build fix)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=550400
|
|
|
|
| |
Notes:
svn path=/head/; revision=534706
|
|
|
|
| |
Notes:
svn path=/head/; revision=514716
|
|
|
|
| |
Notes:
svn path=/head/; revision=507354
|
|
|
|
| |
Notes:
svn path=/head/; revision=491559
|
|
|
|
| |
Notes:
svn path=/head/; revision=490855
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- Fix LICENSE
Notes:
svn path=/head/; revision=464990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- While here switch to options helpers
PR: 222329
Submitted by: asomers
Approved by: mm (maintainer timeout, 6 months)
Notes:
svn path=/head/; revision=464491
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436247
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
Approved by: mm (maintainer)
Sponsored by: Gandi.net
Notes:
svn path=/head/; revision=401869
|
|
|
|
|
|
|
|
|
| |
Categories: irc, x11-clocks, benchmarks, misc, textproc
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382126
|
|
|
|
| |
Notes:
svn path=/head/; revision=377501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363374
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361812
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355313
|
|
|
|
| |
Notes:
svn path=/head/; revision=340277
|
|
|
|
| |
Notes:
svn path=/head/; revision=340267
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
|
|
|
|
|
|
| |
Take maintainership
PR: ports/179804
Approved by: rafan
Notes:
svn path=/head/; revision=321549
|
|
|
|
|
|
|
|
|
| |
- trim historical headers
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=319758
|
|
|
|
|
|
|
|
|
|
| |
if it was installed at the time this port is built)
PR: ports/168252
Submitted by: mm@
Notes:
svn path=/head/; revision=297515
|
|
|
|
|
|
|
| |
- Drop sigaction patch as it was merged into upstream
Notes:
svn path=/head/; revision=289190
|
|
|
|
| |
Notes:
svn path=/head/; revision=281511
|
|
|
|
|
|
|
| |
Reported by: pointyhat via pav@
Notes:
svn path=/head/; revision=271945
|
|
|
|
|
|
|
|
| |
PR: ports/155899
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Notes:
svn path=/head/; revision=271784
|
|
|
|
|
|
|
|
|
| |
PR: ports/154260
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Feature safe: yes
Notes:
svn path=/head/; revision=268170
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/150885
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Notes:
svn path=/head/; revision=261758
|
|
|
|
| |
Notes:
svn path=/head/; revision=225392
|
|
|
|
|
|
|
| |
Reported by: pointyhat via erwin
Notes:
svn path=/head/; revision=224812
|