Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 19:31:06 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de, sverrir@hem.passagen.se
Subject:   ports/43748: (Hopefully) Fix Bento Build astro/ksetiwatch
Message-ID:  <200210061731.g96HV6aS019568@sauna.arved.de>

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

>Number:         43748
>Category:       ports
>Synopsis:       (Hopefully) Fix Bento Build astro/ksetiwatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 06 10:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	bento seems not to have autoconf in the path. 
	
>How-To-Repeat:
	
>Fix:

	

--- ksetiwatch.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/ksetiwatch/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	5 Oct 2002 23:11:32 -0000	1.4
+++ Makefile	6 Oct 2002 17:27:30 -0000
@@ -13,8 +13,6 @@
 
 MAINTAINER=	sverrir@hem.passagen.se
 
-BROKEN=		"Does not configure"
-
 BUILD_DEPENS=	autoconf:${PORTSDIR}/devel/autoconf
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
@@ -22,9 +20,10 @@
 USE_KDELIBS_VER=3
 USE_GMAKE=	yes
 GNU_CONFIGURE=		yes
+AUTOCONF?=	${LOCALBASE}/bin/autoconf
 CONFIGURE_TARGET=       --build=${ARCH}-portbld-freebsd${OSREL}
 
 pre-configure:
-	cd ${WRKSRC}; autoconf
+	cd ${WRKSRC}; ${AUTOCONF}
 
 .include <bsd.port.mk>
--- ksetiwatch.diff ends here ---


>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?200210061731.g96HV6aS019568>