non port: games/openalchemist/Makefile |
Number of commits found: 51 |
Tuesday, 28 Jan 2020
|
21:57 antoine
Deprecate some pygtk2 ports
With hat: portmgr
|
Friday, 20 Sep 2019
|
21:17 martymac
Add missing USES=xorg for my ports
|
Friday, 10 May 2019
|
10:53 martymac
Add missing USES=sdl for my ports
(and also reorder a few things)
|
Wednesday, 30 Jan 2019
|
12:36 amdmi3
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change
|
Friday, 5 Oct 2018
|
10:10 martymac
Add missing USES=gl to my ports
|
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Wednesday, 5 Sep 2018
|
10:05 martymac
Add missing USES=gnome to my ports
|
Thursday, 25 Jan 2018
|
11:07 martymac
Make portlint happier with my ports (reorder variables)
|
Sunday, 10 Dec 2017
|
20:48 antoine
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
|
Thursday, 18 May 2017
|
11:43 martymac
Add missing run dependency to Python (fixes shebang of openalchemist-config)
|
Monday, 17 Oct 2016
|
09:03 amdmi3
- Fix LICENSE
- Add LICENSE_FILE
Approved by: portmgr blanket
|
Wednesday, 28 Sep 2016
|
06:38 jbeich
Convert CC license names to r421995 spellings
While here fix common mistakes such as:
- Missing "or (at your option) any later version" bit
- LICENSE_FILE with LICENSE_COMB != single
- LICENSE_COMB = dual for code + assets
- Copy-pasting undocumented NC/SA restriction
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
|
Sunday, 21 Jun 2015
|
14:28 bapt
Convert to USES=autoreconf
|
Wednesday, 25 Mar 2015
|
23:00 marino
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Monday, 8 Dec 2014
|
16:48 tijl
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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Sunday, 1 Jun 2014
|
08:11 mva
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
|
Friday, 2 May 2014
|
14:16 tijl
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.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
LOCALBASE rather than PREFIX.
games/openssn:
- Remove USES=desktop-file-utils. No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.
games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
|
Wednesday, 16 Apr 2014
|
18:28 zeising
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
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Friday, 14 Feb 2014
|
16:23 miwi
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
|
Friday, 22 Nov 2013
|
09:43 martymac
Do not mute INSTALL_xxx actions
Reported by: danfe
|
Thursday, 21 Nov 2013
|
12:10 martymac
- Enable staging
- Use new LIB_DEPENDS format
- Update USES
- Fix shebang of openalchemist-config using shebangfix
- Always stage documentation
|
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Friday, 3 May 2013
|
21:50 bapt
Fix build with bmake
|
Saturday, 27 Apr 2013
|
08:50 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Saturday, 2 Mar 2013
|
03:55 eadler
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)
|
Tuesday, 2 Oct 2012
|
10:28 jhale
- Update devel/clanlib to 2.3.6
- Adjust dependent ports to use devel/clanlib1 [1]
- Strip Makefile headers
PR: ports/171333
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Approved by: makc (mentor), maintainers via private email [1]
|
Friday, 15 Jun 2012
|
09:56 martymac
- Switch to OptionsNg
- Un-version LIB_DEPENDS
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Tuesday, 20 Mar 2012
|
10:12 martymac
Add missing LICENSE information
Feature safe: yes
|
Saturday, 18 Feb 2012
|
10:18 mva
- 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
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
|
Saturday, 2 Jul 2011
|
19:59 mva
- 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
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
|
Tuesday, 5 Oct 2010
|
19:57 ade
Round one migration of ports from automake{19,110} to automake111
|
Monday, 27 Sep 2010
|
12:08 martymac
Update MAINTAINER address for my ports
Approved by: ehaupt (mentor)
|
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Tuesday, 7 Sep 2010
|
15:52 pgollucci
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Saturday, 22 Aug 2009
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Sunday, 2 Aug 2009
|
08:35 mva
Updated sdl_gfx to 2.0.19
Bumped PORTREVISION on dependent ports.
Approved by: miwi (mentor)
|
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
|
Saturday, 8 Nov 2008
|
20:16 miwi
- Update to 0.3
PR: 128682
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
|
Friday, 16 May 2008
|
18:59 miwi
- Update to 0.2.2
PR: 123277
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
|
Monday, 28 Apr 2008
|
10:42 miwi
OpenAlchemist is a Tetris-like game developped with
the Clanlib framework. Its goal is to reimplement the
game www.naturalchimie.com with free software and
free licenses.
WWW: http://openalchemist.sourceforge.net
PR: ports/121844
Submitted by: Ganael LAPLANCHE <ganael.laplanche at martymac.com>
|
Number of commits found: 51 |