Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 15:38:39 +0600 (YEKST)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102141: [MAINTAINER] devel/fam: fix build on some client configurations
Message-ID:  <20060816093839.1489812027@fonon.realnet>
Resent-Message-ID: <200608161140.k7GBeFSi057276@freefall.freebsd.org>

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

>Number:         102141
>Category:       ports
>Synopsis:       [MAINTAINER] devel/fam: fix build on some client configurations
>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:   Wed Aug 16 11:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
- FAM doesn't build if some stale files exist in share/aclocal. To avoid
  future problems change priotity in include paths
- Bump portrevison because of 1

>How-To-Repeat:
>Fix:

--- fam-2.6.10_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/fam/Makefile /var/tmp/fam/Makefile
--- /usr/ports/devel/fam/Makefile	Sun Aug 13 02:25:08 2006
+++ /var/tmp/fam/Makefile	Wed Aug 16 15:37:06 2006
@@ -5,11 +5,12 @@
 # $FreeBSD: ports/devel/fam/Makefile,v 1.30 2006/08/12 20:25:08 pav Exp $
 #
 
-PORTNAME=		fam
-PORTVERSION=		2.6.10
-CATEGORIES=		devel
-MASTER_SITES=		ftp://oss.sgi.com/projects/fam/download/
-DIST_SUBDIR=		${PORTNAME}
+PORTNAME=	fam
+PORTVERSION=	2.6.10
+PORTREVISION=	1
+CATEGORIES=	devel
+MASTER_SITES=	ftp://oss.sgi.com/projects/fam/download/
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ssedov@mbsd.msk.ru
 COMMENT=	A file alteration monitor
@@ -21,7 +22,7 @@
 USE_GMAKE=	yes
 USE_GNOME=	gnometarget
 USE_LDCONFIG=	yes
-ACLOCAL_ARGS=	--acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
+ACLOCAL_ARGS=	-I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
 SUB_FILES=	pkg-message
 
 MAN1=		fam.1m
--- fam-2.6.10_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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