ports/61753: [maintainer update] minor fix for textproc/ocaml-pxp port

Stephane Legrand stephane at FreeBSD.org
Thu Jan 22 22:20:24 UTC 2004


>Number:         61753
>Category:       ports
>Synopsis:       [maintainer update] minor fix for textproc/ocaml-pxp port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 14:20:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stephane Legrand <stephane at freebsd.org>
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
  System: FreeBSD 4.9-STABLE
>Description:
  Add -without-wlex option to avoid build errors if wlex is installed
  (and anyway wlex will be sooner or later replaced by ulex)
  
  Submitted by: Burelle Marwan  
>How-To-Repeat:
>Fix:

diff -ruN ocaml-pxp-ORIG-02/Makefile ocaml-pxp/Makefile
--- ocaml-pxp-ORIG-02/Makefile	Thu Jan 22 21:21:20 2004
+++ ocaml-pxp/Makefile	Thu Jan 22 21:26:50 2004
@@ -23,7 +23,7 @@
 USE_GMAKE=	yes
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=-without-wlex-compat
+CONFIGURE_ARGS+=-without-wlex-compat -without-wlex
 
 USE_REINPLACE=	yes
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list