Age | Commit message (Expand) | Author | Files | Lines |
2003-06-07 | Add NetBSD RCS tags. | cjep | 1 | -0/+1 |
2003-06-03 | Teach ap2-perl and ap2-php4 how to find apr's includes. They need to | epg | 2 | -17/+23 |
2003-03-22 | Let MASTER_SITES be overridden, if a package using this Makefile | wiz | 1 | -2/+2 |
2003-02-21 | Fix for wordwrap() buffer overflow, per | lukem | 3 | -3/+111 |
2003-02-03 | Bump PKGREVISION of www/php4 to 1. This fixes a problem reported on | jlam | 4 | -8/+12 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2003-01-14 | new patch-aj | christos | 1 | -1/+2 |
2003-01-14 | make sure that gettext does not core dump on bad params. | christos | 1 | -0/+68 |
2003-01-12 | update checksum | christos | 1 | -2/+3 |
2003-01-12 | PR/19207, PR/19681, PR/19367: package does not compile because threads | christos | 1 | -8/+112 |
2003-01-12 | PR/18693: Simon Schubert: Remove stat stuff that breaks with apache2 virtual | christos | 1 | -0/+13 |
2003-01-08 | Make php4 and ap-php4 actually use our libtool again. | jlam | 4 | -18/+23 |
2002-12-21 | Improve message, as suggested by Daniel Eggert. | wiz | 1 | -2/+4 |
2002-11-22 | Backout last change. It makes PHP unusable with Apache 1.3.x. | tron | 1 | -7/+1 |
2002-11-05 | - make this work with apache2 | martti | 1 | -1/+7 |
2002-10-25 | Unused. | wiz | 1 | -49/+0 |
2002-10-14 | Updated php to 4.2.3 | martti | 11 | -111/+84 |
2002-10-05 | Pass in some env. variables for phpize. Reported missing by lukem. | wiz | 1 | -2/+4 |
2002-10-02 | Make modules use automake.mk. Bump PKGREVISION for phpize change. | wiz | 4 | -6/+28 |
2002-09-04 | Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to | agc | 4 | -13/+11 |
2002-08-26 | backout previous, the problem seems to lie with our Apache pkg on Solaris. | grant | 2 | -27/+9 |
2002-08-26 | fix configure problem on Solaris while calling apxs. | grant | 2 | -9/+27 |
2002-08-26 | The Solaris linker doesn't understand --export-dynamic, so give this a | grant | 2 | -5/+9 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 5 | -7/+40 |
2002-04-12 | Give PHP4 distfile a make variable name. | jlam | 1 | -1/+4 |
2002-03-01 | Replace some = with ?= so that the values may be overridden in PHP4 module | jlam | 2 | -10/+10 |
2002-02-28 | Update php4 and ap-php4 to 4.1.2. Changes from version 4.1.1 include: | jlam | 5 | -24/+24 |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 |
2002-01-11 | Remove references to the example php.ini files. The recommended one is | jlam | 1 | -7/+1 |
2002-01-06 | Update www/php4 to 4.1.1. Changes from version 4.1.0 include: | jlam | 2 | -5/+5 |
2001-12-31 | Update www/php4 to 4.1.0. Major changes from version 4.0.6 include: | jlam | 11 | -94/+88 |
2001-12-11 | Missed a PHP_PKG_VERS -> PKGREVISION conversion. | jlam | 1 | -2/+2 |
2001-12-03 | Use PKGREVISION to manage the package-specific version number when it | jlam | 3 | -15/+7 |
2001-12-02 | bsd.pkg.install.mk calls the INSTALL script at the right times | jlam | 1 | -5/+1 |
2001-11-26 | Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. | jlam | 3 | -7/+5 |
2001-11-25 | PKG_SYSCONFDIR is where the configuration files for a package may be found. | jlam | 1 | -2/+2 |
2001-11-19 | Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in | jlam | 6 | -143/+10 |
2001-11-01 | Move MESSAGE.module from pkg/ to top-level package directory. | jlam | 1 | -1/+1 |
2001-11-01 | Change reachover references into another package's pkg/ directory into | jlam | 1 | -3/+3 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -2/+2 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -4/+4 |
2001-10-30 | Correct package names by adding '4' before the '-', and add | wiz | 1 | -5/+6 |
2001-10-20 | Only link -lgcc whole-archive on NetBSD ELF platforms, to allow a.out | jlam | 1 | -7/+8 |
2001-10-18 | Support for linking some PHP4 extensions statically into the php CGI and | jlam | 1 | -1/+16 |
2001-10-18 | Note additional PHP4 packages that the user may want to install. | jlam | 1 | -1/+8 |
2001-10-16 | Replace "../php4" with "../../www/php4" at various locations to fix | tron | 3 | -10/+10 |
2001-10-16 | Fix module makefile which didn't work with PHP module packages outside of | tron | 1 | -3/+3 |
2001-10-16 | Update ap-php and php to 4.0.6. Changes from version 4.0.5 include: | jlam | 18 | -248/+360 |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 |
2001-07-13 | In package Makefiles, create FILES_SUBST instead of duplicating sed | jlam | 2 | -13/+14 |