versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building
(most of the) functionality, that is present in our base libraries
(btree, md5, etc.)
In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some
other improvements. vic is thus unbroken on 5.x
Per fenner's (much) earlier e-mail, grab maintainership for the time
being.
PR: ports/75066 (obsoleted)
Approved by: fenner (implicitly)
JAlbum aims to be the easiest to use and most powerful tool in this
category - and free!
JAlbum is written after numerous disappointments with existing photo
gallery software. With JAlbum you have full control of the look of
the generated album, not just color theme and basic layout, still
making an album is just a matter of drag and drop + a button click
if you prefer to use one of the many existing looks. JAlbum will
process your images, make index pages and slide show pages and even
upload the final album to the Internet for your friends to see. No
extra software is needed to view the albums, -just your web browser.
Unlike "server side" album scripts, JAlbum albums can be served
from a plain web server without scripting support. You can also
share your albums on CD-ROM.
WWW: http://jalbum.net/
PR: 79051
Submitted by: Tim Bishop <tim@bishnet.net>
- Add new option, WITHOUT_METACITY, depeneds on x11-themes/clearlooks-metacity
by default. (metacity theme was split out of clearlooks)
- Remove all c89 patches =)
on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that
version of gcc already installed causes infinite recursion problems.
The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally,
it was used to override any other definition and say that you can use any
gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing
recursion errors, so handle the problem instead by just simply undefining
USE_GCC inside the gcc port Makefile itself.
This should make things happy again.