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

Modified Files:
	pkgsrc/security/gnupg-devel: Makefile PLIST PLIST.gpgsm

Log Message:
Update to gnupg-devel-1.9.11nb1:
- Derive PKGNAME from DISTNAME.
- Move PKG_INSTALLATION_TYPES where it belongs.
- Sort USE_* and include sections alphabetically.
- Put CONFIGURE_ARGS in its own section.
- Fix indentation for TEST_TARGET line.
- No need to use LIBTOOL_OVERRIDE.
- No need to use BUILD_USES_MSGFMT; the distfile comes with prebuilt .gmo
  files.
- No need to use GNU make.
- Add missing dependencies on libiconv and gettext-lib.
- Drop logic to detect the actual installed version of gettext.  It was
  wrong because it relied on the current state of the system, thus possibly
  leading to different results depending on package installation order.
  Instead, just include gettext-lib's buildlink3.mk file, so that the
  'builtin' machinery does everything for us.
- Move the definition of PKG_OPTIONS_VAR and friends to its own section.
  While here, add a comment saying that it might be possible to avoid this
  option by creating a new package that includes the extra files installed
  when it's enabled.  (Not doing now because I'm not sure it's possible
  yet.)
- Use PLIST_SRC correctly to handle multiple PLIST chunks instead of
  manually creating a file inside WRKSRC.
- Remove empty directories from PLIST.gpgsm.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/security/gnupg-devel/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/security/gnupg-devel/PLIST \
    pkgsrc/security/gnupg-devel/PLIST.gpgsm

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