Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 04/25/1999 11:46:31
Module Name:	pkgsrc
Committed By:	tv
Date:		Sun Apr 25 18:46:30 UTC 1999

Modified Files:
	pkgsrc/graphics/ImageMagick: Makefile
	pkgsrc/graphics/ImageMagick/patches: patch-aa
	pkgsrc/graphics/ImageMagick/pkg: PLIST
Removed Files:
	pkgsrc/graphics/ImageMagick/patches: patch-ab patch-ac
Log Message:
Do the following to make this ELF and 1.3 friendly:
- use the autoconf configure script to configure and build (we were
already running configure but using Imake to build!?)
- make use of pkglibtool (package already has full libtool support)

(Note that now that we use Autoconf, this installs in ${LOCALBASE} without
the need for a tool such as xpkgwedge.  The configure script automatically
detects all the stuff for which we had used patches in the Imakefiles.)

Also use --without-... to disable optional components for which we have no
explicit dependencies, which can be reenabled by the user in pkgsrc, so
that the built binaries do not have "hidden" dependencies.

Closes PR pkg/7463.