Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 11:10:22 +1200 (NZST)
From:      Andrew Turner <andrew+ports@fubar.geek.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        andrew@fubar.geek.nz
Subject:   ports/96076: Maintainer Update: devel/lua50-pty
Message-ID:  <20060419231022.5CA42615F@serv.int.fubar.geek.nz>
Resent-Message-ID: <200604192320.k3JNKGxd098055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96076
>Category:       ports
>Synopsis:       Maintainer Update: devel/lua50-pty
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 19 23:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060419231022.5CA42615F>