Age | Commit message (Expand) | Author | Files | Lines |
2004-11-25 | PAM modules are dlopen'ed by the PAM library. | jlam | 1 | -1/+3 |
2004-11-19 | Fix brokenness I introduced in the conversion of security/PAM to use | jlam | 11 | -29/+50 |
2004-11-16 | Libtoolize security/PAM so that the appropriate options are passed to | jlam | 16 | -168/+929 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 |
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -8/+3 |
2004-08-19 | Whitespace nit. | jlam | 1 | -2/+2 |
2004-08-12 | First cut at supporting the built-in PAM on MacOS X. It's not the | jlam | 1 | -1/+20 |
2004-08-06 | Reorder conditions so that if make does short-circuit boolean evalutation, | jlam | 1 | -3/+3 |
2004-08-06 | Accidentally reversed meaning of test. | jlam | 1 | -2/+2 |
2004-08-06 | Redo previous to say what we really want: we don't care if ${LOCALBASE} | jlam | 1 | -2/+7 |
2004-08-06 | In the rare case when LOCALBASE is /usr, don't let this think | reed | 1 | -2/+2 |
2004-08-05 | Document libcrack build option. | jlam | 1 | -1/+4 |
2004-07-30 | Convert to use bsd.options.mk. The relevant options variable to set | jlam | 1 | -3/+17 |
2004-07-06 | Accept "yes" or "YES" for USE_LIBCRACK. | jlam | 1 | -2/+2 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-05-11 | No longer used. | snj | 1 | -74/+0 |
2004-05-11 | Remove support for buildlink2. | snj | 1 | -7/+3 |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -7/+2 |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -1/+2 |
2004-03-26 | Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to | jlam | 1 | -2/+1 |
2004-03-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 1 | -1/+2 |
2004-03-10 | Convert to use bdb.buildlink3.mk. | jlam | 1 | -2/+2 |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -45/+22 |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -16/+18 |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -6/+26 |
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -10/+14 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+6 |
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 2 | -10/+8 |
2004-02-05 | Support a new global variable: | jlam | 2 | -2/+18 |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 |
2004-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -2/+2 |
2004-01-12 | Update security/PAM to 0.77nb1: | jlam | 1 | -3/+11 |
2004-01-08 | Adding a MESSAGE file noting where these packages search for plugins or | jlam | 2 | -1/+11 |
2004-01-08 | First cut at a common module.mk file to be included by PAM module packages. | jlam | 1 | -0/+21 |
2004-01-08 | bl3ify | jlam | 3 | -10/+24 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-05 | Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. | jlam | 1 | -17/+9 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+49 |
2003-10-18 | Use ${TOUCH} rather than touch | cjep | 1 | -2/+2 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-05-22 | Some improvements from Jeremy C. Reed via PR 20892: | wiz | 3 | -11/+47 |
2003-05-16 | Don't reference an include file that has not been installed yet | wiz | 2 | -5/+5 |
2003-02-09 | fix compilation problems on systems that don't have ldconfig. | dmcmahill | 3 | -2/+19 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2003-01-13 | add LDFLAGS to ld arguments so libpam_misc can find libpam. | grant | 2 | -4/+13 |
2002-12-23 | Update security/PAM to 0.77. Changes from version 0.75 include: | jlam | 29 | -747/+875 |
2002-10-09 | Unused. | wiz | 1 | -64/+0 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -3/+55 |
2002-01-29 | "This should just be -fPIC" from someone who knows more than I do. | jlam | 1 | -2/+2 |