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: games/opensonic/Makefile
SVNWeb

Number of commits found: 21

Sat, 10 Sep 2022
[ 14:36 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:ac16d92202324a918f3096b4c7b9f6a89404d70a  commit hash:ac16d92202324a918f3096b4c7b9f6a89404d70a  commit hash:ac16d92202324a918f3096b4c7b9f6a89404d70a  ac16d92 
games/opensonic: Move loggcompat distfile to LOCAL/tobik
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:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
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.
Mon, 18 Feb 2019
[ 11:39 tobik search for other commits by this committer ] Original commit   Revision:493257
games/opensonic: Prepare for Allegro 4.4.3, add wrapper script

- struct LOGG in liblogg from Allegro 4.4.3 was made opaque.  Opensonic
  directly manipulates it however.  Integrate liblogg from Allegro
  4.4.2 to preserve this port.
- Add a wrapper script so that opensonic can find its data files when
  you run 'opensonic' or start it from your desktop

PR:		235478
Submitted by:	tobik
Approved by:	devel@stasyan.com (maintainer timeout, 2 weeks)
Fri, 9 Jun 2017
[ 13:31 tobik search for other commits by this committer ] Original commit   Revision:442982
Add explicit libpng dependency to fix the build of games/opensonic
after the recent devel/allegro update.

PR:		215838
Approved by:	mat (mentor), devel@stasyan.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11039
Thu, 8 Dec 2016
[ 15:38 tijl search for other commits by this committer ] Original commit   Revision:428129 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 18 Aug 2015
[ 10:51 rakuco search for other commits by this committer ] Original commit   Revision:394572 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.

Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.

This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).

Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
                       no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
                 retrieved from the CMAKE_CXX_COMPILER variable in the build
                 system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
                        has no effect on the build system.

Reviewed by:		makc
Differential Revision:	https://reviews.freebsd.org/D3403
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 26 Jan 2014
[ 19:42 makc search for other commits by this committer ] Original commit   Revision:341263
games/opensonic:

- Install icon and fix desktop entry
- Remove useless dependencies
- Bring stage support
- Fix misused PREFIX/LOCALBASE
- Don't install old wrapper script, patch sources to not copy binary,
  and create a link for binary instead.
- Remove no longer useful patch

I only wanted nice icon...

PR:		ports/185616
Approved by:	maintainer timeout (16 days)
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 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:
games)
Sun, 1 Sep 2013
[ 00:13 madpilot search for other commits by this committer ] Original commit   Revision:325838
- Update to 0.1.4
- Trim Makefile headers
- Convert to new LIB_DEPENDS syntax

PR:		ports/180967
Submitted by:	Stas Timokhin <devel@stasyan.com> (maintainer)
Fri, 26 Jul 2013
[ 16:04 crees search for other commits by this committer ] Original commit   Revision:323734 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.

Remove allegrogl, which is broken and included in allegro-4.4 anyway.

Update allegro-devel to 5.0.7 [1]

PR:		ports/172981 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
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)
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
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
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Wed, 3 Feb 2010
[ 09:10 fluffy search for other commits by this committer ] Original commit 
Add opensonic 0.1.2, game based on the "Sonic the Hedgehog" universe.

PR:             ports/139560
Submitted by:   Stas Timokhin <devel at stasyan dot com>

Number of commits found: 21