pkgsrc-Bulk archive

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

Re: pkgsrc Linux 2.6.32/x86_64 2014-02-17 13:09



Hello Jonathan and all the pkgsrc community,

On Wed, Feb 19, 2014 at 04:24:30PM +0000, Jonathan Perkin wrote:
> Build failures
> 
> Package                               Breaks Maintainer
> -------------------------------------------------------------------------
> [...]
> print/mupdf                                  pkgsrc-users%NetBSD.org@localhost
> [...]
Can someone commit the attached patch, please?
I think that it will fix the build failure but previously it was
incorrect anyway (I forgot the $(DESTDIR) for $(bindir)).

Sorry for the oversight (I think that I have introduced it during the 1.3
update),
Please keep me updated if this patch work,
TIA,
Ciao,
L.
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/print/mupdf/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo    14 Feb 2014 17:49:41 -0000      1.11
+++ distinfo    20 Feb 2014 16:50:00 -0000
@@ -5,7 +5,7 @@
 Size (mupdf-1.3-source.tar.gz) = 14594969 bytes
 SHA1 (patch-Makethird) = 37b0be98bf859ec9d995dd7a3c05c191be42a479
 SHA1 (patch-ab) = d3258d2c37743a3c4bc1949d3246e71d81e4d69e
-SHA1 (patch-ac) = aa528c732ca5f42234279734467155e68aa39663
+SHA1 (patch-ac) = d63f79f608aed2f237b9d3e8e557a342b0e1c420
 SHA1 (patch-ae) = df35d031a816eceac5bdfd5ddb298adea4a48ce0
 SHA1 (patch-ba) = eeb839953619c08d222b3400bab38b738c08b465
 SHA1 (patch-bb) = 82002ae6fe2eef67c1ee64123434298765716047
Index: patches/patch-ac
===================================================================
RCS file: /cvsroot/pkgsrc/print/mupdf/patches/patch-ac,v
retrieving revision 1.6
diff -u -r1.6 patch-ac
--- patches/patch-ac    9 Jan 2014 14:25:23 -0000       1.6
+++ patches/patch-ac    20 Feb 2014 16:50:00 -0000
@@ -227,7 +227,7 @@
 +              ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} $$f 
$(DESTDIR)$(libdir); \
 +      done
 +
-+      ${BSD_INSTALL_PROGRAM_DIR} $(bindir)
++      ${BSD_INSTALL_PROGRAM_DIR} $(DESTDIR)$(bindir)
 +      for f in $(INSTALL_APPS); do \
 +              ${LIBTOOL} --mode=install ${BSD_INSTALL_PROGRAM} $$f 
$(DESTDIR)$(bindir); \
 +      done


Home | Main Index | Thread Index | Old Index