That way, bsd.port.arch.mk can still make available in a Makefile, but
we can also include them early in bsd.port.mk, so that they will always
be available from modules and Makefile.inc.
I don't know why it doesn't find it, but it looks like the tmp inst
is supposed to get it...
so work around until eventually robert fixes this mess for real...
Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully)
clear enough to remain readable even at high resolutions.
from Rafael Sadowski with tweaks by me
ok sthen@
Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully)
clear enough to remain readable even at high resolutions.
from Rafael Sadowski with tweaks by me
ok sthen@
Two important things:
+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.
+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.
ok jeremy@
many standard Haskell libraries by either function name, or by
approximate type signature.
There are still a lot of things left to improve for this port:
- Privilege dropping when running the server as root (difficult,
because this should be better done in hs-warp). To be worked on
with upstream.
- Add an rc.d script for the server.
- Remove unneded files after running "hoogle data ...". To be worked
on with upstream.
- Integrate with our own hs-packages (so you can search in installed
libraries only).
- Add usable documentation. To be done with upstream (currently,
there's only some Wiki page).
- Use our ftp(1) instead of wget(1). (IIRC, the hoogle API contains
some functions which pass options verbatim to wget(1), so this
may be difficult to get right).
ok (with a hint about MODULES and WANTLIB) jasper@