non port: net/unison232/Makefile |
Number of commits found: 45 |
Monday, 15 Jan 2024
|
11:27 Rene Ladan (rene)
net/unison232: Remove expired port
2024-01-15 net/unison232: More recent versions are in the tree consider using
net/unison240
2ad711d |
Friday, 15 Dec 2023
|
12:55 Muhammad Moinur Rahman (bofh)
net/unison232: Mark DEPRECATED
- BROKEN with latest ocaml
- More recent versions unison240, unison248, unison251 and unison(253)
are in the tree
- Set EXPIRATION_DATE to 2024-01-15
Approved by: portmgr (blanket)
1bcddca |
Wednesday, 5 Jul 2023
|
09:55 Guido Falsi (madpilot)
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]
Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.
Bumping PORTREVISION for all dependent ports that were not updated.
PR: 272067
Approved by: michipili@gmail.com (maintainer timeout),
eduardo (maintainer timeout) [1],
danfe [2],
hrs (maintainer timeout) [3],
dumbbell (maintainer timeout) [4],
mandree (implicit) [5]
Differential Revision: https://reviews.freebsd.org/D40599
2b40e46 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Friday, 25 Nov 2022
|
16:32 Guido Falsi (madpilot)
net/unison232: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2.
Reported by: Tõivo Leedjärv <toivol@gmail.com> (upstream developer)
Approved by: mandree (maintainer, implicit)
02b76fa |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alex Miller <asm@asm.kiev.ua>
* Alexander Hausner <alex@hugo.bmg.gv.at>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Novitsky
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Panyushkin <vsityz@gmail.com>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Alfred Perlstein <alfred@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Anatoliy Dmytriyev
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreas Kohn <andreas@syndrom23.de>
* Andrei Lavreniyuk <andy.lavr@gmail.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <thompsa@FreeBSD.org>
* Andrey Zakhvatov
* Andy Kosela <akosela@andykosela.com>
* Anes Mukhametov <anes@anes.su>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Yuzhaninov <citrin@citrin.ru>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Querubin <tony@lava.net>
* Archie Cobbs
* Arne Lundberg <arlu@telia.com>
* Babak Farrokhi
* Babak Farrokhi <babak@farrokhi.net>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Bartek Rutkowski robak@FreeBSD.org
* Bill Fenner <fenner@FreeBSD.org>
* Bill Fumerola <billf@chc-chimes.com>
* Bill Fumerola <billf@mu.org>
* Bjorn Konig <bkoenig@alpha-tierchen.de>
* Blaz Zupan <blaz@si.FreeBSD.org>
* BluePex Security Solutions <freebsd-ports@bluepex.com>
* Bob Frazier
* Boris Lytochkin <lytboris@gmail.com>
* Brad Davis <so14k@so14k.com>
* Brent B. Powers <bbp2006@columbia.edu>
* Brian Somers <brian@FreeBSD.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* Bruce Simpson
* Carlo Strub <cs@FreeBSD.org>
* Carlos J Puga Medina <cpm@FreeBSD.org>
* Carsten Larsen <cs@innolan.dk>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chris Hutchinson <portmaster@BSDforge.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Brueffer <chris@unixpages.org)
* Christian Laursen <xi@borderworlds.dk>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
* Clement Laforet
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Corey Smith <corsmith@gmail.com>
* Cory R. King <coryking@mozimedia.com>
* Craig Boston <craig@yekse.gank.org>
* Craig Leres <leres@FreeBSD.org>
* Daisuke Aoyama <aoyama@peach.ne.jp>
* Dan Caescu <daniel at freebsd.ro>
* Dan Pelleg <dpelleg+unison@cs.cmu.edu>
* Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
* Daniel Bryan <sisko@bsdmail.com>
* Daniel O'Connor <darius@dons.net.au>
* Danilo G. Baio <dbaio@FreeBSD.org>
* Danny Howard <dannyman@tellme.com>
* David Carlier
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien (obrien@cs.ucdavis.edu)
* David O'Brien <obrien@NUXI.com>
* David Shane Holden <dpejesh@yahoo.com>
* David Thiel (lx@redundancy.redundancy.org)
* David Thiel <lx@redundancy.redundancy.org>
* Dean Freeman (wfreeman@sourcefire.com)
* Denis Generalov <gd.workbox@gmail.com>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Dennis Herrmann <dhn@FreeBSD.org>
* Derek Schrock <dereks@lifeofadishwasher.com>
* Diederik de Groot
* Dima Dorfman <dd@FreeBSD.org>
* Dima Panov <fluffy@FreeBSD.org>
* Dima Sivachenko
* Dima Sivachenko <dima@chg.ru>
* Dirk-Willem van Gulik / dirkx@webweaving.org
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Dominic Marks <dominic.marks@btinternet.com>
* Dominic Mitchell <dom@happygiraffe.net>
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu
* Ed Schouten <ed@FreeBSD.org>
* Edwin Groothuis (edwin@mavetju.org)
* Elias Mandouvalos <ocean@compulink.gr>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Richiardone (err@tollari.org)
* Eric Freeman <freebsdports@chillibear.com>
* Erich Zigler <erich@tacni.net>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Eugene Grosbein <ports@grosbein.net>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Hanley
* Felix Hanley <felix@userspace.com.au>
* Filippo Natali <filippo.natali@gmail.com>
* Filippo Natali <filippo@widestore.net>
* Florent Thoumie <flz@xbsd.org>
* Franco Fichtner <franco@opnsense.org>
* Frank Fenor <frank@fenor.de>
* Frank W. Josellis <frank@dynamical-systems.org>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fukang Chen <loader@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
* Gabriel Dutra <0xdutra@gmail.com>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gaspar Chilingarov <nm@web.am>
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Geoff Garside
* George Reid <greid@ukug.uk.freebsd.org>
* George V. Neville-Neil
* Gerrit Beine (<tux@pinguru.net>)
* GomoR <netpkt@gomor.org>
* Goran Tal
* Greg Larkin <glarkin@FreeBSD.org>
* Gregory Edigarov <greg@bestnet.kharkov.ua>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guerkan Karaman <gk.freebsd@googlemail.com>
* Gunter Wambaugh <gunter@six-two.net>
* Gustau Perez <gustau.perez@gmail.com>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* HSIN-HSIUNG CHANG
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Haowu Ge <ghw@7axu.com>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Hodne <henrik@hodne.io>
* Honza Betik
* Hugo Saro <hugo@barafranca.com>
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@FreeBSD.org>
* IWATSUKI Hiroyuki <don@na.rim.or.jp>
* Iblis Lin <iblis@hs.ntnu.edu.tw>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* Ilya Bakulin <webmaster@kibab.com>
* Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* Jacques Vidrine <nectar@FreeBSD.org>
* James Elstone <james@elstone.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jan Hornyak <pav@oook.cz>
* Janni
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Janos.Mohacsi@bsd.hu
* Janos.Mohacsi@dante.org.uk
* Jase Thew <freebsd@beardz.net>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Putsch <jdputsch@comcast.net>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jesper Skriver <jesper@FreeBSD.org>
* Jesse McConnell <jesse@gallup.com>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Clarke
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Bayly <freebsd.ports@tipstrade.net>
* John Hixson <jhixson@gmail.com>
* John Hixson<jhixson@FreeBSD.org>
* John Polstra <jdp@FreeBSD.org>
* Jon Nistor <nistor@snickers.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose M. Alcaide <jose@we.lc.ehu.es>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Scott <joseph@randomnetworks.com>
* Joshua Goodall <joshua@roughtrade.net>
* Jov <amutu@amutu.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Juraj Lutter <otis@FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Karsten Pedersen <kpedersen@disroot.org>
* Kelly Yancey <kbyanc@FreeBSD.org>
* Kelly Yancey <kbyanc@posi.net>
* Kevin Bowling <k@kev009.com>
* Kevin Bowling <kbowling@freebsd.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kirill Ponomarew <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org
* Kris Kennaway <kris@FreeBSD.org>
* Kristof Provost <kp@FreeBSD.org>
* Krzysztof Stryjek <ports@bsdserwis.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Lars Eggert <lars@eggert.org>
* Lars Erik Gullerud <lerik@nolink.net>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* M. Birgmeier
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Mahlon E. Smith <mahlon@martini.nu>
* Maksym Sobolyev <sobomax@pbxpress.it>
* Manuel Creach <manuel.creach@icloud.com>
* Marcin Cieslak <saper@system.pl>
* Marcin Jessa <freebsd@yazzy.org>
* Marcin Jessa <yazzy@yazzy.org>
* Marco P. Rodrigues <drkangel@drkangel.org>
* Marco Steinbach <coco@webdev.c0c0.intra>
* Marcus Glocker <marcus@nazgul.ch>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mars G Miro <spry@anarchy.in.the.ph>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Massimiliano Stucchi <mstucchi@ripe.net>
* Matt Emmerton <matt@gsicomp.on.ca>
* Matt Peterson <matt@peterson.org>
* Matthew George <mdg@secureworks.net>
* Matthew Luckie <mjl@luckie.org.nz>
* Matthew Seaman
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Teege <matthias@mteege.de>
* Max Khon <fjoe@FreeBSD.org>
* Max V. Kostikov <max@kostikov.co>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meno Abels <meno.abels@adviser.com>
* Michael Frey <frey@raum3.de>
* Michael Handler <handler@grendel.net>
* Michael Johnson <ahze@FreeBSD.org
* Michael Johnson <ahze@FreeBSD.org>
* Michael Joyner <mjoyner@hq.dyns.cx>
* Michael Kohn <mike@mikekohn.net>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Muenz <m.muenz@gmail.com>
* Mike Carlson <carlson39@llnl.gov>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikhail Zakharov <zmey20000@yahoo.com>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bd_subzero@yahoo.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Munechika SUMIKAWA <sumikawa@FreeBSD.org>
* Nathan Whitehon <nwhitehorn@freebsd.org>
* Neil Booth
* Nick Sayer <nsayer@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nobutaka Mantani <nobutaka@FreeBSD.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oliver Mahmoudi <olivermahmoudi@gmail.com>
* Olivier Cochard-Labbé <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Tharan <olive@oban.frmug.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Pankov Pavel <pankov_p@mail.ru>
* Paolo Pisati <flag@gufi.org>
* Patrick Li <pat@databits.net>
* Patrick MARIE <mycroft@virgaria.org>
* Patrick Powell <papowell@astart.com>
* Paul Dlug <paul@aps.org>
* Paul Schmehl <pauls@utdallas.edu>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Peter Pentchev <roam@FreeBSD.org>
* Philip M. Gollucci <ports@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Phillip Neumann <pneumann@gmail.com>
* Piotr Florczyk <pf@itwf.pl>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Raffaele De Lorenzo - raffaele.delorenzo@libero.it
* Rich Neswold <rneswold@mcs.net>
* Richard Gallamore <ultima@FreeBSD.org>
* Roger Hardiman <roger@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Roman Neuhauser (<neuhauser@bellavista.cz>)
* Roman Shterenzon <roman@xpert.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rong-En Fan <rafan@infor.org>
* Roy Marples <roy@marples.name>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Francis
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Seamus Venasse <svenasse@polaris.ca>
* Sebastien Petit <spe@phear.org>
* Sebastien Santoro <dereckson@gmail.com>
* Seiichirou Hiraoka
* Sergei Kolobov <sergei@kolobov.com>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sergey Velichkevych <serg@cad.kiev.ua>
* Shinsuke Matsui (<smatsui@karashi.org>)
* Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
* Simon Barner <barner@gmx.de>
* Simun Mikecin < numisemis at yahoo dot com >
* Simun Mikecin <numisemis@yahoo.com>
* Sofian Brabez <sbrabez@gmail.com>
* Stacey D. Son <sds@son.org>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Hagen <sh@codevoid.de>
* Steve Jacobson <sjac@cs.stanford.edu>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunagawa Koji <koj@ofug.net>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TERAMOTO Masahiro <markun@onohara.to>
* Talal Al Dik (tad@vif.com)
* Thibault Payet <monwarez@mailoo.org>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Dreibholz <dreibh@iem.uni-due.de>
* Thomas Quinot <thomas@cuivre.fr.eu.org>
* Tillman Hodgson <tillman@seekingfire.com>
* Tim Bishop <tim@bishnet.net>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timothy Redaelli <drizzt@gufi.org>
* Tom McLaughlin <tmclaugh@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Trenton Schulz <trueos@norwegianrockcat.com>
* Trevor Corpropst <tcornpropst@cox.net>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Vadim Belman <vab@lflat.vas.mobilix.dk>
* Valery Komarov <komarov@valerka.net>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vasil Dimov <vd@FreeBSD.org>
* Vassili Tchersky <vt@bsdjeunz.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Victor Yagofarov <xnasx@yandex.ru>
* Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Weongyo Jeong <weongyo@FreeBSD.org>
* Willem Jan Withagen <wjw@digiware.nl>
* William Grzybowski <wg@FreeBSD.org>
* William Ward <William.Ward@ericsson.com>
* Winston Weinert <winstonw@lavabit.com>
* Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yann Berthier <yb@sainte-barbe.org>
* Yarema <yds@CoolRat.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yen-Ming Lee <leeym@leeym.com>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yukihiro Nakai <Nacai@iname.com>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* aaron@FreeBSD.org
* ache
* adam
* adam@veda.is
* adamw
* alepulver
* alexp
* andreas
* andreas@FreeBSD.org
* andrey@kostenko.name
* arved
* asami
* ats (original)
* brd@FreeBSD.org
* brix@FreeBSD.org
* bsdx
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clsung
* clsung@dragon2.net
* cpm <cpm@fbsd.es>
* cy@FreeBSD.org
* dave@dogwood.com
* dds
* devin@spamcop.net
* dikshie <dikshie@lapi.itb.ac.id>
* dikshie@sfc.wide.ad.jp
* doconnor@gsoft.com.au
* erwin@FreeBSD.org
* fenner
* gahr
* gebhart@secnetix.de
* glarkin
* glewis
* gugu
* igor@zynaps.ru
* ijliao
* james@targetnet.com
* jameskamlyn@gmail.com
* jamundsen
* janos.mohacsi@bsd.hu
* jeff@cetlink.net
* jesusr
* jhay
* jkh
* johans@stack.nl
* jupengfei <jupengfei@gmail.com>
* kai
* krion@FreeBSD.org
* kris@FreeBSD.org
* kungfuftr <scott@surreytech.co.uk>
* kuriyama
* lance@evitel.net
* lbartoletti <lbartoletti@FreeBSD.org>
* liamfoy@sepulcrum.org
* lwhsu@FreeBSD.org
* marck@FreeBSD.org
* matusita@jp.FreeBSD.org
* maurice
* melifaro@ipfw.ru
* mfechner@FreeBSD.org
* mharo@FreeBSD.org
* michael johnson <ahze@ahze.net>
* mike@binghamton.edu
* msmith
* mwest@uct.ac.za
* nbm
* netch@netch.kiev.ua
* nishida@sfc.wide.ad.jp
* nork@FreeBSD.org
* pat@databits.net
* paul@FreeBSD.org
* petef
* petef@FreeBSD.org
* peter
* ports@c0decafe.net
* quest <quest@mac.com>
* rdenis@simphalempin.com
* renchap@cocoa-x.com
* rflynn@acsalaska.net
* roam@orbitel.bg
* ru
* ryo
* scrappy@FreeBSD.org
* shan
* shanali
* shigeru@iij.ad.jp
* shipley@dis.org
* skreuzer
* smace@FreeBSD.org
* sobomax
* spf@xslt.cs.nccu.edu.tw
* stast
* stb
* steinex
* sten@blinkenlights.nl
* swills@
* thierry@pompo.net
* tim@relay.nnn.tstu.ru
* timur@FreeBSD.org
* tm@onepost.net
* trevor
* vanhu <vanhu@netasq.com>
* vanilla
* vanilla@
* wenheping <wenheping@gmail.com>
* will
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
* # Created by Radim Kolar <hsn@sendmail.cz>
With hat: portmgr
6a378e5 |
Monday, 27 Sep 2021
|
12:44 Alexey Dokuchaev (danfe)
net/unison2{32,40}: unbreak against immutable strings in OCaml 4.06+.
7b013f0 |
Monday, 9 Aug 2021
|
17:30 Matthias Andree (mandree)
net/unison232: LIB_DEPENDS+=harfbuzz for X11
Reported by: stage-qa script
0a7852f |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 16 Nov 2020
|
12:34 madpilot
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.11 [1]
- Update net/unison to 2.51.3
- Add patch to pots of previouss unison versions to work with newer
x11-toolkits/ocaml-lablgtk2 [2]
Approved by: mandree [2], danfe (via email) [1]
Differential Revision: https://reviews.freebsd.org/D26924
|
Wednesday, 28 Oct 2020
|
21:34 mandree
net/unison232: isolate self-test from pre-existing $HOME
On the "exp - 121amd64-default-build-as-use" builder, $HOME appears
to be /nonexistent, and this jeopardizes the self-test.
Feed the selftest mktemp -d as its HOME so it doesn't read from,
or pollute, the actual building user's home directory.
Thanks to: pkg-fallout, kevans, rhtoad.
No PORTREVISION bump as this is purely a build-time fix.
MFH: 2020Q4 (blanket, one-line tested build robustness fix)
|
Saturday, 24 Oct 2020
|
11:20 mandree
Backport upstream fix for OCaml 4 to avoid SIGSEGV
Unison 2.32.x consistently crashes on startup after reading its configuration
file with a SIGSEGV and does not serve its purpose at all.
Pull in upstream fix from
https://github.com/bcpierce00/unison/commit/891c081690ae4605c9bf818ee89fbdf2416b3dd7#diff-4117bab3eb479a1766c95c36bb61dd35c817a76e57f9c4c9a430948f504453de
Suggested by madpilot@ in https://reviews.freebsd.org/D26924#600631
While here, run the selftest as part of the build to catch such issues
in the future and receive pkg-fallout@ mail.
While here, also remove MAKE_JOBS_UNSAFE.
Bump PORTREVISION to trigger a rebuild and flush out the broken packages.
(The absence of bug reports however suggests that unison 2.32 is no longer
used or needed widely.)
Obtained from: Benjamin Pierce's upstream repo (madpilot@)
MFH: 2020Q4 (blanket, unbreak program, single patch)
|
Wednesday, 13 May 2020
|
09:32 amdmi3
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
Approved by: portmgr blanket
|
Sunday, 26 Apr 2020
|
13:51 mandree
WWW/DL link maintenance in pkg-descr and Makefile
...to avoid permanent redirects, or broken sites.
MFH: 2020Q2 (blanket, download/WWW URL chase)
|
Sunday, 24 Nov 2019
|
16:45 tobik
net/unison*, audio/asterisk-*: Set FLAVOR to a non-empty value by default
Use range modifier properly. The right syntax for looking up the
first word of a variable is ${FLAVORS:[1]}.
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22530
|
Friday, 8 Nov 2019
|
13:48 tobik
net: Add missing USES={gnome,php}
|
Thursday, 12 Apr 2018
|
09:48 madpilot
- Add x11/nox11 flavors to old unison ports
- While here rename and regenerate patch file to conform to standard
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D15006
|
Thursday, 12 Oct 2017
|
15:57 mat
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
|
Tuesday, 7 Mar 2017
|
22:02 madpilot
- Convert unison ports to option helpers
- Some whitespace fixes
- No functional change
Approved by: mandree (for net/unison232, implicit)
|
Tuesday, 19 Jul 2016
|
11:04 mat
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 23 May 2016
|
20:35 amdmi3
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Saturday, 16 Apr 2016
|
12:29 danfe
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 11 May 2015
|
18:34 mat
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Monday, 4 May 2015
|
15:46 madpilot
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat)
|
Tuesday, 17 Mar 2015
|
09:46 madpilot
- Fix dependency on ocaml to avoid conflicting oringins when building
in poudriere [1]
- While here, remove an old uneeded PATCH_DEPENDS
- Bump PORTREVISION also in slave port due to changes in conflicts
and dependencies
Submitted by: jlh@ (via email) [1]
Approved by: mandree (implicit, for net/unison232)
|
Thursday, 1 Jan 2015
|
18:17 madpilot
- Update net/unison to 2.48.3
- Preserve unison 2.40 as net/unison240 and update to 2.40.128
- Remove uneeded USES=desktop-file-utils from unison ports [1]
Approved by: mandree (implicit, for net/unison232) [1]
|
Tuesday, 18 Nov 2014
|
12:07 madpilot
- Add USES desktop-file-utils
- Remove improper use of PLIST_FILES
- Cleanup plist
Approved by: mandree@ (maintainer, implicit)
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thursday, 26 Jun 2014
|
21:56 madpilot
Pass MAKE_ENV to MAKE_CMD.
Noticed by: bapt (in r359185)
|
Wednesday, 25 Jun 2014
|
05:35 bapt
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Thursday, 7 Nov 2013
|
20:01 mandree
- Fix build with DOCS option disabled [1]
- Remove dependency on desktop-file-utils, we do not install MIME types.
PR: 183703 [1]
Submitted by: madpilot [1]
|
Sunday, 29 Sep 2013
|
09:38 madpilot
Convert unison ports to staging
Approved by: bsam (for net/unison-nox11)
Approved by: mandree (implicit, for net/unison232)
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Tuesday, 5 Mar 2013
|
20:22 bf
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports
PR: 144982, 149958
Reviewed by: johans (earlier version of the patch)
|
Saturday, 13 Oct 2012
|
08:42 madpilot
- Make port convert and use icons which come with the distribution
- Remove indefinite article from COMMENT
- Trim Makefiles headers
- Bump PORTREVISION
PR: ports/172492
Submitted by: Boris Samorodov <bsam@FreeBSD.org>
Approved by: mandree (implicit, maintainer of net/unison232)
Approved by: tabthorpe (portmgr)
Feature safe: yes
|
Tuesday, 2 Oct 2012
|
16:40 az
- Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.
Spotted by: zont@
Approved by: portmgr (bapt@)
|
Saturday, 2 Jun 2012
|
17:40 madpilot
- Revert back to using the X11 knob in options [1]
- Add missing ?= to unison master port
- Fix conflicts in net/unison-nox11 [2]
- Bump PORTREVISION [3]
Reported by: David Cecchin <dcecchin@gmail.com> [1], Sulev-Madis "ketas"
Silber <madis555@hot.ee> [2] (both by email)
Approved by: Boris Samorodov <bsam@FreeBSD.org> (maintainer of
net/unison-nox11)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, maintainer of
net/unison232)
Approved by: crees, tabthorpe (mentors, implicit)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Thursday, 31 May 2012
|
21:12 madpilot
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop
Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by: tabthorpe (mentor)
|
Tuesday, 17 Apr 2012
|
17:47 madpilot
Update comment to reference my FreeBSD.org email address.
Approved by: mandree (maintainer), tabthorpe (mentor)
|
Tuesday, 5 Apr 2011
|
09:56 mandree
Pull upstream fix to allow compilation with the updated ocaml 3.12.
|
Monday, 28 Feb 2011
|
01:56 mandree
Add new port: net/unison232, an older version of net/unison that speaks
the 2.32 protocol for compatibility with hosts not using FreeBSD ports. [1]
Note that other than discussed in the PR, this port installs
unison232[-text] commands and documentation into .../unison232
directories so as to avoid conflicts with net/unison and allow
parallel installation of both ports.
Other changes since repocopy than renaming:
- Take maintainership for this new port for now and grant Guido Falsi
implicit approval for port changes.
- Downgrade to 2.32.52 (the repocopy copied HEAD rather than the
specified date) - note I'm not bumping PORTEPOCH since unison232
wasn't hooked to the build before this commit, and we've renamed to
installed port/package from unison to unison232, so it's technically a
new port.
- Query GTK2 support through OPTIONS framework, unless WITHOUT_X11 is
defined. Check WITHOUT_GTK2 variable, don't care about WITH_GTK2.
- Create ${DESKTOPDIR} before trying to install files into it, for the
benefit of systems that install into a fresh PREFIX.
- Remove CONFLICTS, add PKGNAMESUFFIX=232.
- Clean up the Makefile a bit, and don't hide non-echo/cat commands
- Remove pkg-message variants
- Hook net/unison232 to the tree in net/Makefile
- Add UPDATING entry
- Add German translation for the .desktop file.
PR: ports/154912 [1]
Submitted by: mandree (myself)
|
Sunday, 27 Feb 2011
|
19:49 mandree
(forced commit:) Repocopied by marcus@ from ports/net/unison
as of Sat Feb 19 12:52:12 2011 UTC.
Requested by: mandree@
PR: ports/154912.
|
Number of commits found: 45 |