Subject: Re: pkg/31882
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Geert Hendrickx <ghen@telenet.be>
List: pkgsrc-bugs
Date: 10/31/2005 08:21:02
The following reply was made to PR pkg/31882; it has been noted by GNATS.
From: Geert Hendrickx <ghen@telenet.be>
To: jdolecek@netbsd.org
Cc: pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,
gnats-admin@netbsd.org
Subject: Re: pkg/31882
Date: Mon, 31 Oct 2005 09:16:59 +0100
--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Sun, Oct 30, 2005 at 06:39:11PM +0000, jdolecek@netbsd.org wrote:
> openmotif is only needed for plugins, for this purpose there is
> opera-plugins package, which also pulls the openmotif dependency.
Please accept this patch for the opera-plugins package, such that it
doesn't insist on installing a specific version of suse_openmotif.
Geert
--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="opera-plugins.diff"
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/www/opera-plugins/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 19 Jul 2005 02:30:23 -0000 1.8
+++ Makefile 31 Oct 2005 08:14:59 -0000
@@ -11,7 +11,7 @@
DEPENDS+= opera>=5.999.1:../../www/opera
DEPENDS+= ns-flash>=5.0.47:../../multimedia/ns-flash
-DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif
+DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif
EXTRACT_ONLY= # empty
NO_CHECKSUM= YES
--45Z9DzgjV8m4Oswq--