| non port: games/supertux/Makefile |
|
CVSWeb
|
Number of commits found: 24 |
|
Sat, 18 Feb 2012
|
[ 10:18 mva ]
1.26 audio/adplay/Makefile
1.110 audio/amarok/Makefile
1.3 audio/clunk/Makefile
1.8 audio/cuberok/Makefile
1.10 audio/drumpiler/Makefile
1.3 audio/etcd/Makefile
1.23 audio/festalon/Makefile
1.27 audio/ksmp3play/Makefile
1.36 audio/lmms/Makefile
1.68 audio/mhwaveedit/Makefile
(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
|
|
Fri, 11 Nov 2011
|
[ 00:43 makc ]
1.23 games/supertux/Makefile
1.3 textproc/stardict2-rptts/Makefile
1.12 x11/gtkchtheme/Makefile
Take maintainership
Feature safe: yes
|
|
Mon, 26 Jul 2010
|
[ 00:03 linimon ]
1.34 deskutils/gourmet/Makefile
1.46 devel/ccache/Makefile
1.13 games/gtkatlantic/Makefile
1.22 games/supertux/Makefile
1.39 graphics/py-opengl/Makefile
1.20 graphics/wxsvg/Makefile
1.60 math/fftw3/Makefile
1.13 math/ldouble/Makefile
1.12 print/cupsddk/Makefile
1.17 print/gimp-gutenprint/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
1.42 accessibility/kdeaccessibility4/Makefile
(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
|
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ]
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
1.40 accessibility/kdeaccessibility4/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
|
Sat, 30 Jan 2010
|
[ 09:43 mva ]
1.20 audio/adplay/Makefile
1.9 audio/phatbeat/Makefile
1.36 audio/pysol-sound-server/Makefile
1.50 audio/sdl_mixer/Makefile
1.13 devel/adasdl/Makefile
1.2 devel/bennugd-modules/Makefile
1.33 devel/eboxy/Makefile
1.38 devel/esdl/Makefile
1.11 devel/flatzebra/Makefile
1.19 devel/gauche-sdl/Makefile
(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)
|
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ]
1.9 accessibility/accerciser/Makefile
1.8 accessibility/at-poke/Makefile
1.69 accessibility/at-spi/Makefile
1.49 accessibility/dasher/Makefile
1.40 accessibility/gnopernicus/Makefile
1.43 accessibility/gok/Makefile
1.8 accessibility/java-access-bridge/Makefile
1.29 accessibility/kdeaccessibility/Makefile
1.35 accessibility/kdeaccessibility4/Makefile
1.11 accessibility/mousetweaks/Makefile
(Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ]
1.7 astro/gaia/Makefile
1.18 astro/stellarium/Makefile
1.14 audio/adplay/Makefile
1.81 audio/amarok/Makefile
1.8 audio/drumpiler/Makefile
1.11 audio/festalon/Makefile
1.21 audio/ksmp3play/Makefile
1.12 audio/lmms/Makefile
1.50 audio/mhwaveedit/Makefile
1.36 audio/mp3blaster/Makefile
(Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
|
Wed, 4 Jul 2007
|
[ 16:21 danfe ]
1.15 games/supertux/Makefile
1.3 games/supertux/pkg-descr
- Fix the build in a better way
- s/<tab>/<space>/ after WWW: line
Approved by: ahze
|
[ 15:10 ahze ]
1.14 games/supertux/Makefile
Use gcc3.4 on -CURRENT to fix build
Reported by: pointyhat via pav
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(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, 20 Sep 2006
|
[ 11:21 stas ]
1.13 astro/stellarium/Makefile
1.11 audio/adplay/Makefile
1.56 audio/amarok/Makefile
1.6 audio/drumpiler/Makefile
1.8 audio/festalon/Makefile
1.19 audio/ksmp3play/Makefile
1.44 audio/mhwaveedit/Makefile
1.29 audio/mp3blaster/Makefile
1.41 audio/openal/Makefile
1.3 audio/phatbeat/Makefile
(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, 22 May 2006
|
[ 12:15 ahze ]
1.11 games/supertux/Makefile
- Use MASTER_SITE_BERLIOS in MASTER_SITES now
|
|
Sun, 7 May 2006
|
[ 23:46 edwin ]
1.10 games/0verkill/Makefile
1.17 games/3dpong/Makefile
1.5 games/4stattack/Makefile
1.9 games/54321/Makefile
1.5 games/BillardGL/Makefile
1.12 games/abuse_sdl/Makefile
1.15 games/adonthell/Makefile
1.10 games/afternoonstalker/Makefile
1.3 games/alienblaster/Makefile
1.13 games/an/Makefile
(Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
|
Mon, 11 Jul 2005
|
[ 05:54 ahze ]
1.9 games/supertux/Makefile
1.5 games/supertux/distinfo
1.2 games/supertux/pkg-descr
1.5 games/supertux/pkg-plist
- Update to 0.1.3
- Update WWW and MASTER_SITES
|
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Fri, 29 Oct 2004
|
[ 22:24 ahze ]
1.2 astro/gdesklets-goodweather-psi/Makefile
1.3 audio/bmp-faad/Makefile
1.11 audio/faac/Makefile
1.28 audio/faad/Makefile
1.59 audio/grip/Makefile
1.7 audio/libcddb/Makefile
1.6 audio/tunesbrowser/Makefile
1.3 databases/p5-Cache-Memcached/Makefile
1.8 deskutils/gdesklets-starterbar/Makefile
1.25 devel/ccache/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
|
|
Fri, 27 Aug 2004
|
[ 12:14 vs ]
1.5 games/supertux/Makefile
1.4 games/supertux/distinfo
1.4 games/supertux/pkg-plist
Update to 1.2
PR: ports/70964
Submitted by: Michael Johnson (maintainer)
|
|
Mon, 24 May 2004
|
[ 09:12 krion ]
1.4 games/supertux/Makefile
- Remove dead MASTER_SITES
PR: ports/67108
Submitted by: maintainer
|
|
Fri, 14 May 2004
|
[ 07:57 krion ]
1.3 games/supertux/Makefile
1.3 games/supertux/distinfo
1.2 games/supertux/files/patch-gcc295-std.string
1.3 games/supertux/pkg-plist
- Update to 0.1.1
PR: ports/66627
Submitted by: maintainer
|
|
Mon, 3 May 2004
|
[ 21:43 pav ]
1.2 games/supertux/Makefile
1.2 games/supertux/distinfo
1.1 games/supertux/files/patch-gcc295-std.string
1.2 games/supertux/pkg-plist
- Update to 0.1.0
PR: ports/66187
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
|
|
Sat, 17 Apr 2004
|
[ 05:45 krion ]
1.686 games/Makefile
1.1 games/supertux/Makefile
1.1 games/supertux/distinfo
1.1 games/supertux/pkg-descr
1.1 games/supertux/pkg-plist
Add supertux 0.0.6,
Super Tux is a side-scrolling run-and-jump game with a level
editor similar to the original game "Super Mario Bros." from
the Nintendo Entertainment System.
PR: ports/65650
Submitted by: michael johnson <ahze at ahze dot net>
|
Number of commits found: 24 |