pkgsrc-Bugs archive

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

Re: pkg/36132: x11/openmotif Solaris Xorg modular



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

From: Tim Zingelman <zingelman%fnal.gov@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: drochner%NetBSD.org@localhost
Subject: Re: pkg/36132: x11/openmotif Solaris Xorg modular
Date: Wed, 17 Dec 2008 14:42:38 -0600 (CST)

 Any chance we could get these committed?
 
 The patches below tested on SunOS-5.10-sparc and NetBSD-4.0.1-i386
 
 Thanks,
 
   - Tim
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/x11/openmotif/Makefile,v
 retrieving revision 1.58
 diff -u -r1.58 Makefile
 --- Makefile    10 Nov 2008 17:21:38 -0000      1.58
 +++ Makefile    17 Dec 2008 20:24:38 -0000
 @@ -55,6 +55,8 @@
   .if ${OPSYS} == "NetBSD"
   CONFIGURE_ENV+=                ac_cv_func_setpgrp_void=no
   .endif
 +CONFIGURE_ARGS+=       --enable-xft
 +CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS
 
   .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
   MAKE_FLAGS+=   CROSS_COMPILING=yes CC_FOR_BUILD=${NATIVE_CC:Q} \
 
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/x11/openmotif/distinfo,v
 retrieving revision 1.26
 diff -u -r1.26 distinfo
 --- distinfo    14 Jul 2008 23:01:32 -0000      1.26
 +++ distinfo    17 Dec 2008 20:24:38 -0000
 @@ -16,3 +16,4 @@
   SHA1 (patch-bj) = 87abfdc6593d3b4ba3c7a76c84c54522ad7a044b
   SHA1 (patch-bl) = 905bec86af6d8d139faa2ca185adf3e8b58c1dea
   SHA1 (patch-bm) = 0e1aaf8b9a474a43e1382caa09b2ac9050f3505c
 +SHA1 (patch-za) = c794756e1d113dd8d77054837764052b2696214c
 
 # cat patches/patch-za
 --- lib/Xm/XmIm.c.orig  Tue Dec 16 11:40:22 2008
 +++ lib/Xm/XmIm.c       Tue Dec 16 11:43:36 2008
 @@ -79,7 +79,7 @@
       work quite right/or is poorly documented and i cant get it to
       work.
   */
 -#if defined(sun)
 +#if defined(sun) && !defined(XlibSpecificationRelease)
   typedef Bool (*XICProc)( XIC, XPointer, XPointer);
   #endif
 


Home | Main Index | Thread Index | Old Index