Subject: CVS commit: pkgsrc/x11
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 10/24/2007 15:50:19
Module Name:	pkgsrc
Committed By:	joerg
Date:		Wed Oct 24 15:50:19 UTC 2007

Modified Files:
	pkgsrc/x11/qt3-libs: Makefile distinfo
	pkgsrc/x11/qt3-libs/patches: patch-al
	pkgsrc/x11/qt3-tools: Makefile

Log Message:
Change qmake to not add the target directory as rpath.
This would leak rpath references to the build directory and
libtool should take care of this already. Non-libtool builds
might be broken by this, but they shouldn't use -Wl,-R either,
but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and
qt3-tools (qmake changes).


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 pkgsrc/x11/qt3-libs/Makefile
cvs rdiff -r1.46 -r1.47 pkgsrc/x11/qt3-libs/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/qt3-libs/patches/patch-al
cvs rdiff -r1.52 -r1.53 pkgsrc/x11/qt3-tools/Makefile

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