2010-02-10 18:08:22 by Joerg Sonnenberger | Files touched by this commit (24) | |
Log message: Retire comms/plptools. |
2009-06-14 19:38:43 by Joerg Sonnenberger | Files touched by this commit (44) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | |
Log message: Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345. |
2008-03-04 23:29:06 by Johnny C. Lam | Files touched by this commit (3) |
Log message: + Remove -ltermcap from the Makefile and remove patch-ap. The only reason -ltermcap was added was for readline, but this is no longer necessary as plpftp (the only program which links against readline) is linked with libtool, and libtool will pull the necessary library dependencies from libreadline.la automatically. XXX Changes untested because this package no longer builds using GCC-4.x. |
2007-08-01 22:28:08 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Don't use malloc.h. |
2006-09-03 02:56:30 by Thomas Klausner | Files touched by this commit (47) |
Log message: Reset maintainer for people who lost their commit bit. |
2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message: Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 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. |
2006-03-11 00:21:53 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed pkglint warnings. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2006-02-02 16:03:19 by Joerg Sonnenberger | Files touched by this commit (8) |
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. |