From jerry@thehutt.org  Mon Apr  1 07:03:12 2002
Return-Path: <jerry@thehutt.org>
Received: from bobo.thehutt.org (pcp709198pcs.alxndr01.va.comcast.net [68.49.240.9])
	by hub.freebsd.org (Postfix) with ESMTP id 6FDE237B41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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: <E16s3Kw-0000aj-00@nomad.thehutt.org>
Date: Mon, 01 Apr 2002 10:03:10 -0500
From: Jerry A! <jerry@thehutt.org>
Reply-To: Jerry A! <jerry@thehutt.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: build fix for devel/libstroke
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36615
>Category:       ports
>Synopsis:       build fix for devel/libstroke
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 07:10:01 PST 2002
>Closed-Date:    Mon Apr 01 19:23:30 PST 2002
>Last-Modified:  Mon Apr 01 19:23:30 PST 2002
>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 <bsd.port.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Mon Apr 1 19:23:19 PST 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36615 
>Unformatted:
