pkgsrc-Bugs archive

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

Re: pkg/42278 (print/acroread8 PLIST problems (file-check test))



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

From: Tim Zingelman <tez%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost, 
gnats-admin%netbsd.org@localhost, 
        kre%munnari.oz.au@localhost
Subject: Re: pkg/42278 (print/acroread8 PLIST problems (file-check test))
Date: Mon, 9 Nov 2009 07:13:33 -0600

 Please try this patch and see if it resolves your issue (the missing
 filenames are in PLIST.Linux already, so this should cause them to be
 included.)
 
 Index: Makefile
 ===================================================================
 RCS file: /usr/cvs/pkgsrc/print/acroread8/Makefile,v
 retrieving revision 1.9
 diff -w -u -b -r1.9 Makefile
 --- Makefile    4 Nov 2009 23:37:53 -0000       1.9
 +++ Makefile    9 Nov 2009 13:11:36 -0000
 @@ -37,6 +37,7 @@
  .if ${EMUL_PLATFORM} == "linux-i386"
  DISTNAME=      AdobeReader_enu-8.1.7-1.i486
  PLATFORM=      intellinux
 +PLIST_SRC+=    PLIST.Linux
  .elif ${EMUL_PLATFORM} == "solaris-sparc"
  DISTNAME=      AdobeReader_enu-8.1.7-1.sparc
  PLATFORM=      sparcsolaris
 


Home | Main Index | Thread Index | Old Index