pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48261 (p7zip cannot work with WIM archives)



The following reply was made to PR pkg/48261; it has been noted by GNATS.

From: Nat Sloss <nathanialsloss%yahoo.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48261 (p7zip cannot work with WIM archives)
Date: Sat, 5 Oct 2013 10:47:57 +1000

 On Sat, 5 October 2013 10:50:01 Nat Sloss wrote:
 > The following reply was made to PR pkg/48261; it has been noted by GNATS.
 >
 > From: Nat Sloss <nathanialsloss%yahoo.com.au@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:
 > Subject: Re: pkg/48261 (p7zip cannot work with WIM archives)
 > Date: Sat, 5 Oct 2013 10:17:31 +1000
 >
 >  Hi.  I've realised in my previous email I made a mistake.
 >
 >  The patch is applied and it finds the library path ok, it just needs an
 >  addition of a "/" in the path then all should be ok.
 >
 >  Regards,
 >
 >  Nat.
 
 
 Hi, here is my amendment to the Makefile:
 
 Index: pkgsrc/archivers/p7zip/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/archivers/p7zip/Makefile,v
 retrieving revision 1.52
 diff -u -r1.52 Makefile
 --- pkgsrc/archivers/p7zip/Makefile     4 Oct 2013 21:51:57 -0000       1.52
 +++ pkgsrc/archivers/p7zip/Makefile     5 Oct 2013 01:09:42 -0000
 @@ -46,7 +46,7 @@
 
  SUBST_CLASSES+=                lib
  SUBST_FILES.lib+=      CPP/7zip/UI/Common/LoadCodecs.cpp
 -SUBST_SED.lib+=                -e "s,getenv(.P7ZIP_HOME_DIR.),
 \"${PREFIX}/lib\","
 +SUBST_SED.lib+=                -e "s,getenv(.P7ZIP_HOME_DIR.),
 \"${PREFIX}/lib/\","
  SUBST_STAGE.lib=       post-patch
 
  .include "../../mk/endian.mk"
 
 Then it works,
 
 Regards,
 
 Nat.
 


Home | Main Index | Thread Index | Old Index