From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 00:55:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43FA16A4CE for ; Mon, 3 Nov 2003 00:55:24 -0800 (PST) Received: from t027243.ap.plala.or.jp (t027243.ap.plala.or.jp [220.220.27.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FA643F3F for ; Mon, 3 Nov 2003 00:55:24 -0800 (PST) (envelope-from sf@FreeBSD.org) Date: Mon, 03 Nov 2003 17:55:21 +0900 Message-ID: <86oevtq1ae.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: freebsd-ports In-Reply-To: <20031103080459.GA934@watt.intra.caraldi.com> References: <20031103080459.GA934@watt.intra.caraldi.com> Mail-Followup-To: freebsd-ports User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Subject: Re: Help needed - Broken port numlockx X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 08:55:24 -0000 HAS_CONFIGURE don't supply --prefix to configure script which checks X binary location to determine prefix if not explicitly supplied. The simplest fix is: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/numlockx/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1 Oct 2003 11:01:09 -0000 1.2 +++ Makefile 3 Nov 2003 08:51:36 -0000 @@ -14,7 +14,7 @@ MAINTAINER= jb.quenot@caraldi.com COMMENT= This little thingy allows you to start X with NumLock turned on -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_X_PREFIX= yes # Needed for the "configure" program to find XTest and XKB header files