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

Number of commits found: 75

Sat, 31 Dec 2022
[ 03:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:338af1e558e3d68ec665530da3f1d6779a6c0b61  commit hash:338af1e558e3d68ec665530da3f1d6779a6c0b61  commit hash:338af1e558e3d68ec665530da3f1d6779a6c0b61  338af1e 
games/glest: Refactor after wxgtk28 removal

- Add LICENSE
- Use OPTIONS framework
- Pet portclippy

Approved by:	portmgr
[ 03:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6489b11877323eedf51bd2d2613cc077b91004b7  commit hash:6489b11877323eedf51bd2d2613cc077b91004b7  commit hash:6489b11877323eedf51bd2d2613cc077b91004b7  6489b118 
Approved by:	portmgr
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, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Fri, 16 Apr 2021
[ 07:52 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:925e342a409be50202c5150888762b66b96377f4  commit hash:925e342a409be50202c5150888762b66b96377f4  commit hash:925e342a409be50202c5150888762b66b96377f4  925e342  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5

Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
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, 7 Dec 2020
[ 20:09 rene search for other commits by this committer ] Original commit   Revision:557245 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Return mmokhi@'s ports to the pool after his commit bit was safekept.
Wed, 12 Aug 2020
[ 13:34 0mp search for other commits by this committer ] Original commit   Revision:544746
Only pass -E to find(1) when passing -regex or -iregex

The -E flag tells find(1) to interpret regular expressions which were
passed as arguments to -regex and -iregex as extended regular expressions.
It has no effect on other otherwise. Let's not invoke find(1) with -E if
not necessary.

Approved by:	portmgr (blanket approval)
Sun, 17 May 2020
[ 05:55 lbartoletti search for other commits by this committer ] Original commit   Revision:535516 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wxgtk30: Update to 3.0.5.1

Changelog:
  -
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
Thu, 19 Mar 2020
[ 23:02 tobik search for other commits by this committer ] Original commit   Revision:528750 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Mon, 9 Dec 2019
[ 11:24 pkubaj search for other commits by this committer ] Original commit   Revision:519602
games/glest: fix build on GCC architectures

OpenAL needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::~basic_string()@GLIBCXX_3.4.21'
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Tue, 5 Feb 2019
[ 13:56 amdmi3 search for other commits by this committer ] Original commit   Revision:492229
- Add missing depends (ogg, gl, x11)
- Add USES=gl
- Convert USE_SDL=yes to USE_SDL=sdl

Approved by:	portmgr blanket
Sun, 7 Jan 2018
[ 22:34 krion search for other commits by this committer ] Original commit   Revision:458388
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Sat, 23 Dec 2017
[ 16:50 tijl search for other commits by this committer ] Original commit   Revision:457081
Convert to USES=autoreconf.
Fri, 8 Dec 2017
[ 17:47 amdmi3 search for other commits by this committer ] Original commit   Revision:455789
- Switch to USES=localbase
- Verbosify fuild
- Switch to options helpers

Approved by:	portmgr blanket
Sat, 10 Jun 2017
[ 01:51 sunpoet search for other commits by this committer ] Original commit   Revision:443053 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Remove no-op WX_UNICODE

Approved by:	portmgr (blanket)
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Sat, 11 Feb 2017
[ 04:44 mmokhi search for other commits by this committer ] Original commit   Revision:433834 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Updating the ports I maintain to my FreeBSD.org address.

Submitted by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9498
Fri, 13 Jan 2017
[ 16:54 mat search for other commits by this committer ] Original commit   Revision:431402 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Fix ports using PREFIX in their depends instead of LOCALBASE.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 28 May 2016
[ 02:02 junovitch search for other commits by this committer ] Original commit   Revision:415974
Assign submitter as maintainer by request

PR:		209794
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com>
Differential Revision:	D6606
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
Wed, 16 Sep 2015
[ 19:51 bapt search for other commits by this committer ] Original commit   Revision:397077 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Sun, 13 Sep 2015
[ 18:58 bapt search for other commits by this committer ] Original commit   Revision:396852
Enforce unicode version of wxGTK
Wed, 25 Mar 2015
[ 23:00 marino search for other commits by this committer ] Original commit   Revision:382275 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
games category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
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)
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)
Mon, 11 Aug 2014
[ 13:34 wg search for other commits by this committer ] Original commit   Revision:364607
games/glest: support stage [1]

- Use options sub
- Remove useless pre/post include
- Finish to convert to options ng

PR:		192565
Submitted by:	christian.mangin gmail com [1]
Wed, 23 Jul 2014
[ 16:44 bapt search for other commits by this committer ] Original commit   Revision:362705 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2014
[ 15:26 ak search for other commits by this committer ] Original commit   Revision:356803 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Use /usr/bin/unzip for zip files extraction (part 2)
  Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
Mon, 26 May 2014
[ 15:28 bapt search for other commits by this committer ] Original commit   Revision:355360 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Replace lang/lua with the new lang/lua51

lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
Mon, 10 Mar 2014
[ 22:49 antoine search for other commits by this committer ] Original commit   Revision:347814
Unbreak
[ 14:49 bapt search for other commits by this committer ] Original commit   Revision:347760 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=zip
Mon, 24 Feb 2014
[ 14:32 bapt search for other commits by this committer ] Original commit   Revision:345851
Make glest use xerces-c3

Obtained from:	Gentoo
Wed, 25 Dec 2013
[ 23:29 antoine search for other commits by this committer ] Original commit   Revision:337464 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
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)
Mon, 2 Sep 2013
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:325962
Add explicit dependencies on pkgconf
Fri, 31 May 2013
[ 14:40 jgh search for other commits by this committer ] Original commit   Revision:319495 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
Sun, 29 Jul 2012
[ 11:17 cs search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
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
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
Fri, 24 Sep 2010
[ 03:22 ade search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Migrate from devel/automake15 to devel/automake19
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
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).
Mon, 25 Jan 2010
[ 19:15 pav search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 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 G
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.
Mon, 27 Apr 2009
[ 00:17 acm search for other commits by this committer ] Original commit 
- Update to 3.2.2

Changelog at: http://glest.org/glest_board/index.php?topic=4252.0
Sun, 15 Feb 2009
[ 00:16 acm search for other commits by this committer ] Original commit 
- Update to 3.2.1
- See the Changelog at:

        http://glest.org/glest_board/index.php?topic=4126.0
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)
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)
Fri, 28 Mar 2008
[ 00:06 acm search for other commits by this committer ] Original commit 
- Update to 3.1.2
- Welcome to multiplayer support
- Add EDITOR option

See the changelog at:

http://www.glest.org/glest_board/viewtopic.php?t=3323
Sat, 22 Mar 2008
[ 08:55 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
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
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Thu, 6 Sep 2007
[ 01:29 acm search for other commits by this committer ] Original commit 
- Update to 2.0.1
- Add glest/files/pkg-message file
- Modify glest-wrapper file. Now it works with home directory and place the
  configuration files there.
- Remove glest-data/pkg-plist file
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, 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}.
Tue, 16 Jan 2007
[ 23:14 acm search for other commits by this committer ] Original commit 
- Move to LOCALBASE
- Bump PORTREVISION
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)
Sun, 23 Jul 2006
[ 02:45 acm search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
Thu, 8 Jun 2006
[ 16:07 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
update freealut to 1.1.0
Wed, 24 May 2006
[ 17:08 sem search for other commits by this committer ] Original commit 
- Bump xerces lib version
- Bump PORTREVISION

Reported by:    kris mail
Fri, 12 May 2006
[ 10:11 itetcu search for other commits by this committer ] Original commit 
Update to 2.0.0
I separeted glest port to glest and glest-data ports.

Glest 2.0.0 has been released, this version includes loads of new features:

- New Magic units:
        - Tower of Souls: Air defense building, attacks air only
        - Golem: Defensive unit, needs EP to walk, can't attack air
        - Daemon giant: Heavy melee unit
        - Drake rider: Light ranged unit
- New Tech units:
        - Aerodrome: Building for producing air units
        - Air ballista: Air defense building, attacks air only
        - Rider: Fast medium unit
        - Ornithopter: Light air unit
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Sun, 23 Apr 2006
[ 10:14 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
update to openal 20060211 [1]
fix dependant ports [2]

PR:             ports/96172 [1]
                ports/95192 [2]
Submitted by:   maintainer  [1]
                oliver      [2]
Approved by:    maintainer
Mon, 2 Jan 2006
[ 21:51 edwin search for other commits by this committer ] Original commit 
broken on 4.x, ignore on 4.x!

Submitted by:   "Jeremy Messenger" <mezz7@cox.net>
Fri, 30 Dec 2005
[ 18:34 mezz search for other commits by this committer ] Original commit 
- Get it installs a correct glest.ini version to get it runable by default.
  Before, a different version of glest.ini would overwrite a correct glest.ini
  during the installation that causes game not runable by default.
- Get configure to find pthread correct by teach it about ${PTHREAD_LIBS}, not
  use -lpthread (hardcore).
- Remove the MAKE_ENV, it is not need.
- Other very small clean up.
- Bump the PORTREVISION, for glest.ini issue.

Approved by:    Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Thu, 29 Dec 2005
[ 06:26 edwin search for other commits by this committer ] Original commit 
[NEW PORT] games/glest: Free 3d real-time customizable strategy game

        Glest is a project for making a free 3d real-time customizable
        strategy game. Current version is fully playable, includes
        single player game against CPU controlled players, two
        factions with their corresponding tech trees, units, buildings
        and some maps.

        WWW:    http://www.glest.org/

PR:             ports/88306
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>

Number of commits found: 75