pkgsrc-Bugs archive

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

Re: pkg/37128 (imake packages fails to build on Linux, X11_TYPE=modular)



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

From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost, cheusov%tut.by@localhost
Subject: Re: pkg/37128 (imake packages fails to build on Linux,
 X11_TYPE=modular)
Date: Sat, 31 May 2008 21:08:49 +0200

 Retry. Stupid MUA decided to base64 encode it.
 
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/x11/xorg-cf-files/distinfo,v
 retrieving revision 1.5
 diff -u -r1.5 distinfo
 --- distinfo   25 Jan 2008 18:55:02 -0000      1.5
 +++ distinfo   31 May 2008 19:00:55 -0000
 @@ -12,4 +12,4 @@
  SHA1 (patch-ag) = f2e665cc6e67cf2f687652b9adeab0a0de816729
  SHA1 (patch-ah) = f329f44a81c49ba66e8da197ab99a53172a1d247
  SHA1 (patch-ai) = a0795dcd3442471a58c77c667b3eeb50d7bb47bb
 -SHA1 (patch-aj) = 5060968a789b0cf2568e4b3eb71d9e988d7f3d9e
 +SHA1 (patch-aj) = 6fd05a766895c06b940e28cd5cadde48365790c3
 Index: patches/patch-aj
 ===================================================================
 RCS file: /cvsroot/pkgsrc/x11/xorg-cf-files/patches/patch-aj,v
 retrieving revision 1.1
 diff -u -r1.1 patch-aj
 --- patches/patch-aj   25 Jan 2008 18:55:02 -0000      1.1
 +++ patches/patch-aj   31 May 2008 19:00:55 -0000
 @@ -1,4 +1,4 @@
 -$NetBSD: patch-aj,v 1.1 2008/01/25 18:55:02 joerg Exp $
 +$NetBSD$
  
  Force Rpath usage on Linux. For reasons analysed in details,
  the binutils detection seems to fail.
 @@ -14,6 +14,15 @@
   #endif
   
   #ifndef SharedOldX
 +@@ -78,7 +78,7 @@ XCOMM $XFree86: xc/config/cf/lnxLib.rule
 + #define LibraryRpathLoadFlags RpathLoadFlags
 + #endif
 + # ifndef SharedLibraryLoadFlags
 +-#  define SharedLibraryLoadFlags -shared
 ++#  define SharedLibraryLoadFlags -shared RpathLoadFlags
 + # endif
 + # ifndef PositionIndependentCFlags
 + #  define PositionIndependentCFlags -fPIC
  @@ -87,17 +87,7 @@ XCOMM $XFree86: xc/config/cf/lnxLib.rule
   #  define PositionIndependentCplusplusFlags -fPIC
   # endif
 


Home | Main Index | Thread Index | Old Index