Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 22:35:55 +0000
From:      Thomas Hurst <freaky@aagh.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32235: /usr/ports/net/ntop is not $LOCALBASE clean
Message-ID:  <E167OvL-00018o-00@sploo.aagh.net>

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

>Number:         32235
>Category:       ports
>Synopsis:       /usr/ports/net/ntop is not $LOCALBASE clean
>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:   Fri Nov 23 14:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Hurst
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Very little
>Environment:
System: FreeBSD sploo.freak.lan 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Nov 11 19:47:37 GMT 2001 root@sploo.freak.lan:/usr/obj/usr/src/sys/SPLOO i386


	
>Description:
	The package's configure script wants to install to /usr/local,
	despite what $LOCALBASE is set to.
	
>How-To-Repeat:
	Change LOCALBASE in make.conf, cd /usr/ports/net/ntop && make,
	watch configure output.
>Fix:
	Pass configure --prefix=${PREFIX}, or maybe set
	CONFIGURE_ENV+=PREFIX="${PREFIX}", or whatever.
	IANAPM :)

	The following patch made it install fine on my machine:

--- Makefile.orig     Mon Sep 25 13:21:30 2000
+++ Makefile    Fri Nov 23 22:26:57 2001
@@ -16,6 +16,7 @@
 MAINTAINER=    billf@FreeBSD.org

 HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
 ALL_TARGET=
 INSTALL_TARGET=        install install-man
>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?E167OvL-00018o-00>