Help needed - Broken port numlockx

FUJISHIMA Satsuki sf at FreeBSD.org
Mon Nov 3 00:55:24 PST 2003


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 at 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



More information about the freebsd-ports mailing list