notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/raknet/Makefile
SVNWeb

Number of commits found: 62

Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Thu, 8 Sep 2022
[ 10:42 Ganael LAPLANCHE (martymac) search for other commits by this committer ]    commit hash:90030e73f1a76b6d33c68938daa529256313be3b  commit hash:90030e73f1a76b6d33c68938daa529256313be3b  commit hash:90030e73f1a76b6d33c68938daa529256313be3b  90030e7 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 4 Jun 2021
[ 05:53 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  d09ed09  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
*/*: 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
Thu, 6 May 2021
[ 11:47 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  adb9312  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Thu, 25 Jan 2018
[ 11:07 martymac search for other commits by this committer ] Original commit   Revision:459919 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Make portlint happier with my ports (reorder variables)
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Wed, 3 May 2017
[ 05:52 linimon search for other commits by this committer ] Original commit   Revision:440001 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Sun, 11 Dec 2016
[ 08:25 antoine search for other commits by this committer ] Original commit   Revision:428340
Those ports build fine with bsd make
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 8 May 2015
[ 14:04 amdmi3 search for other commits by this committer ] Original commit   Revision:385787 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Don't install static libraries with INSTALL_LIB (part 1/2)

Approved by:	portmgr blanket
MFH:		2015Q2
Tue, 15 Jul 2014
[ 23:11 adamw search for other commits by this committer ] Original commit   Revision:362014 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 12 Mar 2014
[ 08:01 martymac search for other commits by this committer ] Original commit   Revision:347963
- Fix devel/raknet's distname within LEGAL file
- Rephrase reason and make it match between LEGAL and port's Makefile

Submitted by:	eadler
Fri, 7 Mar 2014
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:347405 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
Convert d* to USES=zip
Wed, 11 Dec 2013
[ 00:30 eadler search for other commits by this committer ] Original commit   Revision:336131
Use LEGAL_TEXT to indicate that we have permission to distribute this port.

Approved by:	portmgr (implicit)
Fri, 6 Dec 2013
[ 13:19 martymac search for other commits by this committer ] Original commit   Revision:335743
Replace USE_GCC=yes by USE_GCC=any as base Gcc is sufficient to build raknet
Tue, 3 Dec 2013
[ 08:34 martymac search for other commits by this committer ] Original commit   Revision:335549
Convert my ports from using USE_DOS2UNIX to USES=dos2unix
Tue, 26 Nov 2013
[ 07:59 martymac search for other commits by this committer ] Original commit   Revision:334921
Use '${COPYTREE_SHARE} .' instead of '${COPYTREE_SHARE} \*' in my ports

Suggested by: danfe
Fri, 22 Nov 2013
[ 11:31 martymac search for other commits by this committer ] Original commit   Revision:334573
Do not mute INSTALL_xxx actions

Reported by:	danfe
Fri, 8 Nov 2013
[ 10:45 martymac search for other commits by this committer ] Original commit   Revision:333196
- Enable staging
- Update USES
- Rework doc installation
- Fix library symlink creation
- Cleanup pkg-descr
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 12 Jul 2013
[ 08:23 martymac search for other commits by this committer ] Original commit   Revision:322821
- 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
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Sat, 2 Mar 2013
[ 03:55 eadler search for other commits by this committer ] Original commit   Revision:313182 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 15 Jun 2012
[ 09:55 martymac search for other commits by this committer ] Original commit 
Switch to OptionsNg
Thu, 12 Apr 2012
[ 07:31 martymac search for other commits by this committer ] Original commit 
- 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@
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Mon, 27 Sep 2010
[ 12:08 martymac search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER address for my ports

Approved by:    ehaupt (mentor)
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Tue, 7 Sep 2010
[ 15:52 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Thu, 7 May 2009
[ 21:37 dhn search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update to 3.5.2

PR:             ports/134203
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Approved by:    miwi (mentor)
Thu, 30 Apr 2009
[ 17:32 skreuzer search for other commits by this committer ] Original commit 
Update to v3.5.0

PR:             ports/133750
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:    wxs (mentor)
Sat, 11 Apr 2009
[ 08:45 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update to 3.4.1

PR:             133483
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Tue, 24 Mar 2009
[ 01:40 amdmi3 search for other commits by this committer ] Original commit 
- 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)
Sun, 8 Feb 2009
[ 15:33 gerald search for other commits by this committer ] Original commit 
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>)
Wed, 7 Jan 2009
[ 16:34 gerald search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Wed, 9 Apr 2008
[ 09:03 clsung search for other commits by this committer ] Original commit 
- 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)
Mon, 7 Apr 2008
[ 20:49 thierry search for other commits by this committer ] Original commit 
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>
Thu, 28 Feb 2008
[ 14:53 erwin search for other commits by this committer ] Original commit 
Mark BROKEN: checksum mismatch
Fri, 27 Jul 2007
[ 13:12 arved search for other commits by this committer ] Original commit 
Fix packagebuild by not installing .bak files
Wed, 4 Jul 2007
[ 22:24 danfe search for other commits by this committer ] Original commit 
- Spell English `October' correctly
- Get rid or ugly CRLF->LF hack, use DOS2UNIX instead

Eagle eye of:   sat
[ 12:41 danfe search for other commits by this committer ] Original commit 
Forced commit, previous was for another port:

- Canonicalize Makefile header
- Fix the build with newish GCC
- Clean up Makefile
- Fix a typo in COMMENT
[ 12:38 danfe search for other commits by this committer ] Original commit 
- Respect ${CC}
- Fix the build with recent GCC [1]
- Clean up Makefile

Reported by:    pointyhat (logs) [1]
[ 08:31 pav search for other commits by this committer ] Original commit 
- 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]
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Fri, 28 Oct 2005
[ 10:47 sem search for other commits by this committer ] Original commit 
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>

Number of commits found: 62