non port: games/oolite/Makefile |
SVNWeb
|
Number of commits found: 64 |
Tue, 25 Jan 2022
|
[ 06:35 Loïc Bartoletti (lbartoletti) ] 45ab80b (Only the first 10 of 28 ports in this commit are shown above. )
archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.
+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption. (Only the first 15 lines of the commit message are shown above )
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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, 23 Apr 2021
|
[ 15:03 Dmitry Marakasov (amdmi3) ] 5010283
games/oolite: mark BROKEN on i386: methodjit/MethodJIT.cpp:318:5: error:
expected '(' after 'asm'
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 14 Feb 2021
|
[ 23:21 nc ] (Only the first 10 of 98 ports in this commit are shown above. )
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports.
|
Mon, 12 Oct 2020
|
[ 12:15 avg ]
retire my older email address
Remove "created by" lines that had it.
Change to my @f.o address in maintainer lines.
PR: 250204
Approved by: mikael
|
Thu, 3 Sep 2020
|
[ 15:05 se ]
Fix build with clang11
MethodJIT.cpp used "asm volatile", a GCC extension that seems to not be
implemented in CLANG. It prevents some optimizations in GCC, according to
the documentation.
|
Mon, 3 Feb 2020
|
[ 13:45 rene ]
games/oolite: build with Python 3.5 or later, undeprecate
PR: 242997
Submitted by: lightside
|
Thu, 26 Dec 2019
|
[ 07:54 antoine ] (Only the first 10 of 255 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
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.
|
Sun, 3 Feb 2019
|
[ 15:37 theraven ] (Only the first 10 of 114 ports in this commit are shown above. )
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version)
|
Sat, 5 Jan 2019
|
[ 18:46 antoine ]
games/oolite build is not compatible with python3
PR: 234633
|
Wed, 26 Dec 2018
|
[ 20:36 swills ]
games/oolite: Update to 1.88
PR: 234408
Submitted by: lightside <lightside@gmx.com>
|
Wed, 26 Sep 2018
|
[ 15:23 brooks ] (Only the first 10 of 102 ports in this commit are shown above. )
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
|
Sat, 27 Jan 2018
|
[ 11:19 madpilot ]
Fix build with clang 6.
PR: 225485
Submitted by: lightside <lightside@gmx.com>
|
Sat, 30 Dec 2017
|
[ 09:43 madpilot ]
- Update games/oolite to 1.86
- Removed unneeded bsd.port.pre/post separation
PR: 223389
Submitted by: lightside@gmx.com
|
Sun, 3 Dec 2017
|
[ 12:23 theraven ] (Only the first 10 of 96 ports in this commit are shown above. )
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sat, 14 Oct 2017
|
[ 00:11 brooks ]
Remove forced clang34 dependency. The port builds on 10.3 (which has
the supposedly broken version) and 11.1 without this change. This
removes the last use of clang34 in the ports tree.
|
Mon, 21 Aug 2017
|
[ 13:26 theraven ] (Only the first 10 of 156 ports in this commit are shown above. )
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sun, 26 Feb 2017
|
[ 15:38 linimon ]
Mark a few more ports that create large logfiles broken on armv6.
Approved by: portmgr (tier-2 blanket)
|
Fri, 2 Dec 2016
|
[ 09:21 mat ] (Only the first 10 of 282 ports in this commit are shown above. )
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight
|
Wed, 16 Nov 2016
|
[ 00:33 linimon ]
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 9 Oct 2016
|
[ 12:10 jbeich ] (Only the first 10 of 53 ports in this commit are shown above. )
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
|
Wed, 28 Sep 2016
|
[ 07:16 jbeich ]
games/oolite: chase r421995
|
Tue, 6 Sep 2016
|
[ 15:36 amdmi3 ]
- Update to 1.84
- Add missing depends
PR: 212311
Submitted by: rhurlin@gwdg.de
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Fri, 5 Jun 2015
|
[ 23:26 madpilot ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 1.82
- Convert to USES gnustep and unbreak
- Regenerate patches to silence portlint warnings
PR: 200496
Submitted by: lightside at gmx.com
|
Tue, 2 Jun 2015
|
[ 17:53 amdmi3 ]
- Drop maintainership by maintainer's request
PR: 200593, 200594
Submitted by: avg
|
Sun, 12 Apr 2015
|
[ 10:30 antoine ]
Mark BROKEN: not converted to USES=gnustep
Reported by: pkg-fallout
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Thu, 23 Oct 2014
|
[ 11:52 madpilot ] (Only the first 10 of 17 ports in this commit are shown above. )
- Update to 1.80
- Add LICENSE information
- Convert to using PLIST_FILES, PORTDOCS, PORTDATA
- Use external minizip
- Force space optimization (in place of -O2) when compiling with clang 3.4.1 to
avoid build problems
PR: 193886
Submitted by: lightside <lightside at gmx.com>
Approved by: avg@ (maintainer)
|
Mon, 20 Oct 2014
|
[ 17:36 mva ] (Only the first 10 of 41 ports in this commit are shown above. )
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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, 1 Jun 2014
|
[ 08:11 mva ] (Only the first 10 of 35 ports in this commit are shown above. )
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
|
Fri, 2 May 2014
|
[ 14:16 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above )
|
Tue, 22 Oct 2013
|
[ 13:53 amdmi3 ] (Only the first 10 of 161 ports in this commit are shown above. )
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery)
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 11 Sep 2013
|
[ 09:36 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Sat, 9 Jun 2012
|
[ 12:54 dinoex ]
- fix build with gnustep 1.24.0
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 19 Apr 2012
|
[ 13:55 pawel ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to version 1.76
PR: ports/167041
Submitted by: maintainer
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
Sat, 2 Jul 2011
|
[ 19:59 mva ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx
|
Sun, 30 May 2010
|
[ 12:28 dinoex ] (Only the first 10 of 371 ports in this commit are shown above. )
- drop USE_GNUSTEP_PREFIX
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 30 Jan 2010
|
[ 09:43 mva ] (Only the first 10 of 295 ports in this commit are shown above. )
- 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)
|
Sun, 2 Aug 2009
|
[ 08:35 mva ] (Only the first 10 of 26 ports in this commit are shown above. )
Updated sdl_gfx to 2.0.19
Bumped PORTREVISION on dependent ports.
Approved by: miwi (mentor)
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Fri, 25 May 2007
|
[ 18:15 dinoex ]
- update for gnustep-make-2.0.0
PR: 112980
Approved by: Andriy Gapon (maintainer)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 31 Jan 2007
|
[ 18:18 dinoex ] (Only the first 10 of 160 ports in this commit are shown above. )
- add category gnustep
PR: 103931
Approved by: pav
|
Tue, 5 Dec 2006
|
[ 15:09 jmelo ]
- Update mastersite.
- honor X11BASE.
PR: ports/105916
Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer)
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- 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)
|
Mon, 21 Aug 2006
|
[ 15:21 rafan ]
- Update to 1.65
PR: ports/100857
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
Approved by: Andriy Gapon <avg at icyb.net.ua> (maintainer)
|
Tue, 25 Apr 2006
|
[ 14:50 dinoex ]
- update to 1.62-5
- fix and extend download sites
- use updated GNUstep ports framework
PR: 95401
Submitted by: Andriy Gapon (maintainer)
|
Sat, 22 Apr 2006
|
[ 21:58 kris ]
BROKEN: Size mismatch
|
Sat, 4 Mar 2006
|
[ 21:09 dinoex ]
- update to 1.62
- portversion includes full version
- set GNUSTEP_PREFIX
- removed obsolete USE_REINPLACE
PR: 93763
Submitted by: Andriy Gapon
Approved by: portmgr (linimon)
|
Thu, 24 Nov 2005
|
[ 04:11 edwin ]
New port: games/oolite - clone of Elite space simulator game for GNUstep
Oolite is an independent interpretation and recreation of the classic game,
Elite. Oolite is a space trading and combat game, with the dangers of pirates,
police, bounty hunters, and various other hazards. The player's role is open
ended: there is no set goal other than perhaps to reach the Elite combat
rating, but the players may choose their own path through the universe.
The game is expandable, and numerous expansion packs already exist. New ships
and new missions are available for download.
You can find a first-flight tutorial here:
http://oolite.aegidian.org/tutorial/
WWW: http://oolite-linux.berlios.de/
PR: ports/86997
Submitted by: Andriy Gapon <avg@icyb.net.ua>
|
Number of commits found: 64 |