pkgsrc-Bugs archive

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

Re: pkg/42289 (Missing PLIST.Linux files.)



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

From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42289 (Missing PLIST.Linux files.)
Date: Sun, 19 Feb 2012 12:55:24 +0300

 Working patch is below.
 
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/net/libvncserver/distinfo,v
 retrieving revision 1.6
 diff -u -r1.6 distinfo
 --- distinfo   10 Nov 2011 06:29:44 -0000      1.6
 +++ distinfo   19 Feb 2012 09:59:29 -0000
 @@ -3,3 +3,4 @@
  SHA1 (LibVNCServer-0.9.8.2.tar.gz) = 26995fd92fed9ddeecf40a4bdf0067fdae8c647c
  RMD160 (LibVNCServer-0.9.8.2.tar.gz) = 
0dbb7bd53f0298be948a2b47a5f900eb6543102e
  Size (LibVNCServer-0.9.8.2.tar.gz) = 1238439 bytes
 +SHA1 (patch-configure) = f58e0bf55c00db9c0bfe1eb5477e06db12bcd303
 Index: patches/patch-configure
 ===================================================================
 RCS file: patches/patch-configure
 diff -N patches/patch-configure
 --- /dev/null  1 Jan 1970 00:00:00 -0000
 +++ patches/patch-configure    19 Feb 2012 09:59:29 -0000
 @@ -0,0 +1,15 @@
 +$NetBSD$
 +# PR 42289
 +--- configure.orig    2011-11-09 11:58:39.000000000 +0000
 ++++ configure
 +@@ -24066,8 +24066,8 @@ else
 + fi
 + 
 + 
 +-# Check if /dev/vcsa1 exists, if so, define LINUX
 +- if test -c /dev/vcsa1; then
 ++# Define LINUX_TRUE on Linux
 ++ if test `uname -s` = Linux; then
 +   LINUX_TRUE=
 +   LINUX_FALSE='#'
 + else
 
 -- 
 Best regards, Aleksey Cheusov.
 


Home | Main Index | Thread Index | Old Index