notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/ldmud/Makefile

Number of commits found: 45

Saturday, 24 Feb 2024
07:20 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/ldmud: Moved man to share/man

- Fix build with llvm16 and later

Approved by:    portmgr (blanket)
commit hash: 1d57658378012bffc66973a55aa40c35a4e0a1f5 commit hash: 1d57658378012bffc66973a55aa40c35a4e0a1f5 commit hash: 1d57658378012bffc66973a55aa40c35a4e0a1f5 commit hash: 1d57658378012bffc66973a55aa40c35a4e0a1f5 1d57658
Sunday, 31 Dec 2023
03:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/ldmud: Remove non default option MYSQL

- When enabled with MYSQL option this port is BROKEN on all available
  versions of mysql in the tree.
commit hash: 5ff73616b7cebbbdedf2079ae36051df4e0481c6 commit hash: 5ff73616b7cebbbdedf2079ae36051df4e0481c6 commit hash: 5ff73616b7cebbbdedf2079ae36051df4e0481c6 commit hash: 5ff73616b7cebbbdedf2079ae36051df4e0481c6 5ff7361
Friday, 29 Dec 2023
18:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor with IGNORE_WITH_MYSQL

- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 ee6c86a
Sunday, 29 Oct 2023
22:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/ldmud: Update OPTIONS_DEFAULT

- As MySQL57 is going to be EOL so switch off MYSQL option as DEFAULT
  and unbreak
- Pet portclippy
commit hash: 80d7848151a426b4acc47443eab1be0d4e80d8b7 commit hash: 80d7848151a426b4acc47443eab1be0d4e80d8b7 commit hash: 80d7848151a426b4acc47443eab1be0d4e80d8b7 commit hash: 80d7848151a426b4acc47443eab1be0d4e80d8b7 80d7848
Wednesday, 1 Feb 2023
12:07 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/ldmud: Ignore with mysql 8.0

- Pet portclippy
- Use options framework

PR:		269203
Reported by:	exp-run
commit hash: 761babb06ef31d5be02f7ac254fd11a9951e4269 commit hash: 761babb06ef31d5be02f7ac254fd11a9951e4269 commit hash: 761babb06ef31d5be02f7ac254fd11a9951e4269 commit hash: 761babb06ef31d5be02f7ac254fd11a9951e4269 761babb
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Trull <freebsd.alex@trull.org>
  *  Alexander G. Chetirbock <bock@bock.nnov.ru>
  *  Alexander Langer <alex@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alfonso S. Siciliano <alfix86@gmail.com>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrej Zverev
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Andy Kosela <akosela@andykosela.com>
  *  Anton Yudin <toha@FreeBSD.org>
  *  Arjan van Leeuwen <avleeuwen@piwebs.com>
  *  Ayumi M <ayu@commun.jp>
  *  Bartosz Fabianowski <freebsd@chillt.de>
  *  Beech Rintoul <beech@FreeBSD.org>
  *  Ben Smithurst <ben@scientia.demon.co.uk>
  *  Bob Bomar <bob@fly.homeunix.org>
  *  Brian Buchanan <brian@CSUA.Berkeley.EDU>
  *  Ceri Davies (ceri@FreeBSD.org)
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Preston <rbg@gayteenresource.org>
  *  Dag-Erling C. Smørgrav <des@FreeBSD.org>
  *  Daniel J. O'Connor <darius@dons.net.au>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dave Chapeskie <dchapes@ddm.on.ca>
  *  Dave Walton <dwalton@acm.org>
  *  David Siebörger <drs@rucus.ru.ac.za>
  *  Dmitry Marakasov <amdmi3@FreeBSD.org>
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Dominic Fandrey
  *  Dominic Fandrey <kamikaze@bsdforen.de>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Eckart "Isegrim" Hofmann
  *  Ed Schouten <ed@fxq.nl>
  *  Edwin Groothuis
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Edwin Mons
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Anholt
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Erik Olson <erikolson@olsonexpress.com>
  *  Filippo Natali <filippo@widestore.net>
  *  Frank Laszlo <laszlof@freebsdmatrix.net>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fredrik Carlsson <fredrik@wasadata.com>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gautam Mani <execve@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Ginzburg Oleg
  *  GreenDog <fiziologus@gmail.com>
  *  Gustavo Perez Querol <gustau.perez@gmail.com>
  *  Göran Runfeldt <goranrunfeldt@home.se>
  *  HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
  *  HOTARU-YA <hotaru@tail.net>
  *  Holger Lamm <holger@eit.uni-kl.de>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  Igor Pokrovsky <tiamat@comset.net>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Ilya A. Arhipov <admin@gorodkirov.ru>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Howard <howardj@wam.umd.edu>
  *  Jan Jungnickel <jan@jungnickel.com>
  *  Jan Stocker <Jan.Stocker@t-online.de>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeremy <karlj000@unbc.ca>
  *  Jeremy Chadwick <yoshi@parodius.com>
  *  Jesse Smith <jessefrgsmith@yahoo.ca>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joel Sutton <jsutton@bbcon.com.au>
  *  Joel Sutton <sutton@aardvark.apana.org.au>
  *  Jordan DeLong <fracture@allusion.net>
  *  Jordan Irwin <antumdeluge@gmail.com>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Josh Tolbert
  *  Julian Assange
  *  Juraj Lutter <otis@sk.freebsd.org>
  *  Kalten <kalten@gmx.at>
  *  Karsten Brandt <kbrandt@sdf-eu.org>
  *  Kevin Zheng <kevinz5000@gmail.com>
  *  Kirill Ponomarew <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Klaus Goger <klaus.goger@reflex.at>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Thegler <lars@thegler.dk>
  *  Leland Wang <llwang@infor.org>
  *  Loren M. Lang <lorenl@alzatex.com>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mark Huizer <xaa+ports@timewasters.nl>
  *  Mark Murray <markm@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Kropfinger
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Tournoij <martin@arp242.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Matthew Gibson <mdg583@hotmail.com>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Alyn Miller <malyn@strangeGizmo.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Nottebrock <lofi@FreeBSD.org>
  *  Michael Williams <ports@mgwsoftware.com>
  *  Miguel Mendez <flynn@energyhq.es.eu.org>
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Nick Johnson <freebsd@spatula.net>
  *  Nicklas Johnson <freebsd@spatula.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikolai Lifanov <lifanov@mail.lifanov.com>
  *  Oleg Alexeenkov
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Patrick Li <pat@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Peter Dunning
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Radim Kolar
  *  Ralf Becker <ralf@akk.org>
  *  Raymond Pasco <ray@cultofray.net>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Ryo MIYAMOTO
  *  Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
  *  Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
  *  Satoshi Asami <asami@FreeBSD.org>
  *  Sean Bruno
  *  Sean Farley <sean-freebsd@farley.org>
  *  Seiichirou Hiraoka
  *  Seiichirou Hiraoka <flathill@flathill.gr.jp>
  *  Sergey Akifyev
  *  Shaun Amott <shaun@inerd.com>
  *  Shinya Esu <esu@yk.rim.or.jp>
  *  Simon Barner <barner@gmx.de>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Eggers <seggers@semyam.dinoco.de>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
  *  Stefan Jahn <stefan.jahn@nemesis-sektor.de>
  *  Stefan Zehl <sec@42.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven H. Samorodin (samorodi@NUXI.com)
  *  Steven Wallace <swallace@FreeBSD.org>
  *  Sugimoto Sadahiro <ixtl@utmc.or.jp>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sven Moeller <smoeller@nichthelfer.de>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Vogt <thomas.vogt@bsdunix.ch>
  *  Tobias Gion
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Toru YANO <toru@s-fine.co.jp>
  *  Travis Poppe <tlp@liquidx.org>
  *  UMENO Takashi
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Vasily Postnicov <shamaz.mazum@gmail.com>
  *  Vladimir Kondratiev <wulf@cicgroup.ru>
  *  Will Andrews <andrews@technologist.com>
  *  Wouter Reckman <gennerate@zonnet.nl>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yonatan <onatan@gmail.com>
  *  Yuichi Narahara
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  aaron@FreeBSD.org
  *  ada@bsd.org
  *  alepulver
  *  arved
  *  asami
  *  ayu <ayunyan@gmail.com>
  *  benlutz@datacomm.ch
  *  buratello@easy.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chris_pressey@yahoo.ca
  *  driedfruit
  *  edwin@mavetju.org
  *  eivind
  *  elfrink@introcom.nl
  *  erich@FreeBSD.org
  *  ericyu@mail2000.com.tw
  *  glewis@FreeBSD.org
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  issei <issei@jp.FreeBSD.org>
  *  jamie
  *  janek
  *  janos.mohacsi@bsd.hu
  *  jkh
  *  jmacd
  *  jmz
  *  joerg
  *  joerg@FreeBSD.org
  *  johans
  *  johnh@isi.edu
  *  jseger@scds.com
  *  krion@FreeBSD.org
  *  kris@FreeBSD.org
  *  lightside <lightside@gmx.com>
  *  loader <loader@freebsdmall.com>
  *  marina@surferz.net
  *  markand
  *  markm
  *  mdodd
  *  mek
  *  michael johnson <ahze@ahze.net>
  *  minter@lunenburg.org
  *  nbm
  *  neuroworker@gmail.com
  *  nox@jelal.kn-bremen.de
  *  pat@databits.net
  *  petef@FreeBSD.org
  *  pgs (original)
  *  proff
  *  pypt
  *  refugee
  *  roam@FreeBSD.org
  *  se
  *  searle
  *  sec@42.org
  *  simonm@dcs.gla.ac.uk
  *  steve farrell
  *  swallace
  *  thierry@pompo.net
  *  tmartin@andrew.cmu.edu
  *  verm@drunkmonk.net
  *  will
  *  xaa@stack.nl

With hat:	portmgr
commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c d56127b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 10 Sep 2020
07:45 danfe search for other commits by this committer
- Allow to build against contemporary versions of OpenSSL
- Add missing license information, remove useless comment
Original commitRevision:548184 
Friday, 15 Nov 2019
10:12 tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Original commitRevision:517643 
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Friday, 5 Apr 2019
05:55 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:497927 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
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
Original commitRevision:415742 
Monday, 25 Apr 2016
16:13 mat search for other commits by this committer
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Original commitRevision:414014 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 15 Apr 2015
08:20 tijl search for other commits by this committer
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384038 
Saturday, 22 Nov 2014
19:13 crees search for other commits by this committer
Switch to USES=pgsql
Original commitRevision:373091 
Tuesday, 15 Jul 2014
15:19 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361946 
Saturday, 5 Jul 2014
12:19 tijl search for other commits by this committer
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
Original commitRevision:360738 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Wednesday, 19 Feb 2014
19:37 johans search for other commits by this committer
- Allow package build as user
- Style cleanups (no functional changes)
Original commitRevision:345137 
Saturday, 25 Jan 2014
17:49 johans search for other commits by this committer
Add missing build dependency
Original commitRevision:341069 
Sunday, 29 Dec 2013
14:37 johans search for other commits by this committer
Enable stage support
Original commitRevision:337994 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Monday, 2 Sep 2013
15:39 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326013 
Sunday, 14 Jul 2013
16:16 johans search for other commits by this committer
- Update WWW; trim header; update skipv
- No functional changes
Original commitRevision:322991 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Thursday, 28 Jun 2012
16:12 johans search for other commits by this committer
Convert to new options framework
Original commit
Saturday, 16 Jun 2012
14:51 johans search for other commits by this committer
Convert to new options framework
Original commit
Sunday, 12 Jun 2011
09:37 johans search for other commits by this committer
Rename ldmud.sh.in to ldmud.in

Reported by:    dougb
Original commit
Saturday, 11 Jun 2011
10:29 johans search for other commits by this committer
- Update to 3.3.720 (note: the 3.4.x branch was dropped)
- Set PORTEPOCH
- List OpenSSL and PCRE dependencies
- Clean up startup script
- Add options for IPv6 and database backends
- Grab maintainership
Original commit
Wednesday, 8 Jun 2011
16:52 bapt search for other commits by this committer
- switch to USERS/GROUPS macros
- while here rmeove MD5
- Bump portrevision
Original commit
Friday, 20 Nov 2009
22:53 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Tuesday, 29 Apr 2008
12:49 edwin search for other commits by this committer
Update to 3.4.2
Original commit
Saturday, 14 Jul 2007
22:39 trasz search for other commits by this committer
- Update to 3.3.714.  This fixes build with gcc42.

Approved by:    miwi (mentor)
Original commit
Sunday, 27 May 2007
02:55 kris search for other commits by this committer
BROKEN with gcc 4.2
Original commit
Wednesday, 4 Apr 2007
03:31 glewis search for other commits by this committer
. Drop maintainership of these ports.  Its glaringly obvious that I don't
  have time to maintain them since I'm not even keeping up with the ports
  that are most important to me.
Original commit
Monday, 8 Mar 2004
18:17 glewis search for other commits by this committer
. Remove non-working MASTER_SITE.
. SIZEify

Submitted by:   distfiles survey [1]
Original commit
Thursday, 22 Jan 2004
12:18 trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
Original commit
Friday, 5 Sep 2003
22:26 glewis search for other commits by this committer
. Add a port of the LDMud driver (with optional 2.4.5 mudlib).

"LDMud started as a project to clean up and modernize Amylaar's LPMud
 gamedriver. Primary goals are full documentation, a commented source
 body and out-of-the-box support for the major mudlibs, of which the
 commented source body has been pretty much completed. During the
 course of work a lot of bug fixes and improvements found their way
 into the driver - much more than originally expected, and definitely
 enough to make LDMud a driver in its own right."
Original commit

Number of commits found: 45