pkgsrc-Bugs archive

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

Re: pkg/47868 (www/libproxy does not compile on Solaris 10)



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

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/47868 (www/libproxy does not compile on Solaris 10)
Date: Fri, 31 May 2013 12:00:26 +0200

 --qyHYMwAXsHLOQihY
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 On Fri, May 31, 2013 at 11:49:38AM +0200, Jörn Clausen wrote:
 > On 31.05.13 11:46, wiz%NetBSD.org@localhost wrote:
 > >Synopsis: www/libproxy does not compile on Solaris 10
 > >
 > >State-Changed-From-To: open->closed
 > >State-Changed-By: wiz%NetBSD.org@localhost
 > >State-Changed-When: Fri, 31 May 2013 09:46:11 +0000
 > >State-Changed-Why:
 > >Fixed, thanks for testing!
 > 
 > Wait wait wait!!! I reported two problems, this fixes only one of
 > them. libmodman/test/CMakeLists.txt is still broken.
 
 Please try the attached diff.
 
 Please also open upstream bug reports for both issues, so these don't
 stay pkgsrc workarounds.
 
 Thanks,
  Thomas
 
 --qyHYMwAXsHLOQihY
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="libproxy.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/www/libproxy/Makefile,v
 retrieving revision 1.19
 diff -u -r1.19 Makefile
 --- Makefile   31 May 2013 09:45:55 -0000      1.19
 +++ Makefile   31 May 2013 09:59:43 -0000
 @@ -19,7 +19,8 @@
  
  .if (${OPSYS} == "SunOS")
  # add libraries needed for Solaris, and add stuff cmake would add it on its 
own
 -CMAKE_ARGS+=  -DCMAKE_EXE_LINKER_FLAGS:STRING="-lnsl -lsocket 
${COMPILER_RPATH_FLAG}${PREFIX}/lib"
 +CMAKE_ARGS+=          -DCMAKE_EXE_LINKER_FLAGS:STRING="-lnsl -lsocket 
${COMPILER_RPATH_FLAG}${PREFIX}/lib"
 +BUILDLINK_TRANSFORM+= rm:-Wl,--no-as-needed
  .endif
  
  PKGCONFIG_OVERRIDE+=  bindings/csharp/libproxy-sharp-1.0.pc.cmake
 
 --qyHYMwAXsHLOQihY--
 



Home | Main Index | Thread Index | Old Index