* Now compiles fine WITHOUT_NLS
* Depend on sqlite via USE_SQLITE instead of LIB_DEPENDS (noted by sat)
PR: 116095
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
- X-Moto 0.2.1 2006-09-14
-------------------------------
* X-Moto is no more ALPHA !
* ppc computer can now read and write x86 replays (patch by Dave Vasilevsky)
* upload highscores from the game
* webrooms configuration
* Man pages (from debian package)
* desktop files and icon for kde/gnome (by SnowBear)
* -nowww option to force xmoto to not connect on the web
* -testTheme option to test your themes
* new functions for scripted levels
* grip parameter for blocks (to make ice blocks for example)
* auto-adaptation of the camera (depending on the gravity/wind)
* uglyer ugly mode (for slower computer ; press F1 to switch ugly mode)
* translations [french] (for unix only)
* collision between body and sprites
* level preview animation before playing (patch by Frederic Huard)
* Some minor improvements
* Several bugs fixed.
PR: ports/103394
Submitted by: maintainer (Dmitry Marakasov)
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)