Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 02:30:30 GMT
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so
Message-ID:  <200411100230.iAA2UUMt054751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/73698; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak@ijs.si>
To: freebsd-gnats-submit@freebsd.org, mkb@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411100230.iAA2UUMt054751>