Age | Commit message (Expand) | Author | Files | Lines |
2004-02-18 | Include "../../mk/compiler.mk" to get the value of CC_VERSION before | jlam | 1 | -1/+3 |
2004-02-11 | Fix pasto(?) in BUILDLINK_PKGSRCDIR.apache's value. | seb | 1 | -2/+2 |
2004-02-09 | USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated. | jlam | 1 | -2/+2 |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -10/+9 |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+29 |
2003-11-02 | Updated apache to 1.3.29. | grant | 7 | -128/+15 |
2003-10-29 | Import security fix from 1.3.29 distribution for a buffer overflow in | cube | 6 | -3/+119 |
2003-10-11 | bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. | grant | 1 | -1/+2 |
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -4/+5 |
2003-07-19 | Update "apache" package to version 1.3.28. Changes since version 1.3.27: | tron | 3 | -13/+18 |
2003-07-18 | gcc.buildlink2.mk is now handled automatically. | grant | 1 | -4/+1 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 |
2003-06-06 | replace ${WHOLE_ARCHIVE_FLAG} -lgcc ${NO_WHOLE_ARCHIVE_FLAG} by just | drochner | 1 | -2/+2 |
2003-05-31 | tidy up logic for adding libgcc and libgcc_s. no functional change. | grant | 1 | -7/+7 |
2003-05-31 | make sure modules are built with the correct version of gcc. | grant | 1 | -4/+9 |
2003-05-31 | for consistency, use WHOLE_ARCHIVE_FLAG instead of | grant | 1 | -2/+2 |
2003-05-31 | drop some unnecessary parens | grant | 1 | -2/+2 |
2003-05-31 | link against shared libgcc_s when built with gcc3 so Apache modules | grant | 1 | -2/+10 |
2003-04-15 | be quiet in all targets except post-install. | grant | 1 | -11/+11 |
2003-04-10 | Fix fetch stage. Noted broken by grant. | wiz | 1 | -2/+2 |
2003-04-10 | Update to 1.3.27nb4: compile with mod-ssl-2.8.14. | wiz | 2 | -16/+10 |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -2/+2 |
2003-02-23 | Use MASTER_SITE_APACHE. | jmmv | 1 | -3/+3 |
2003-02-17 | also pass CPPFLAGS to apxs. | grant | 1 | -3/+3 |
2003-02-17 | pass LDFLAGS to apxs. | grant | 1 | -2/+2 |
2003-02-17 | set the default source files to *.c, as this is common in our apache | grant | 1 | -2/+4 |
2003-02-17 | USE_PERL5 is already defined in apache/buildlink2.mk. | grant | 1 | -3/+1 |
2003-02-17 | add makefile fragment for Apache modules. | grant | 1 | -0/+47 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2003-01-27 | Use XARGS="${XARGS}" rather than XARGS=${XARGS} when adding to MAKE_ENV. | abs | 1 | -3/+3 |
2003-01-20 | Make this use ${CHOWN}, ${CHMOD}, ${XARGS} and ${FIND}, rather than the | jschauma | 3 | -20/+61 |
2002-12-22 | Revert to previous behavior and use db1 functions in libc if they are | grant | 1 | -4/+12 |
2002-12-19 | Tidy up conditional use of databases/db/buildlink2.mk. | grant | 1 | -5/+7 |
2002-11-19 | As per discussion in pkg/18854, remove support for apache_start.conf as | jlam | 1 | -19/+8 |
2002-11-18 | Fix glitch in last commit. | tron | 1 | -2/+2 |
2002-11-18 | Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" still | tron | 1 | -3/+3 |
2002-11-18 | Fix chmod (PR#19093 by Adrian Portelli). Bump PKGREVISION. | martti | 1 | -3/+4 |
2002-11-15 | Updated apache to 1.3.27nb2 | martti | 1 | -2/+2 |
2002-11-15 | chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy). | martti | 1 | -1/+2 |
2002-10-25 | Unused. | wiz | 1 | -60/+0 |
2002-10-25 | Update "apache" package to version 1.3.27nb1 which is now based version | tron | 2 | -5/+6 |
2002-10-18 | Use newer way to convert a build dependency to a full dependency. | jlam | 1 | -2/+2 |
2002-10-14 | Only set apache_start to "start" if it's not already set. | lukem | 1 | -3/+3 |
2002-10-10 | Fully convert to buildlink2, even on Solaris. | jlam | 1 | -3/+3 |
2002-10-04 | Update "apache" package to version 1.3.27. This version fixes many bugs | tron | 3 | -29/+31 |
2002-09-26 | Explicitly turn on large file support, as some Apache modules have | grant | 1 | -2/+6 |
2002-09-20 | Make these scripts more portable by taking advantage of automatic rc.d | grant | 1 | -2/+2 |
2002-09-20 | Fix typo, from pkg/18336 by Joachim Koenig-Baltes. | jlam | 1 | -2/+2 |