Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 01:40:15 -0400 (EDT)
From:      marcus@marcuscom.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30480: [MAINTAINER UPDATE] Fix for ports/30479
Message-ID:  <200109100540.f8A5eFL39925@shumai.marcuscom.com>

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

>Number:         30480
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Fix for ports/30479
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 09 22:40:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386


	
>Description:
	This fixes the bug reported in ports/30479 by 
Norikatsu Shigemura <nork@cityfujisawa.ne.jp>.  Bump PORTREVISION to reflect
change.
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Mon Sep 10 01:34:47 2001
+++ Makefile	Mon Sep 10 01:36:29 2001
@@ -7,7 +7,7 @@
 
 PORTNAME=	netatalk
 PORTVERSION=	1.5p7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net print
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	netatalk
@@ -64,6 +64,9 @@
 post-extract:
 	@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/netatalk.sh \
 		> ${WRKSRC}/netatalk.sh
+
+post-configure:
+	@${TOUCH} ${WRKSRC}/config/Makefile.in
 
 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?200109100540.f8A5eFL39925>