Age | Commit message (Expand) | Author | Files | Lines |
2004-05-30 | Compile with version 2.8.18 of "mod_ssl" instead with the (reported to | tron | 2 | -8/+8 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-05-13 | Regenerate patch-aa to obtain correct offsets so this works with Linux 'patch'. | abs | 2 | -13/+13 |
2004-05-13 | Update apache package to 1.3.31. | taca | 7 | -155/+20 |
2004-05-08 | include apache's buildlink3.mk if using buildlink3. | grant | 1 | -2/+6 |
2004-04-26 | Convert to use bdb.buildlink3.mk and fix sources so that we can use db4. | jlam | 3 | -25/+27 |
2004-04-25 | Convert to buildlink3. | snj | 1 | -5/+5 |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 |
2004-04-23 | mk/bsd.pkg.install.mk now automatically registers | reed | 1 | -2/+1 |
2004-04-07 | Fix patch checksums and bump package revision again because the security | tron | 2 | -3/+6 |
2004-04-07 | Add three patches to resolve security issue: | reed | 4 | -1/+121 |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 2 | -2/+4 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -7/+11 |
2004-02-28 | Forgot to commit this part. MAKE_ENV needs CHGRP="${CHGRP}". | snj | 1 | -2/+2 |
2004-02-28 | Use ${CHGRP} instead of chgrp. From Georg Schwarz in PR pkg/24594. | snj | 2 | -7/+10 |
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 |