Date: Mon, 01 Apr 2002 10:03:10 -0500 From: Jerry A! <jerry@thehutt.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36615: build fix for devel/libstroke Message-ID: <E16s3Kw-0000aj-00@nomad.thehutt.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16s3Kw-0000aj-00>