ports/96076: Maintainer Update: devel/lua50-pty

Andrew Turner andrew+ports at fubar.geek.nz
Wed Apr 19 23:20:17 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list