-Fix configure when HDF was built with SZIP support [1] -Add USE_LDCONFIG [2] -Fix configure to allow build by non-root user (it tests if /usr/local is writable) -Remove MD5 from distinfo Reported by: Wasp <wasp@gmx.ch> [1], portlint [2] Tested by: Wasp <wasp@gmx.ch> Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
makc 2010-11-04 13:05:36 UTC FreeBSD ports repository Modified files: science/hdf-java Makefile distinfo Added files: science/hdf-java/files patch-configure Log: Fix configure when HDF was built with SZIP support [1] Fix configure to allow build by non-root user (it tests if /usr/local is writable) Remove MD5 from distinfo PR: ports/151883 Submitted by: Rob Farmer (maintainer) Reported & tested by: Wasp <wasp at gmx.ch> [1] Revision Changes Path 1.3 +9 -0 ports/science/hdf-java/Makefile 1.3 +0 -1 ports/science/hdf-java/distinfo 1.1 +28 -0 ports/science/hdf-java/files/patch-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with minor changes: USE_LDCONFIG is not required for this port, portlint is excessive sometimes. Thanks!