Subject: CVS commit: pkgsrc/comms/plptools
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 02/02/2006 15:03:19
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Feb  2 15:03:19 UTC 2006

Modified Files:
	pkgsrc/comms/plptools: distinfo
	pkgsrc/comms/plptools/patches: patch-ab patch-ah patch-ai patch-aj
Added Files:
	pkgsrc/comms/plptools/patches: patch-aq patch-ar patch-at

Log Message:
Add DragonFly support.
Fix C++ RTL usage: c_str is how to get the representation, not getCStr.
Attempt to fix declaration of static template members. Be conditional
for GCC 3.4+ for now, it conflicts with the constructor in GCC 3.3.
Attempt to fix timezone usage as found in other packages.
Use PTHREAD_* variables instead of hard-coded -lpthread.
Don't look for _nl_domain_bindings in -lintl, libintl uses a different
prefix.
Remove harmfull class keywords in friend declarations.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/comms/plptools/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/comms/plptools/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/comms/plptools/patches/patch-ah \
    pkgsrc/comms/plptools/patches/patch-ai \
    pkgsrc/comms/plptools/patches/patch-aj
cvs rdiff -r0 -r1.1 pkgsrc/comms/plptools/patches/patch-aq \
    pkgsrc/comms/plptools/patches/patch-ar \
    pkgsrc/comms/plptools/patches/patch-at

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.