Age | Commit message (Expand) | Author | Files | Lines |
2005-08-01 | Note that the sparc64 patch is actually a hack for gcc<3.3. | jlam | 2 | -3/+5 |
2005-08-01 | Update databases/openldap to version 2.2.27. From now on, we'll be | jlam | 9 | -116/+107 |
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -2/+2 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -2/+2 |
2005-05-11 | I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually use | jlam | 1 | -3/+3 |
2005-05-09 | Don't assign to PKG_OPTIONS.<pkg> which has special meaning to the | jlam | 1 | -7/+7 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -3/+3 |
2005-05-08 | PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for the | jlam | 1 | -3/+10 |
2005-05-03 | Remove duplicate share/examples/rc.d/slurpd entry. | wiz | 1 | -2/+1 |
2005-05-02 | RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. | reed | 1 | -1/+4 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 |
2005-02-09 | Explicitely disable sasl support when the option is not selected, in case | cube | 1 | -1/+3 |
2005-01-24 | Fix alignment/LP64 issue on NetBSD/sparc64 encountered while trying the | seb | 3 | -3/+60 |
2005-01-12 | Change a = to a += so that all of the necessary OWN_DIRS_PERMS are | jlam | 1 | -2/+3 |
2005-01-12 | Be a bit more descriptive about why the bdb option is enabled by | xtraeme | 1 | -1/+5 |
2005-01-12 | If dynamic and bdb options are used, the hdb module is built, but not | xtraeme | 2 | -3/+8 |
2005-01-06 | Changes 2.2.20: | adam | 2 | -7/+6 |
2004-12-28 | Use LIBMODE instead of 444. | minskim | 3 | -5/+6 |
2004-12-28 | The default location of the pkgsrc-installed rc.d scripts is now | reed | 1 | -1/+2 |
2004-12-22 | Update databases/openldap to 2.2.19. Changes from version 2.2.18 include: | jlam | 3 | -10/+9 |
2004-12-14 | Revert previous -- -current's sched_yield has been fixed. | wiz | 2 | -17/+6 |
2004-12-14 | Fixed building on NetBSD 2.0 and -current | adam | 3 | -18/+29 |
2004-11-29 | In case db4 is disallowed by bdb.buildlink3.mk, causing BDB_TYPE to be | tv | 1 | -1/+4 |
2004-11-27 | The OpenLDAP libraries do NOT include any SLP code, so don't include | jlam | 1 | -11/+2 |
2004-11-26 | Bump the PKGREVISION after changes in patch-ag to honor DL_*. | jlam | 1 | -2/+2 |
2004-11-26 | Teach openldap to use DL_{CFLAGS,LDFLAGS,LIBS} when linking slapd when | jlam | 2 | -5/+16 |
2004-11-25 | Default PTHREAD_AUTO_VARS to the safer value of "no". Most packages | jlam | 1 | -6/+1 |
2004-11-19 | The man pages should refer to the real location of the config files, not | jlam | 3 | -3/+28 |
2004-11-18 | We don't actually want everything to be built with pthreads -- only | jlam | 5 | -4/+41 |
2004-11-17 | Update databases/openldap to the latest release, version 2.2.18. | jlam | 3 | -20/+5 |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 1 | -2/+1 |
2004-11-15 | USE_DB185=no; should fix build failure reported on tech-pkg by | tv | 1 | -1/+2 |
2004-11-08 | Allow bdb backend support to be optional via PKG_OPTIONS.openldap. For now, | tv | 3 | -7/+23 |
2004-11-08 | Bring options handling in buildlink3.mk into sync with current options.mk. | markd | 1 | -8/+11 |
2004-10-15 | Update linkage to libltdl, now in its own package. | tv | 2 | -4/+4 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -4/+4 |
2004-09-27 | This version of openldap no longer builds against the old version of sasl, | rh | 1 | -12/+5 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -45/+1 |
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -16/+1 |
2004-08-05 | Rename Makefile.options to options.mk in the packages that I maintain. | jlam | 2 | -3/+3 |
2004-08-04 | We only need the full dependency on libtool if we build the dynamic | jlam | 2 | -3/+4 |
2004-07-30 | Convert to use bsd.options.mk. The relevant options variable to set | jlam | 3 | -39/+38 |
2004-07-24 | cyrus-sasl configure option takes no argument. | jlam | 1 | -4/+4 |
2004-07-24 | Need to bump the version in buildlink3.mk since the shlib major was | jlam | 1 | -4/+4 |
2004-07-24 | If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 by | jlam | 1 | -2/+2 |
2004-07-24 | Use the correct configure option for cyrus-sasl, and correct the path to | jlam | 1 | -5/+5 |
2004-07-24 | Update databases/openldap to version 2.2.13, the latest stable release. | jlam | 13 | -137/+223 |
2004-07-23 | Become maintainer since it's a critical component of samba, and I'm still | jlam | 1 | -2/+2 |
2004-05-10 | use -DBIND_8_COMPAT on darwin | danw | 1 | -1/+3 |