From andrew@fubar.geek.nz  Wed Apr 19 23:10:26 2006
Return-Path: <andrew@fubar.geek.nz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF28E16A402
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Apr 2006 23:10:26 +0000 (UTC)
	(envelope-from andrew@fubar.geek.nz)
Received: from mta203-rme.xtra.co.nz (mta203-rme.xtra.co.nz [210.86.15.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 01EBA43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Apr 2006 23:10:25 +0000 (GMT)
	(envelope-from andrew@fubar.geek.nz)
Received: from mta2-rme.xtra.co.nz ([210.86.15.186])
          by mta203-rme.xtra.co.nz with ESMTP
          id <20060419231023.HMY11507.mta203-rme.xtra.co.nz@mta2-rme.xtra.co.nz>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 20 Apr 2006 11:10:23 +1200
Received: from serv.int.fubar.geek.nz ([222.153.89.79])
          by mta2-rme.xtra.co.nz with ESMTP
          id <20060419231023.JKEF12918.mta2-rme.xtra.co.nz@serv.int.fubar.geek.nz>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 20 Apr 2006 11:10:23 +1200
Received: by serv.int.fubar.geek.nz (Postfix, from userid 1001)
	id 5CA42615F; Thu, 20 Apr 2006 11:10:22 +1200 (NZST)
Message-Id: <20060419231022.5CA42615F@serv.int.fubar.geek.nz>
Date: Thu, 20 Apr 2006 11:10:22 +1200 (NZST)
From: Andrew Turner <andrew+ports@fubar.geek.nz>
Reply-To: Andrew Turner <andrew+ports@fubar.geek.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: andrew@fubar.geek.nz
Subject: Maintainer Update: devel/lua50-pty
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96076
>Category:       ports
>Synopsis:       Maintainer Update: devel/lua50-pty
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 19 23:20:15 GMT 2006
>Closed-Date:    Thu Apr 27 12:48:56 GMT 2006
>Last-Modified:  Thu Apr 27 12:48:56 GMT 2006
>Originator:     Andrew Turner
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD serv.int.fubar.geek.nz 5.4-STABLE FreeBSD 5.4-STABLE #9: Sun Jan 29 12:45:34 NZDT 2006 root@serv.int.fubar.geek.nz:/usr/obj/srctrees/RELENG_5/sys/GENERIC i386


	
>Description:
	The devel/lua50-pty port dosn't compile on 4-STABLE. the attached patch fixes this
>How-To-Repeat:
	
>Fix:

	

--- port-devel-lua50pty-1.diff begins here ---
Index: files/Makefile
===================================================================
RCS file: /cvsroot/ports/devel/lua50-pty/files/Makefile,v
retrieving revision 1.1
diff -u -3 -p -r1.1 Makefile
--- files/Makefile	17 Apr 2006 16:21:41 -0000	1.1
+++ files/Makefile	19 Apr 2006 23:06:29 -0000
@@ -6,6 +6,6 @@ SHLIB_NAME=	lpty.so
 SRCS=		pty.c %%COMPATDIR%%/compat-5.1.c
 
 CFLAGS+=	-I${PREFIX}/include
-LDFLAGS+=	-lutil
+LDFLAGS+=	-L/usr/lib -lutil
 
 .include <bsd.lib.mk>
--- port-devel-lua50pty-1.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Thu Apr 27 12:48:49 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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