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/adonthell/Makefile
SVNWeb

Number of commits found: 75

Mon, 24 Jul 2023
[ 12:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:bd9d427fef2175a0b2e526252a642013d3d1d423  commit hash:bd9d427fef2175a0b2e526252a642013d3d1d423  commit hash:bd9d427fef2175a0b2e526252a642013d3d1d423  bd9d427 
games/adonthell: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
Fri, 30 Jun 2023
[ 07:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:ad8818050521a27eed4f1b04f0545da5d0f5f9a1  commit hash:ad8818050521a27eed4f1b04f0545da5d0f5f9a1  commit hash:ad8818050521a27eed4f1b04f0545da5d0f5f9a1  ad88180 
games/adonthell: Remove outdated PYTHON_REL check after lang/python37 removal
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
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
[ 19:44 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  11049e3  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
cleanup: remove '$MCom' tag

gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
[ 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, 25 May 2021
[ 13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  0729af4  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
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.
Sun, 14 Mar 2021
[ 10:53 kai search for other commits by this committer ] Original commit   Revision:568377
games/adonthell: Fix linking with Python 3.8 and onwards

* Link against libpython via the "--embed" flag for Python 3.8 and onwards.

Excerpt from the log:

main.o: In function `main':
main.cc:(.text+0x1af): undefined reference to `PyImport_AppendInittab'
main.cc:(.text+0x1c2): undefined reference to `Py_DecodeLocale'
main.cc:(.text+0x1cf): undefined reference to `Py_SetProgramName'
main.cc:(.text+0x4e9): undefined reference to `PyModule_GetDict'
[...]

PR:		253815
Mon, 28 Sep 2020
[ 05:05 tobik search for other commits by this committer ] Original commit   Revision:550400 (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER
Wed, 4 Mar 2020
[ 14:57 tobik search for other commits by this committer ] Original commit   Revision:527754
games/adonthell: Allow build with Python 3

Waste's Edge seems to work fine with it too.
Thu, 31 Oct 2019
[ 08:59 tobik search for other commits by this committer ] Original commit   Revision:516140 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Add missing USES to my ports
Wed, 9 Jan 2019
[ 19:11 tobik search for other commits by this committer ] Original commit   Revision:489821
games/adonthell*: Update to 0.3.8

Changes:	http://git.savannah.nongnu.org/cgit/adonthell.git/plain/NEWS
Changes:	http://git.savannah.nongnu.org/cgit/adonthell/adonthell-wastesedge.git/plain/NEWS
Sun, 19 Aug 2018
[ 19:27 tobik search for other commits by this committer ] Original commit   Revision:477590
games/adonthell: Update to 0.3.7

- Remove gcc dependency
- For sanity remove Waste's Edge demo game to be readded as a separate port
- Take maintainership

Changes:	http://adonthell.nongnu.org/news/
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).
Mon, 11 Dec 2017
[ 16:54 antoine search for other commits by this committer ] Original commit   Revision:456050 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
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
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, 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, 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
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 31 Oct 2014
[ 16:11 amdmi3 search for other commits by this committer ] Original commit   Revision:371872 (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
- Release ports maintained by games@

games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.

Suggested by:	marino
Wed, 24 Sep 2014
[ 01:44 amdmi3 search for other commits by this committer ] Original commit   Revision:369143
- Switch to PLIST_FILES/PORTDATA
- Pass maintainership to games@
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)
Thu, 21 Aug 2014
[ 09:36 marino search for other commits by this committer ] Original commit   Revision:365538
Stage games/adonthell and unbreak on FreeBSD 10+

PR:		192793
Submitted by:	Ports Fury
Sun, 13 Jul 2014
[ 23:23 bapt search for other commits by this committer ] Original commit   Revision:361727 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Wed, 2 Jul 2014
[ 18:22 antoine search for other commits by this committer ] Original commit   Revision:360239 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Fri, 13 Jun 2014
[ 07:36 olgeni search for other commits by this committer ] Original commit   Revision:357654 (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 29 May 2014
[ 14:35 miwi search for other commits by this committer ] Original commit   Revision:355704 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip to USES

Approved by:	portmgr
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 29 Jan 2014
[ 09:17 rodrigo search for other commits by this committer ] Original commit   Revision:341704 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Update maintainer email address

Approved by:	bapt@ (co-mentor)
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)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Sun, 5 Aug 2012
[ 20:21 bdrewery search for other commits by this committer ] Original commit 
- Pass maintainership to submitter
- Use non-versioned LIB_DEPENDS
- Fix all distfiles to use the 0.3.5 version
- Update WWW

Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
PR:		ports/170370
Approved by:	eadler (mentor)
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).
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Wed, 14 Dec 2011
[ 21:29 crees search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Add LICENSE data.

PR:             ports/149564 (based on)
Submitted by:   Ullrich Franke <uf@raindogs.org>
Approved by:    [no objections from maintainers in four weeks]
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
Wed, 11 Aug 2010
[ 06:57 mva search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
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).
Sat, 5 Jun 2010
[ 11:01 makc search for other commits by this committer ] Original commit 
fix typo and use default python version (2.6)

PR:             ports/147008
Submitted by:   Anonymous <swell.k at gmail.com>
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sat, 30 Jan 2010
[ 09:43 mva search for other commits by this committer ] Original commit  (Only the first 10 of 295 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
Mon, 6 Jul 2009
[ 21:26 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Fri, 16 Jan 2009
[ 23:26 miwi search for other commits by this committer ] Original commit 
- Update to 0.3.5

PR:             130447
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2008
[ 13:31 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 215 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Thu, 22 Nov 2007
[ 08:37 miwi search for other commits by this committer ] Original commit 
- Fix build with gcc 4.2

PR:             118185
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (erwin)
Mon, 30 Jul 2007
[ 09:42 alexbl 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)
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Sat, 28 Jul 2007
[ 12:27 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Sat, 26 May 2007
[ 20:19 kris search for other commits by this committer ] Original commit 
BROKEN with gcc 4.2
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sat, 14 Oct 2006
[ 08:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 893 ports in this commit are shown above. View all ports for this commit)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Tue, 5 Sep 2006
[ 04:26 linimon 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)
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Thu, 31 Aug 2006
[ 16:30 kris search for other commits by this committer ] Original commit 
BROKEN on sparc64: Does not build
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Thu, 26 Jan 2006
[ 04:14 kris search for other commits by this committer ] Original commit 
Add missing USE_GETTEXT
Fri, 29 Apr 2005
[ 04:25 jylefort search for other commits by this committer ] Original commit 
- Update to 0.3.4
- Replace some patches by ${REINPLACE_CMD}
- Fix the packing list
- Depend on freetype
- Fix build on 5.X

PR:             ports/80375
Submitted by:   maintainer
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Thu, 10 Mar 2005
[ 11:02 krion search for other commits by this committer ] Original commit 
BROKEN: Does not compile on FreeBSD >= 5.x
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Tue, 9 Mar 2004
[ 18:59 eik search for other commits by this committer ] Original commit 
forced commit, the previous log message should read:

Restore maintainer

PR:             64000
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org>
[ 18:52 eik search for other commits by this committer ] Original commit 
/tmp/cvs7Yicew
Tue, 17 Feb 2004
[ 08:48 kris search for other commits by this committer ] Original commit 
Reset undeliverable maintainer address
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Tue, 20 Jan 2004
[ 21:18 krion search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Use new knobs from bsd.sdl.mk

Approved by:    portmgr
Sat, 20 Dec 2003
[ 16:37 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Catch up with libogg/libvorbis version bump.
Fri, 3 Oct 2003
[ 11:04 edwin 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)
Chase up new MASTER_SITE_SAVANNAH.

PR:             ports/56970
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Tue, 13 May 2003
[ 02:08 anholt search for other commits by this committer ] Original commit 
Add adonthell 0.3.3, a free role playing game.

PR:             52029
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org>

Number of commits found: 75