Subject: CVS commit: pkgsrc/mail/imap-uw
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/26/2006 20:00:27
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jul 26 20:00:27 UTC 2006

Modified Files:
	pkgsrc/mail/imap-uw: MESSAGE Makefile PLIST buildlink3.mk distinfo
	    options.mk
	pkgsrc/mail/imap-uw/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-aj patch-al patch-am
Added Files:
	pkgsrc/mail/imap-uw: MESSAGE.ssl hacks.mk
	pkgsrc/mail/imap-uw/patches: patch-be patch-bf patch-bg

Log Message:
* Split the MESSAGE file into two parts, one of which only shows up
  if "ssl" is a package option.

* Stop the abuse of BUILD_TARGET and use MAKE_FLAGS instead.  Also,
  use OPSYSVARS to simplify the specification of the correct BUILD_TARGET
  for each platform.

* Make use of the EXTRASPECIALS variable used by imap makefiles to pass
  special MAKE_FLAGS settings through to all recursive make processes.
  This gets rid of some MAKE_ENV statements.

* Split off the special alpha-codegen hack into a hacks.mk file.

* Do man page fixups at post-build time, not post-extract time.  This
  leaves the files pristine for possible patching.

* Add back the special handling if IMAP_UW_MAILSPOOLHOME is defined.
  It was accidentally removed in patch-am when the whoson modifications
  were added.  Move the modifications to the configure phase instead
  of post-patch so that the modifications aren't accidentally picked
  up by mkpatches.

* Instead of listing each Makefile that needs the sed modification
  s/c-client.a/libc-client.la/ and modifying them at post-extract
  time, simply create patches for them.

* Instead of listing each header file to be installed, just derive
  the list from the PLIST.

* Make the libtoolification a bit more transparent by patching libtool
  references directly into the imap makefiles.

* Drop the -limapuw -> -lc-client buildlink transform that was only
  needed for much older versions of the imap-uw package, and stop
  installing libimapuw.*.  All dependents of imap-uw already correctly
  use -lc-client.

* Fix the handling of the kerberos package option so that we can use
  the pkgsrc Kerberos 5 packages instead of only using the native
  ones.

* Properly document the options.mk file.

Bump the PKGREVISION for the libimapuw.* changes and for the
IMAP_UW_MAILSPOOLHOME fixes.  The rest of the changes are all
pkgsrc-related and don't really affect the binary package.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/imap-uw/MESSAGE
cvs rdiff -r0 -r1.1 pkgsrc/mail/imap-uw/MESSAGE.ssl \
    pkgsrc/mail/imap-uw/hacks.mk
cvs rdiff -r1.110 -r1.111 pkgsrc/mail/imap-uw/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/imap-uw/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/imap-uw/buildlink3.mk
cvs rdiff -r1.28 -r1.29 pkgsrc/mail/imap-uw/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/imap-uw/options.mk
cvs rdiff -r1.16 -r1.17 pkgsrc/mail/imap-uw/patches/patch-aa
cvs rdiff -r1.18 -r1.19 pkgsrc/mail/imap-uw/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/imap-uw/patches/patch-ac \
    pkgsrc/mail/imap-uw/patches/patch-ad pkgsrc/mail/imap-uw/patches/patch-af \
    pkgsrc/mail/imap-uw/patches/patch-al
cvs rdiff -r1.15 -r1.16 pkgsrc/mail/imap-uw/patches/patch-ae
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/imap-uw/patches/patch-aj
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/imap-uw/patches/patch-am
cvs rdiff -r0 -r1.1 pkgsrc/mail/imap-uw/patches/patch-be \
    pkgsrc/mail/imap-uw/patches/patch-bf pkgsrc/mail/imap-uw/patches/patch-bg

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