ports/160660: [patch] cad/linux-eagle5: add missing dependencies

4720 at hushmail.com 4720 at hushmail.com
Sun Sep 11 15:30:09 UTC 2011


>Number:         160660
>Category:       ports
>Synopsis:       [patch] cad/linux-eagle5: add missing dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 11 15:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     4720 at hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
eagle is linked with jpeg and png which are not listed in the dependencies. patch adds dependendcies on linux-jpeg and linux-png.

libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x890d4000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x89088000)

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/linux-eagle5/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	29 Apr 2011 07:28:22 -0000	1.25
+++ Makefile	10 Sep 2011 05:40:42 -0000
@@ -32,7 +32,7 @@
 CONFLICTS=	linux-eagle-* de-linux-eagle-*
 
 USE_LINUX=	yes
-USE_LINUX_APPS=	xorglibs
+USE_LINUX_APPS=	xorglibs jpeg png
 NO_BUILD=	yes
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-deinstall


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list