ports/101439: [PATCH] security/osiris: fix depends

Stanislav Sedov ssedov at mbsd.msk.ru
Sat Aug 5 21:50:19 UTC 2006


>Number:         101439
>Category:       ports
>Synopsis:       [PATCH] security/osiris: fix depends
>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:   Sat Aug 05 21:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
 - Add readline as dependency when it was already installed. The program
   will be linked against it anyway, not against a system one.

Copy of this message was sent to (lx at redundancy.redundancy.org).

>How-To-Repeat:
>Fix:

--- osiris-4.2.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/osiris/Makefile /var/tmp/osiris/Makefile
--- /usr/ports/security/osiris/Makefile	Fri Jul 28 11:39:02 2006
+++ /var/tmp/osiris/Makefile	Sun Aug  6 01:39:13 2006
@@ -25,7 +25,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
--- osiris-4.2.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list