Subject: CVS commit: pkgsrc/comms/plptools
From: Joerg Sonnenberger
Date: 2006-02-02 16:03:19
Message id: 20060202150319.CD4082DA27@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.11modifypkgsrc/comms/plptools/distinfo
1.6modifypkgsrc/comms/plptools/patches/patch-ab
1.3modifypkgsrc/comms/plptools/patches/patch-ah
1.3modifypkgsrc/comms/plptools/patches/patch-ai
1.3modifypkgsrc/comms/plptools/patches/patch-aj
1.1addpkgsrc/comms/plptools/patches/patch-aq
1.1addpkgsrc/comms/plptools/patches/patch-ar
1.1addpkgsrc/comms/plptools/patches/patch-at