Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.720_7,1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
3.3.720_7,1 24 Feb 2024 07:20:23 |
Muhammad Moinur Rahman (bofh) |
games/ldmud: Moved man to share/man
- Fix build with llvm16 and later
Approved by: portmgr (blanket) |
3.3.720_6,1 31 Dec 2023 03:51:44 |
Muhammad Moinur Rahman (bofh) |
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. |
3.3.720_6,1 29 Dec 2023 18:24:39 |
Muhammad Moinur Rahman (bofh) |
*/*: 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) |
3.3.720_6,1 29 Oct 2023 22:53:37 |
Muhammad Moinur Rahman (bofh) |
games/ldmud: Update OPTIONS_DEFAULT
- As MySQL57 is going to be EOL so switch off MYSQL option as DEFAULT
and unbreak
- Pet portclippy |
3.3.720_5,1 01 Feb 2023 12:07:22 |
Muhammad Moinur Rahman (bofh) |
games/ldmud: Ignore with mysql 8.0
- Pet portclippy
- Use options framework
PR: 269203
Reported by: exp-run |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
3.3.720_5,1 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.3.720_5,1 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
3.3.720_5,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.3.720_5,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.720_5,1 10 Sep 2020 07:45:48 |
danfe |
- Allow to build against contemporary versions of OpenSSL
- Add missing license information, remove useless comment |
3.3.720_5,1 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
3.3.720_5,1 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
3.3.720_5,1 26 Jul 2019 20:46:57 |
gerald |
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 |
3.3.720_4,1 05 Apr 2019 05:55:02 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
3.3.720_4,1 12 Dec 2018 01:35:36 |
gerald |
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 |
3.3.720_3,1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
3.3.720_3,1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.3.720_3,1 23 May 2016 20:35:01 |
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 |
3.3.720_3,1 25 Apr 2016 16:13:39 |
mat |
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 |
3.3.720_3,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.3.720_3,1 25 Sep 2015 06:21:22 |
bapt |
Remove useless @dirrm |
3.3.720_3,1 15 Apr 2015 08:20:28 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
3.3.720_2,1 22 Nov 2014 19:13:50 |
crees |
Switch to USES=pgsql |
3.3.720_2,1 15 Jul 2014 15:19:07 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
3.3.720_2,1 05 Jul 2014 12:19:33 |
tijl |
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) |
3.3.720_1,1 13 Jun 2014 07:36:28 |
olgeni |
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) |
3.3.720_1,1 19 Feb 2014 19:37:28 |
johans |
- Allow package build as user
- Style cleanups (no functional changes) |
3.3.720_1,1 25 Jan 2014 17:49:05 |
johans |
Add missing build dependency |
3.3.720_1,1 29 Dec 2013 14:37:13 |
johans |
Enable stage support |
3.3.720_1,1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.3.720_1,1 02 Sep 2013 15:39:17 |
bapt |
Add an explicit dependency on pkgconf |
3.3.720_1,1 14 Jul 2013 16:16:58 |
johans |
- Update WWW; trim header; update skipv
- No functional changes |
3.3.720_1,1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
3.3.720_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
3.3.720,1 28 Jun 2012 16:12:22 |
johans |
Convert to new options framework |
3.3.720,1 16 Jun 2012 14:51:46 |
johans |
Convert to new options framework |
3.3.720,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.3.720,1 12 Jun 2011 09:37:01 |
johans |
Rename ldmud.sh.in to ldmud.in
Reported by: dougb |
3.3.720,1 11 Jun 2011 10:29:42 |
johans |
- 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 |
3.4.2_1 08 Jun 2011 16:52:51 |
bapt |
- switch to USERS/GROUPS macros
- while here rmeove MD5
- Bump portrevision |
3.4.2 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
3.4.2 29 Apr 2008 12:49:36 |
edwin |
Update to 3.4.2 |
3.3.714 14 Jul 2007 22:39:13 |
trasz |
- Update to 3.3.714. This fixes build with gcc42.
Approved by: miwi (mentor) |
3.2.9 27 May 2007 02:55:24 |
kris |
BROKEN with gcc 4.2 |
3.2.9 04 Apr 2007 03:31:06 |
glewis |
. 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. |
3.2.9 16 Nov 2005 05:51:51 |
glewis |
. Add SHA256. |
3.2.9 08 Mar 2004 18:17:15 |
glewis |
. Remove non-working MASTER_SITE.
. SIZEify
Submitted by: distfiles survey [1] |
3.2.9 22 Jan 2004 12:18:43 |
trevor |
Use the CPIO macro defined in bsd.port.mk. |
3.2.9 05 Sep 2003 22:26:41 |
glewis |
. 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." |