Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 09:58:51 -0400 (EDT)
From:      Dan Langille <danl@freebsddiary.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <danl@freebsddiary.org>
Subject:   ports/42592: Remove extraneous \ missed in previous commit 
Message-ID:  <200209091358.g89DwpFB099407@undef.unixathome.org>

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

>Number:         42592
>Category:       ports
>Synopsis:       Remove extraneous \ missed in previous commit
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 09 07:00:10 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD undef.unixathome.org 4.6-STABLE FreeBSD 4.6-STABLE #1: Wed Sep 4 11:09:37 EDT 2002 root@undef.unixathome.org:/usr/src/sys/compile/UNDEF i386


	
>Description:
net/netatalk does not build because of extra \ left over 
from previous commit:
"/usr/home/dan/ports/net/netatalk/Makefile", line 33: if-less else
"/usr/home/dan/ports/net/netatalk/Makefile", line 33: Need an operator
"/usr/home/dan/ports/net/netatalk/Makefile", line 36: if-less endif
"/usr/home/dan/ports/net/netatalk/Makefile", line 36: Need an operator
make: fatal errors encountered -- cannot continue

	
>How-To-Repeat:
cd /usr/ports/net/netatalk
make
	
>Fix:

--- Makefile.org	Mon Sep  9 09:53:49 2002
+++ Makefile	Mon Sep  9 09:53:54 2002
@@ -27,7 +27,7 @@
 
 USE_BZIP2=	yes
 CONFIGURE_ARGS+=	--with-tcp-wrappers \
-			--with-pkgconfdir=${PREFIX}/etc \
+			--with-pkgconfdir=${PREFIX}/etc
 .if defined(WITH_PAM)
 PLIST_SUB+=	NETATALKPAM=""
 .else
	


>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?200209091358.g89DwpFB099407>