Remove the no_ldap PSEUDO_FLAVOR because we need the headers installed
in -main since they are referenced by other headers.
Move some files from -main to -ui so that we can actually build this
will all no_* FLAVORS set.
Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
on GNOME Desktop Environment and features a number of advanced
programming facilities. These include project management, application
and class wizards, an on-board interactive debugger, powerful source
editor, syntax highlighting, intellisense autocompletions, version
controls, integrated GUI designing and other tools.
ok aja@
exit if the dependency doesn't match.
then do the actual dependency and the normal tests.
stop looking at full pkgnames list, makes no sense, even configure depends
can use the required ,-subpackage if they want.
This allows stuff such as BUILD_DEPENDS = dir>=5.0:configure
to get out early if the tree is not uptodate, instead of first configuring
then getting out (problem noticed by landry@).
tested by landry@ and jasper@
out by @jedisct1). ok jasper@
Chive is a next generation MySQL database management tool. The
web-based user interface supports most of the common operations
needed by software developers and database admins (databases,
tables, indices, keys, triggers, views, routines, privilege
management, import/export).
- Working sound via SDL
- Binaries renamed in upstream (see pkg_info -L)
- Data directory handled better (see DESCR)
- Common -libs package for -main and -server
- GGI renderer got removed, renderers now available:
glx, sdl, sdl32 (32b bit depth) and sgl (SDL OpenGL) and x11
- All binaries can be compiled at once now
- All patches in upstream
from antti harri (MAINTAINER)
The milter-checkrcpt plugin can be used with the milter API of
sendmail(8) to filter mails with invalid recipients. The validity of a
recipient address is determined by querying another mail server over
SMTP.
ok ajacoutot@