Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2005 00:30:22 GMT
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/89398: [PATCH] bsd.wx.mk and patches
Message-ID:  <200511220030.jAM0UMm3014127@freefall.freebsd.org>

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

From: "Alejandro Pulver" <alejandro@varnet.biz>
To: "FreeBSD gnats submit" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/89398: [PATCH] bsd.wx.mk and patches
Date: Mon, 21 Nov 2005 21:26:29 -0300

 >Submitter-Id:	current-users 
 >Originator:	Alejandro Pulver 
 >Organization:	 
 >Confidential:	no 
 >Synopsis:	Re: ports/89398: [PATCH] bsd.wx.mk and patches 
 >Severity:	non-critical 
 >Priority:	low 
 >Category:	ports 
 >Class:		change-request 
 >Release:	FreeBSD 5.4-RELEASE i386 
 >Environment:
 
 
 System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
     root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE
 
 
 
 >Description:
 
 
 This follow-up contains a patch to integrate bsd.wx.mk to bsd.port.mk.
 
 
 >How-To-Repeat:
 
 
 
 
 
 >Fix:
 
 
 --- bsd.port.mk.diff begins here ---
 --- /usr/ports/Mk/bsd.port.mk.orig	Tue Nov  8 06:02:51 2005
 +++ /usr/ports/Mk/bsd.port.mk	Mon Nov 21 21:20:32 2005
 @@ -1763,6 +1763,10 @@
  .include "${PORTSDIR}/Mk/bsd.apache.mk"
  .endif
  
 +.if defined(USE_WX)
 +.include "${PORTSDIR}/Mk/bsd.wx.mk"
 +.endif
 +
  .if exists(${PORTSDIR}/../Makefile.inc)
  .include "${PORTSDIR}/../Makefile.inc"
  USE_SUBMAKE=	yes
 --- bsd.port.mk.diff ends here ---
 
 
 



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