2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for 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 |
2005-11-16 20:18:59 by Joerg Sonnenberger | Files touched by this commit (15) |
Log message: Fix Python's makesetup script to treat -pthread as linker flag. This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision. |
2005-11-14 23:53:09 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: When linking against libpython, the dependencies of libpython might be needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python. |
2005-11-11 00:39:24 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Fix patchsum after my last commit. |
2005-11-08 19:14:49 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: Add DragonFly support. Use PTHREAD_* variables to find pthread_create and hope it doesn't break anything. |
2005-11-01 22:49:31 by Adrian Portelli | Files touched by this commit (5) |
Log message: Bump to nb8 for PCRE security issue |
2005-05-29 13:18:35 by Min Sik Kim | Files touched by this commit (2) |
Log message: Fix PLIST on NetBSD>=2. Bump PKGREVISION. |
2005-05-29 13:07:50 by Min Sik Kim | Files touched by this commit (3) |
Log message: Teach about NetBSD 3.x. PKGREVISION will be bumped after another change. |
2005-05-29 11:40:09 by Min Sik Kim | Files touched by this commit (1) |
Log message: Generate files at "build" instead of "install" so that \ "make clean" always work. |
2005-05-29 10:41:34 by Min Sik Kim | Files touched by this commit (3) |
Log message: Make the dbm module build when pkgsrc bdb is used. |