pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/31329: [patch] wm/windowmaker make WPrefs work
The following reply was made to PR pkg/31329; it has been noted by GNATS.
From: Geoff Wing <gcw%pobox.com@localhost>
To: NetBSD GNATS <gnats-bugs%netbsd.org@localhost>
Cc: NetBSD PKG Bugs <pkgsrc-bugs%netbsd.org@localhost>
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@localhost 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
Home |
Main Index |
Thread Index |
Old Index