Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 1999 19:13:27 +0300 (MSK)
From:      Сергей Ласкавый <laskavy@Berkeley.Gambit.Msk.SU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10032: <Synopsis of the problem (one line)>
Message-ID:  <199902111613.TAA13684@Berkeley.Gambit.Msk.SU>

next in thread | raw e-mail | index | archive | help

>Number:         10032
>Category:       ports
>Synopsis:       <Synopsis of the problem (one line)>
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 11 08:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Сергей Ласкавый
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
The FreeBSD Documentation Project
>Environment:

ports/comms/lrzsz/Makefile:
     $Id: Makefile,v 1.8 1998/12/09 22:35:04 billf Exp $

>Description:

lrzsz port don't really depend on gmake at compile time.

>How-To-Repeat:

Comment out USE_GMAKE=yes and check port.

>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/ports/comms/lrzsz/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	1998/12/09 22:35:04	1.8
+++ Makefile	1999/02/11 16:06:43
@@ -15,7 +15,7 @@
 MAINTAINER=	obrien@FreeBSD.org
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+#USE_GMAKE=	yes
 ALL_TARGET=	all # vcheck
 MAN1=		lrz.1 lsz.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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