Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-08 | Bumped the PKGREVISION of the packages that have been broken by the recent | rillig | 9 | -14/+18 | |
"pkglint --autofix" change. | |||||
2005-12-08 | Fixed PLIST quoting issue introduced by the recent "pkglint --autofix" | rillig | 2 | -4/+4 | |
change. | |||||
2005-12-08 | Fixed PLIST handling bugs introduced by the recent "pkglint --autofix" | rillig | 1 | -3/+3 | |
change. | |||||
2005-12-08 | Fixed the wrong quoting introduced by the recent "pkglint --autofix". The | rillig | 2 | -6/+6 | |
variables are already quoted. Noted by wiz. | |||||
2005-12-07 | Add patch-ah to fix build under netbsd alpha for PR 32113 | tonio | 3 | -3/+62 | |
Thanks riz@ for the testing machine Take maintainership | |||||
2005-12-06 | Fix shared linking on DragonFly. | joerg | 2 | -1/+34 | |
2005-12-06 | patch php.ini-dist and php.ini-recommended to comment out extension_dir | jdolecek | 4 | -3/+54 | |
and to uncomment and explicitly set upload_tmp_dir, so that this works out of box (patches adapted from www/php4) pointed out by Martti Kuparinen on tech-pkg@ | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 15 | -39/+39 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 80 | -264/+261 | |
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-12-04 | patch pear to use -n post-install - it cannot be done using normal | jdolecek | 1 | -2/+6 | |
patch framework, the file is part of binary .phar archive and is created during installation this has been submitted as PHP bug #35544, so this may be adressed upstream hopefully | |||||
2005-12-04 | regen patch-ao with less context lines to avoid $Id$ in the original | jdolecek | 2 | -10/+6 | |
file (using pkgdiff now) PR: 32233 by Peter Avalos | |||||
2005-12-04 | remove no longer needed patches - pointed out by Peter Avalos | jdolecek | 1 | -10/+0 | |
in private e-mail | |||||
2005-12-03 | Update PHP5 to version 5.1.1. Some of the key features include: | jdolecek | 9 | -126/+138 | |
* A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X. | |||||
2005-12-03 | automatically include extension-specific MESSAGE if it exists | jdolecek | 1 | -1/+6 | |
2005-12-03 | add missing backslash for previous | jdolecek | 1 | -2/+2 | |
2005-12-03 | use ${PATH_ARGS} in do-patch target, and use _PKG_SILENT/_PKG_DEBUG | jdolecek | 1 | -3/+4 | |
to reduce output for normal runs | |||||
2005-12-03 | Fix DragonFly support. Since it was compilable before, but didn't | joerg | 4 | -15/+33 | |
work correctly, bump revision. | |||||
2005-12-02 | de-extern-errno | joerg | 4 | -1/+58 | |
2005-12-01 | Update JDK 1.5 to 1.5.0_06 (sun-j??15-5.0.6). | tv | 4 | -17/+15 | |
Change list available by WWW only: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html | |||||
2005-12-01 | In the post-extract target avoid trying to gunzip a particular | dmcmahill | 1 | -2/+10 | |
file which triggers a bug in some versions of zlib. This file was not used anyway. | |||||
2005-11-29 | - add DragonFly cases for configure | joerg | 4 | -13/+51 | |
- assume !WIN32 ~= ANSI C for the purpose of errno.h - ocamldoc is not an ELF binary, use BSD_INSTALL_SCRIPT like for ocamlc | |||||
2005-11-24 | php5 is real package, enable | jdolecek | 1 | -2/+2 | |
2005-11-21 | Allow choosing of CGI or FastCGI as SAPI for the PHP interpreter. | joerg | 1 | -1/+11 | |
This is done via an option group, default is CGI. Note that the FastCGI interpreter can still be used for normal CGI, but there might be security issues involved in doing so. | |||||
2005-11-20 | Setting MAKEINFO in the MAKE_ENV does not seem strong enough for some bulk | rillig | 1 | -2/+2 | |
builds. Let's try MAKE_FLAGS instead. | |||||
2005-11-17 | Removed empty patch files. | rillig | 3 | -3/+1 | |
2005-11-16 | Updated chicken to 2.2 using some patches by Peter Bex via private mail. | rillig | 6 | -110/+18 | |
There are far too many details that have changed to mention here. Fixes PR 30783. | |||||
2005-11-16 | Fix Python's makesetup script to treat -pthread as linker flag. | joerg | 15 | -14/+80 | |
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision. | |||||
2005-11-14 | When linking against libpython, the dependencies of libpython might be | joerg | 4 | -4/+18 | |
needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python. | |||||
2005-11-13 | Improve wording. | jschauma | 1 | -4/+4 | |
2005-11-13 | Updated instructions on obtaining a bootstrap compiler. | shannonjr | 1 | -9/+5 | |
2005-11-11 | PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannot | rillig | 1 | -2/+4 | |
be used here. | |||||
2005-11-10 | Fix patchsum after my last commit. | joerg | 1 | -2/+2 | |
2005-11-10 | Fix path in ln. | wiz | 1 | -2/+2 | |
2005-11-10 | English grammar fix. | minskim | 1 | -2/+2 | |
2005-11-09 | NOT_FOR_PLATFORM Interix. | tv | 3 | -5/+7 | |
2005-11-09 | Fail the build if the OPSYS check falls through in do-build. | tv | 1 | -1/+3 | |
2005-11-08 | Add DragonFly support. Use PTHREAD_* variables to find pthread_create | joerg | 5 | -7/+97 | |
and hope it doesn't break anything. | |||||
2005-11-08 | Make sure that there is always a space between "-o" and its argument | minskim | 2 | -1/+29 | |
when running gcc or ld. This makes the package build on Darwin. | |||||
2005-11-08 | When using find to remove directories, do a depth-first traversal. | joerg | 1 | -2/+2 | |
This is necessary to prevent find from returning with != 0 at least on DragonFly. | |||||
2005-11-05 | Update ruby-doc-stdlib to 0.10.1. | minskim | 2 | -6/+6 | |
Changes: 0.10.0 - first update in about 10 months - therefore, status report probably inaccurate; will hopefully fix soon - Delegate and Forwardable documentation updated (that's what spurred this release) - some other documentation probably updated too - most packages now have a one-line description (see "Packages" link) 0.10.1 - documentation added: enumerator, etc, fcntl, rational, pstore - changes to site CSS to improve readability - added 'profile' and 'profiler' to package list (no documentation though) | |||||
2005-11-05 | Replaced an overly complex expression with the equivalent ${PKGBASE}. | rillig | 1 | -2/+2 | |
2005-11-05 | Simplified the do-configure target. The main reason is that the Solaris | rillig | 1 | -3/+3 | |
/bin/sh cannot handle two adjacent ((. | |||||
2005-11-05 | The Solaris /bin/sh doesn't like two adjacent open parentheses. Removed | rillig | 1 | -3/+3 | |
them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002. | |||||
2005-11-04 | Integrate patches from kaffe'cvs to fix thread signal handling on netbsd | tonio | 5 | -6/+91 | |
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION | |||||
2005-11-04 | Removed unknown JVM "jdk13". | rillig | 1 | -2/+2 | |
2005-11-04 | Use PTHREAD_OPTS+=require instead of a "=". | rillig | 1 | -2/+3 | |
2005-11-04 | Of course the distinfo must be updated after changing the DIST_SUBDIR. | rillig | 1 | -4/+4 | |
2005-11-04 | Take a new DIST_SUBDIR for the changed distfile. | rillig | 1 | -2/+2 | |
2005-11-04 | The distfile has changed. The changes are mostly in the documentation files | rillig | 1 | -4/+4 | |
and one in a C file, which is most probably harmless. | |||||
2005-11-04 | Use "+=" for PKG_FAIL_REASON. | rillig | 1 | -2/+2 | |