Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 21:36:37 -0400 (EDT)
From:      Daniel Hagan <dhagan@acm.vt.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@kickidle.com, mheffner@acm.vt.edu
Subject:   ports/42178: [PATCH] port net/tightvnc and net/vnc missing lib_depends
Message-ID:  <200208300136.g7U1ab3k063575@cowpie.acm.vt.edu>

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

>Number:         42178
>Category:       ports
>Synopsis:       [PATCH] port net/tightvnc and net/vnc missing lib_depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 29 18:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Hagan
>Release:        FreeBSD 4.6-STABLE
>Organization:
KickIdle.com
>Environment:
System: FreeBSD ansible.private.kickidle.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Aug 21 21:25:39 EDT 2002     root@ansible.private.kickidle.net:/usr/src/sys/compile/ANSIBLE  i386


>Description:

Building /usr/ports/net/tightvnc without having libXpm (ports/graphics/xpm) 
preinstalled results in link failures.  Tightvnc's Makefile doesn't declare
dependency on libXpm.

This also happens with /usr/ports/net/vnc.

>How-To-Repeat:
	
On a system with out libXpm, cd /usr/ports/net/tightvnc && make install.
Witness link errors.

>Fix:

Apply below patch (uuencoded copy included).  For vnc, add a lib_depends line
as appropriate.


--- Makefile.orig       Thu Aug 29 21:22:53 2002
+++ Makefile    Thu Aug 29 21:23:15 2002
@@ -15,7 +15,8 @@

 MAINTAINER=    ports@FreeBSD.org

-LIB_DEPENDS=   jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=   jpeg:${PORTSDIR}/graphics/jpeg \
+               xpm:${PORTSDIR}/graphics/xpm

 USE_BZIP2=     yes
 WRKSRC=                ${WRKDIR}/vnc_unixsrc


begin 640 tightvnc.Makefile.diff
M+2TM($UA:V5F:6QE+F]R:6<)5&AU($%U9R`R.2`R,3HR,CHU,R`R,#`R"BLK
M*R!-86ME9FEL90E4:'4@075G(#(Y(#(Q.C(S.C$U(#(P,#(*0$`@+3$U+#<@
M*S$U+#@@0$`*(`H@34%)3E1!24Y%4CT)<&]R='-`1G)E94)31"YO<F<*(`HM
M3$E"7T1%4$5.1%,]"6IP96<Z)'M03U)44T1)4GTO9W)A<&AI8W,O:G!E9PHK
M3$E"7T1%4$5.1%,]"6IP96<Z)'M03U)44T1)4GTO9W)A<&AI8W,O:G!E9R!<
M"BL)"7AP;3HD>U!/4E131$E2?2]G<F%P:&EC<R]X<&T*(`H@55-%7T):25`R
F/0EY97,*(%=22U-20ST)"21[5U)+1$E2?2]V;F-?=6YI>'-R8PH`
`
end

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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