Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.2_11,1 15 Jan 2025 22:31:13
    |
Rene Ladan (rene)  |
devel/raknet: Remove expired port
2025-01-15 devel/raknet: Unmaintained upstream, only builds with EOL toolchain |
3.9.2_11,1 30 Nov 2024 10:44:58
    |
Gerald Pfeifer (gerald)  |
devel/raknet: Deprecate port
This is unmaintained upstream and with GCC 11 requires an end-of-life
toolchain, so deprecate with an expiration period on 1.5 months.
PR: 266190
Approved by: martymac (maintainer) |
3.9.2_11,1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.9.2_10,1 08 Sep 2022 10:42:22
    |
Ganael LAPLANCHE (martymac)  |
devel/raknet: force use of gcc 11
Raknet does not build with gcc 12 because of missing c++ operators,
this prevents GCC_DEFAULT bump to 12.
As that port is old and un-maintained upstream, just force gcc 11 for
now.
PR: 266190
Reported by: salvadore |
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.9.2_10,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.9.2_10,1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.9.2_10,1 04 Jun 2021 05:53:21
    |
Gerald Pfeifer (gerald)  |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
3.9.2_10,1 06 May 2021 11:47:41
    |
Mathieu Arnold (mat)  |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
3.9.2_10,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.9.2_10,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.9.2_9,1 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.9.2_9,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.9.2_8,1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.9.2_7,1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.9.2_6,1 25 Jan 2018 11:07:51
  |
martymac  |
Make portlint happier with my ports (reorder variables) |
3.9.2_6,1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.9.2_5,1 15 May 2017 10:18:58
  |
martymac  |
Fix build with Gcc 6
PR: 219283
Submitted by: jbeich |
3.9.2_5,1 03 May 2017 05:52:55
  |
linimon  |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.9.2_5,1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.9.2_4,1 11 Dec 2016 08:25:57
  |
antoine  |
Those ports build fine with bsd make |
3.9.2_4,1 20 Nov 2016 09:38:09
  |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.9.2_3,1 08 May 2015 14:04:51
  |
amdmi3  |
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
3.9.2_2,1 13 Oct 2014 07:12:43
  |
martymac  |
Remove @dirrm/@dirrmty from my ports |
3.9.2_2,1 15 Jul 2014 23:11:13
  |
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
3.9.2_2,1 12 Mar 2014 08:01:20
  |
martymac  |
- Fix devel/raknet's distname within LEGAL file
- Rephrase reason and make it match between LEGAL and port's Makefile
Submitted by: eadler |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
3.9.2_2,1 11 Dec 2013 00:30:11
  |
eadler  |
Use LEGAL_TEXT to indicate that we have permission to distribute this port.
Approved by: portmgr (implicit) |
3.9.2_2,1 09 Dec 2013 08:18:38
  |
martymac  |
Fix build with Gcc 4.7
PR: ports/184573, ports/182136
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
3.9.2_2,1 06 Dec 2013 13:19:33
  |
martymac  |
Replace USE_GCC=yes by USE_GCC=any as base Gcc is sufficient to build raknet |
3.9.2_2,1 03 Dec 2013 08:34:30
  |
martymac  |
Convert my ports from using USE_DOS2UNIX to USES=dos2unix |
3.9.2_2,1 26 Nov 2013 07:59:04
  |
martymac  |
Use '${COPYTREE_SHARE} .' instead of '${COPYTREE_SHARE} \*' in my ports
Suggested by: danfe |
3.9.2_2,1 22 Nov 2013 11:31:14
  |
martymac  |
Do not mute INSTALL_xxx actions
Reported by: danfe |
3.9.2_2,1 08 Nov 2013 10:45:31
  |
martymac  |
- Enable staging
- Update USES
- Rework doc installation
- Fix library symlink creation
- Cleanup pkg-descr |
3.9.2_1,1 26 Oct 2013 00:52:36
  |
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.9.2,1 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
3.9.2,1 17 Aug 2013 16:27:24
  |
gerald  |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
3.9.2,1 12 Jul 2013 08:23:54
  |
martymac  |
- Always use Gcc, as this version of Raknet will probably never been fixed for
being built with clang. This fixes build where clang is the default compiler
(${OSVERSION} >= 1000024).
- Use new Makefile header format |
3.9.2,1 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
3.9.2,1 02 Mar 2013 03:55:26
  |
eadler  |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
3.9.2,1 15 Jun 2012 09:55:17
 |
martymac  |
Switch to OptionsNg |
3.9.2,1 12 Apr 2012 07:31:03
 |
martymac  |
- Update devel/raknet to 3.9.2
- Add a note to LEGAL to point out that we have received a special
authorization to redistribute RakNet under GPL v3
Discussed with: developers@ |
3.5.2_1,1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.5.2_1,1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
3.5.2_1,1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
3.5.2_1,1 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
3.5.2_1,1 05 Oct 2010 19:57:56
 |
ade  |
Round one migration of ports from automake{19,110} to automake111 |
3.5.2_1,1 27 Sep 2010 12:08:23
 |
martymac  |
Update MAINTAINER address for my ports
Approved by: ehaupt (mentor) |
3.5.2_1 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.5.2,1 07 Sep 2010 15:52:18
 |
pgollucci  |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer |
3.5.2,1 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.5.2,1 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.5.2,1 07 May 2009 21:37:30
 |
dhn  |
- Update to 3.5.2
PR: ports/134203
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Approved by: miwi (mentor) |
3.5.0,1 30 Apr 2009 17:32:43
 |
skreuzer  |
Update to v3.5.0
PR: ports/133750
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by: wxs (mentor) |
3.4.1,1 11 Apr 2009 08:45:15
 |
miwi  |
- Update to 3.4.1
PR: 133483
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) |
3.10_1 24 Mar 2009 01:40:23
 |
amdmi3  |
- Add USE_GCC=3.4 as a temporary fix (port doesn't build otherwise)
- Mark BROKEN on 6.x
- While here, use SF macro and fix some whitespace
PR: 132967
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com>
(maintainer) |
3.10_1 08 Feb 2009 15:33:15
 |
gerald  |
No longer pass F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Approved by: maintainer (Ganael LAPLANCHE <ganael.laplanche@martymac.com>) |
3.10_1 07 Jan 2009 16:34:27
 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
3.10 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
3.10 09 Apr 2008 09:03:04
 |
clsung  |
- This patch updates devel/raknet from v3.08 to v3.10 (officially called 3.1).
- It also adds support for installing examples to EXAMPLESDIR.
PR: ports/122580
Submitted by: maintainer (Ganael Laplanche) |
3.08 07 Apr 2008 20:49:41
 |
thierry  |
This patch updates devel/raknet to version 3.08.
Version 2.0.13 was an old version and faced a checksum mismatch problem
because the port was downloading a generic RakNet.zip file (with no
version). This new version of the port uses a fixed version to ensure
the port will remain fetchable. It also now uses sourceforge as main
repository.
I'll take maintainership for it.
PR: ports/122169
Submitted by: Ganael Laplanche <ganael.laplanche (at) martymac.com> |
2.0.13 28 Feb 2008 14:53:09
 |
erwin  |
Mark BROKEN: checksum mismatch |
2.0.13 27 Jul 2007 13:12:57
 |
arved  |
Fix packagebuild by not installing .bak files |
2.0.13 04 Jul 2007 22:24:33
 |
danfe  |
- Spell English `October' correctly
- Get rid or ugly CRLF->LF hack, use DOS2UNIX instead
Eagle eye of: sat |
2.0.13 04 Jul 2007 12:41:23
 |
danfe  |
Forced commit, previous was for another port:
- Canonicalize Makefile header
- Fix the build with newish GCC
- Clean up Makefile
- Fix a typo in COMMENT |
2.0.13 04 Jul 2007 12:38:23
 |
danfe  |
- Respect ${CC}
- Fix the build with recent GCC [1]
- Clean up Makefile
Reported by: pointyhat (logs) [1] |
2.0.13 04 Jul 2007 08:31:37
 |
pav  |
- Drop maintainership [1]
- Mark BROKEN on 7.X: does not compile with GCC 4.2
- Style
Requested by: Andrew I Baznikin <dikiy@scn.ru> (maintainer) [1] |
2.0.13 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
2.0.13 22 Jan 2006 11:02:41
 |
edwin  |
SHA256ify (manually updated and checked)
Approved by: krion@ |
2.0.13 28 Oct 2005 10:47:20
 |
sem  |
A free networking API that provides reliable UDP and high level networking
constructs. Although RakNet can be used for any networked application, it
was developed specifically for rapid development of online games and the
addition of multiplayer to single player games.
WWW: http://www.rakkarsoft.com/
PR: ports/87304
Submitted by: Andrew I Baznikin <dikiy@scn.ru> |