Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 10:28:40 -0500 (EST)
From:      Marcus <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32006: [MAINTAINER UPDATE] Fix netatalk build
Message-ID:  <200111151528.fAFFSeB07710@shumai.marcuscom.com>

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

>Number:         32006
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Fix netatalk build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 15 07:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Marcus
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 14 13:39:24 EST 2001 marcus@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386


	
>Description:
	This fixes a build problem with netatalk when both versions of automake
are installed (automake14 and automake 1.5).  It also cleans up the build
in general.
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Thu Nov 15 10:25:12 2001
+++ Makefile	Thu Nov 15 10:14:26 2001
@@ -82,7 +82,7 @@
 	@${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs
 
 post-configure:
-	@${TOUCH} -f ${WRKSRC}/config/Makefile.in
+	@find ${WRKSRC} -exec ${TOUCH} -f {} \;
 
 post-install:
 	@${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \
>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?200111151528.fAFFSeB07710>