From owner-freebsd-ports Sun Sep 19 14:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 524C0157FB for ; Sun, 19 Sep 1999 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63251; Sun, 19 Sep 1999 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 7B91B156CF for ; Sun, 19 Sep 1999 14:04:16 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id OAA05837 for ; Sun, 19 Sep 1999 14:04:16 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id OAA75030; Sun, 19 Sep 1999 14:04:16 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192104.OAA75030@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 14:04:16 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13834: PREFIX support for kdesupport11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13834 >Category: ports >Synopsis: make PREFIX= broken in kdesupport11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 14:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: >Description: make PREFIX=/your/fav/path/here is broken for kdesupport11: configure will not find certain libraries that are not installed under $PREFIX. >How-To-Repeat: cd /usr/ports/converters/kdesupport11 make PREFIX=/your/fav/path/here >Fix: Use this patch on /usr/ports/converters/kdesupport11/Makefile: *** Makefile.orig Sun Sep 19 13:51:37 1999 --- Makefile Sun Sep 19 13:52:29 1999 *************** *** 25,30 **** --- 25,38 ---- CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .endif + .include post-install: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message