Subject: Re: pkg/31329: [patch] wm/windowmaker make WPrefs work
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Geoff Wing <gcw@pobox.com>
List: pkgsrc-bugs
Date: 09/17/2005 08:04:02
The following reply was made to PR pkg/31329; it has been noted by GNATS.

From: Geoff Wing <gcw@pobox.com>
To: NetBSD GNATS <gnats-bugs@netbsd.org>
Cc: NetBSD PKG Bugs <pkgsrc-bugs@netbsd.org>
Subject: Re: pkg/31329: [patch] wm/windowmaker make WPrefs work
Date: Sat, 17 Sep 2005 18:03:43 +1000

 On Saturday 2005-09-17 15:07 +1000, mjl@luckie.org.nz output:
 :This patch passes --with-gnustepdir to configure and installs WPrefs into
 :${PREFIX}/share/GNUStep/Applications/WPrefs.app/ where WindowMaker seems
 :to expect it to be.
 
 Except putting it in ${PREFIX}/share/GNUStep/ is not backwards compatible
 for people who had old pkg-based configs (where it went in ${PREFIX}/GNUStep)
 
 Secondly, your patch has 
 
 :-		${SED} "s|/usr/local|${PREFIX}|g" $$f > $$f.new && \
 :+		${SED} -e "s|/usr/local|${PREFIX}|g" \
 :+		       -e "s|${PREFIX}/GNUstep|${PREFIX}/share/GNUstep|g" \
                                                                   ^ small s
 
 Thirdly, this is looking very similar to pr#30703 which I sent in a
 couple of months ago.
 
 Regards,
 Geoff