ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so

Dejan Lesjak dejan.lesjak at ijs.si
Tue Nov 9 18:30:30 PST 2004


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

From: Dejan Lesjak <dejan.lesjak at ijs.si>
To: freebsd-gnats-submit at freebsd.org, mkb at mukappabeta.de
Cc:  
Subject: Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so
Date: Wed, 10 Nov 2004 03:17:38 +0100

 --Boundary-00=_CpXkBp0GTDCOtpK
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 To clarify, the attached patch to bsd.port.mk should fix versions.
 
 --Boundary-00=_CpXkBp0GTDCOtpK
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="xawver.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="xawver.patch"
 
 --- bsd.port.mk.orig	Wed Nov 10 02:07:23 2004
 +++ bsd.port.mk	Wed Nov 10 02:08:20 2004
 @@ -1481,7 +1481,11 @@
  USE_XLIB=			yes
  .endif
  
 +.if ${X_WINDOW_SYSTEM:L} == xorg
 +XAWVER=				8
 +.else
  XAWVER=				7
 +.endif
  PKG_IGNORE_DEPENDS?=		'this_port_does_not_exist'
  
  .endif
 
 --Boundary-00=_CpXkBp0GTDCOtpK--


More information about the freebsd-x11 mailing list