From owner-freebsd-ports Mon Apr 1 7:10:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B9FC37B419 for ; Mon, 1 Apr 2002 07:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FA2n64836; Mon, 1 Apr 2002 07:10:02 -0800 (PST) (envelope-from gnats) Received: from bobo.thehutt.org (pcp709198pcs.alxndr01.va.comcast.net [68.49.240.9]) by hub.freebsd.org (Postfix) with ESMTP id 6FDE237B41F for ; Mon, 1 Apr 2002 07:03:11 -0800 (PST) Received: from [10.0.3.13] (helo=nomad.thehutt.org ident=mailnull) by bobo.thehutt.org with esmtp (Exim 4.01) id 16s3Kx-0000Ma-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 01 Apr 2002 10:03:11 -0500 Received: from jerry by nomad.thehutt.org with local (Exim 4.01) id 16s3Kw-0000aj-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 01 Apr 2002 10:03:10 -0500 Message-Id: Date: Mon, 01 Apr 2002 10:03:10 -0500 From: Jerry A! Reply-To: Jerry A! To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36615: build fix for devel/libstroke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36615 >Category: ports >Synopsis: build fix for devel/libstroke >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 07:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jerry A! >Release: FreeBSD 4.5-STABLE i386 >Organization: Broken Toys Unlimited >Environment: System: FreeBSD nomad.thehutt.org 4.5-STABLE FreeBSD 4.5-STABLE #3: Fri Mar 29 02:41:00 EST 2002 root@nomad.thehutt.org:/obj/usr/src/sys/NOMAD i386 >Description: Bento flagged this port as non-buildable. Turns out it needs an explicit X dependency. >How-To-Repeat: Attempt to build the port w/out having any X library headers or libraries installed. >Fix: Please Apply the following patch: --- Makefile.orig Wed Feb 6 20:19:52 2002 +++ Makefile Mon Apr 1 09:58:25 2002 @@ -7,13 +7,15 @@ PORTNAME= libstroke PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.etla.net/libstroke/ MAINTAINER= jerry@thehutt.org +USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message