Subject: CVS commit: pkgsrc/security/dirmngr
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2004 22:12:17
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Nov  5 22:12:17 UTC 2004

Modified Files:
	pkgsrc/security/dirmngr: DESCR Makefile PLIST distinfo
	pkgsrc/security/dirmngr/patches: patch-aa
Added Files:
	pkgsrc/security/dirmngr/patches: patch-ac

Log Message:
Update to 0.5.6nb2:
- Refill the DESCR file.
- Remove BUILD_USES_MSGFMT; distfile ships with prebuilt .gmo files.
- Do not use GNU make as it's not needed.
- Use BUILDLINK_PREFIX.openldap instead of LOCALBASE to locate openldap.
- Register info file properly and fix a typo in its directory entry so
  that it can be accessed.
- Patch configure instead of configure.ac, so we can drop the build
  dependency on autoconf.
- Add missing dependencies on libiconv and gettext-lib.
- Sort USE_* and include sections alphabetically.
- Remove BUILDLINK_DEPENDS.* version overrides because the respective
  buildlink3.mk files already pull in a newer version.
- Drop all logic to detect the actual gettext-lib version.  This was wrong
  because it relied on the version currently installed (thus having a good
  chance to produce different results between systems), and because it's
  not the way to go.  Instead, simply include gettext-lib's buildlink3.mk
  file, and let the builtin.mk machinery decide what to do.
- Also add the locale files to the PLIST.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/security/dirmngr/DESCR \
    pkgsrc/security/dirmngr/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/security/dirmngr/Makefile \
    pkgsrc/security/dirmngr/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/security/dirmngr/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/security/dirmngr/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.