Age | Commit message (Collapse) | Author | Files | Lines |
|
instead of __sun__ is preferred.
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3694
|
|
Added patches from debian to handle wrong configure check
The update should fix PR 31629
|
|
http://secunia.com/advisories/16240/
|
|
No pkgrevision bumps needed.
|
|
Patch via debian
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
4.14.0
------
Because of the mistake I made in the previous version, the 'u' letter was
eaten by the RTF parser when processing messages from windows icq clients.
It looked for unicode chars, but ate all 'u' characters it used to found.
Fixed that.
A memory leak problem when checking RSS was fixed.
Gadu-Gadu module used to produce a segfault when it was unable to obtain
a registration token from the server. Now it doesn't crash, though the
impossibility to register a new UIN is still there. The serve simply
doesn't find an appropriate document by the registration URL. Too bad.
Applied a small patch by Paul Chitescu so that it's now possible to start
centericq with all protocols set to offline.
Another type of external event was added. Now you can execute your actions
when someone goes offline. Hope someone finds that useful.
4.20.0
------
PGP encryption support was implemented for the Jabber module. In a nutshell
this means that with a proper setup your communications get a way more secure.
GPGME library is needed to build the PGP support.
Fixed the RTF parser that takes charge when a message from a Windows ICQ
client is received. One problem was that it used to treat backspace characters
wrong sometimes. Another problem with utf-16 was fixed with a patch submitted
by Vadim Nosovsky.
After ICQ dual login detection centericq used to try re-connecting, though it
wasn't supposed to. Fixed.
During a long time noone reported me the bug related to libicq2000's header
files getting installed each time "make install" was run for centericq. Finally
Wolfram Schlich noted this one, so I fixed it.
Logging on Yahoo! didn't work on Sun Sparc machines. Fixed that. That might
also revive Gadu-Gadu on bigendian architectures.
A couple of interface related bugs were fixed, such as a mistake in the group
organization dialog as well as not clearing pending messages for contacts in
non-chat communication mode.
|
|
utmp.h on __linux__ as well.
|
|
|
|
|
|
|
|
shipped with 1.6.2 dies with an internal compiler error.
Fixes PR pkg/29185.
|
|
|
|
Centericq now builds fine with gcc 3.4.
A new command-line parameter, --debug, was added. This way, there is no need
anymore to re-build the program in order to enable debug output. However,
when using this mode, make sure you understand what it says in the log
window
and in ~/.centericq/debug.
There are two passwords for an IRC account now. One is for Nickserv and
the other one is for regular IRC authentification, which wasn't
supported before.
Online and free-for-chat mode have the same priority now. So your [f]
contacts won't stay all the time in the top of the list anymore.
Unicode characters in rtf-encoded icq messages aren't lost anymore.
Instead, they are recoded into the primary charset. So now, for example,
Cyrillic sent with gnomeicu, won't disappear.
Segfault when accepting Yahoo! file transfers was fixed.
For online users, centericq now shown the time during which it sees
those contacts online. Check out the first page of user info for an
online contact.
Among the other stuff that didn't let me release .13 earlier was my
moving to Germany. Now I am in Berlin on permanent basis, so if you're
at the CCC congress that is to take place in a week, Konst can be met
there :)
Patch supplied by Luciano Rodrigues Furtado <lrfurtado@yahoo.com.br>
in private mail.
|
|
former) for applications that are known to require C++.
|
|
4.11.0
------
HTTP CONNECT method is now supported. This means that if this feature is
enabled on your HTTP proxy server, you can use it to connect to your
favourite IM servers. You can also specify a user/pass pair if your
proxy requires authentification.
Applied a patch by Alexander Kanevskiy that fixed a weird behaviour of
the LJ import friend option in the accounts dialog.
In the multi-contact selection window not all contacts were shown unless
arranging users into groups was on in the configuration dialog.
GG used to disconnect when setting its status to N/A. Fixed that.
When LJ import friends feature was off deleting LJ friends from the list
was reflected server-side. Not it happens only if LJ friend
synchronization is on.
Now centericq only saves postponed messages if they contain at least one
character other than space, tab or a line-feed.
Centericq used to hang right at the start on some machines. Fixed that.
Sending Cyrillic letters over Yahoo! seems to be fixed now.
Centericq now sets its own title text in xterm and screen. The aim of
the messages in the title is to inform the user upon events receiving
and such.
Applied a patch by shaky that introduced status modes with descriptions
into GG.
RSS feed contact-list items now support specifying of login and password
for basic HTTP authorization.
The AOL TOC firetalk library was updated. Some major bugs were fixed by
this update. Cheers.
Jabber registration got broken in the previous version because of the
Jabber non-blocking connection patch. It has been fixed by the patch
author in this version :)
4.12.0
------
Fixed an MSN group management problem. Libmsn din't send a space character,
so group operations had no effect or led to disconnects.
With no SSL library found during the build the source failed to compile.
Fixed that.
Jabber server messages used to come from a nick that was similar to
the server name with an "@" sign at the end. That was unnecesary, so it's
not added anymore.
Added the --no-xtitles (-T) commmand line parameter, which disables
changing window titles in xterm and screen.
In LJ, if the whole friends name list grew more than 512, the LJ contact
got garbled. Fixed that. Now there musn't be any lenght limitation for the
records of info files.
The configure script now checks if libcurl has SSL support enabled in
order to avoid MSN malfunctions. It requires libcurl with SSL, so just
provide the MSN module with it if you want to use it.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
header files not following the C++ standard...
|
|
bug fixes and protocol updates.
|
|
2.0_BETA (which doesn't have statvfs.h) and on -current (which has it).
Bump pkgrevision.
|
|
during an update (v1.26).
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
Changes since 4.9.6:
* "Away message was requested" log message for ICQ is gone.
* Yahoo! fixes.
* Ability to change incoming/outgoing colors in history.
* Sending messages by pressing Enter. Configurable per protocol.
* "User is typing" log messages removed. A "T" will show up instead.
* LiveJournal support.
* MSN support got the axe.
* AIM buddy list automatically imported at login.
* IRC supports /me.
* Ability to check Maildir mailboxes.
* Plug some memory leaks.
* [SECURITY] Passwords not stored in the input history anymore.
|
|
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
under other systems. Bump PKGREVISION to 1.
|
|
|
|
The internal RSS parser suffered some changes that enabled it to undestand
the RDF dialect as well as CDATA values. Some problems related to fetching
all the records on every check were fixed.
RSS checking delays are now specified in minutes, not in hours.
The "Reply" button was removed that used to appear in the message box
when reading RSS records.
Correct redirect processing was implemented in the HTTP module used to fetch
RSS documents.
HTTP proxy support was added. So far it's used only for RSS fetching.
History lastreads checking was improved. Now centericq shouldn't show the
unread messages mark for contacts you communicated with during some clock
skews.
Auto-reconnect appeared not to work for the ICQ protocol. Fixed.
It's now possible to join a Jabber conference by its JID, without a need
for a service to be registered on the server. Example:
"jdev@conference.jabber.org" in the "Name/Title" field.
Since Jabber IDs are not case sensitive, centericq treats JIDs written with
capital and small letters the same way.
The status change window was improved. Now it has the "All protocol" item on
the top along with newly added "Already logged in only".
The cicqconv contact list conversion utility was extended with ICQ list
support for Trillian written by Vassilios Karakoidas <bkarak@aueb.gr>.
Jabber authentification became smarter. If server doesn't support digest
authentification, it's not tried anymore. The point was that the new
digest practice made it impossible to login into server which didn't
support md5 digest auth. Fixed.
HTTP proxy support for fetching RSS feeds was fixed. It used to segfault
the application in some situation.
|
|
Patch sent by Dawid Szymanski [dawszy /at/ arhea /dot/ pl].
Changes:
********
Internal RSS reader module was implemented. You can now easily add a
feed to your list from the menu, and stay tuned on news at your
favourite sites. See the README for details.
Users who set their status to "away" on the MSN network appeared offline
in centericq. Fixed.
Jabber online/offline events were not shown in the log window. Fixed
this one too.
Fixed a bug because of which centericq couldn't connect to networks
other than ICQ when the --bind parameter was used.
ICQ away messages requests are now shown in the log window.
SMSes in Russian now work (with operators which support Cyrillic of
course).
Auto-wrap was disabled in the internal editor, so now it's possible to
paste text and it will not get screwed up.
Jabber conferences were fixed. Actually, a small workaround was added
for a weirdness of jabber.com server.
Jabber passwords hash authentification was enabled.
|
|
|
|
|
|
Noted by daws@ircnet
|
|
on Linux systems.
|
|
include:
Glib is not needed to build the program anymore.
The old nickname didn't appear in the change nickname input line which
was invoked from the Account manager dialog.
Logging became more configurable. Now from the configuration dialog it's
possible to enable/disable such facilities like log messages timestamping,
showing of users going online and offline and "user is typing"
notifications.
The --bind command parameter was added. Using it it's possible to specify
a custom IP centericq should use for outgoing connections.
MSN status related problems were fixed. Like when user set "one the phone"
or "lunch" status centericq used to show them as being offline.
A patch from Mark Verboom <mark@verboom.net> was applied. It allows to
enable chat mode only for specified protocols.
The find/add users dialog didn't allow entering nicknames, which made it
impossible to add yahoo and aim contacts.
|
|
|
|
|
|
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
|
|
by appropriate INCOMPAT_CURSES.
|
|
dot org>.
|