the mysql module should be linking with it. work-around this problem
for now by adding a LIB_DEPENDS-main on mysqlclient. this ensures that
people pkg_add'ing have the relevant library available. no functional
change for existing users.
nobody screamed when I sent it to ports@, and it's better than the
current state, but still this is an incorrect fix to unbreak the
package, it should be fixed properly.
happen often (/usr/ports NFS mounted & /usr/ports/obj a symlink to a
local dir, /usr/ports as a symlink to /home/wherever..)
Use readlink -fn only if USE_SYSTRACE is set so less things are run when
bsd.port.mk is included. Should make everyone happy.
Issue reported by and original fix ajacoutot@, sounds reasonable to espie@
HTML::TagCloud enables you to generate "tag clouds" in HTML.
Tag clouds serve as a textual way to visualize terms and topics
that are used most frequently.
The tags are sorted alphabetically and a larger font is used to
indicate more frequent term usage.
This has also been posted to ports@ by Ian McWilliam
all secondary compilers were relocated to separate projects so we need a
rakudo port to get the perl6 binary back.
this update also addresses the recent bulk fallout noticed by naddy@
testing by sthen@ and ajacoutot@, thanks!
Haze implements the Telepathy D-Bus specification using libpurple,
allowing Telepathy clients like empathy to connect to any protocol
supported by pidgin.
- add a patch that fixing linking with libpurple
this allows the use of libpurple by other IM clients, without the need of having pidgin installed.
some initial input from brad (MAINTAINER), timed out generously on the diff
feedback from ajacoutot@ and sthen@ , thanks!
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
Java, C#, Python, or C++ actions.
Currently installing the precompiled jar since this is needed for
classpath 0.98 as a BUILD_DEPEND and RUN_DEPEND.
From MAINTAINER: Frederick C. Druseikis <fredd@engr.sc.edu>