Bug 150512 - [PATCH] port security/clamav missing dependancie on libltdl
Summary: [PATCH] port security/clamav missing dependancie on libltdl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-12 22:20 UTC by phil
Modified: 2010-09-13 12:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phil 2010-09-12 22:20:02 UTC
	There is a missing LIB_DEPEND on devel/libltdl22 on clamav (and clamav-devel ?).

Fix: 

Add USE_AUTOTOOL= libltld for LIB_DEPEND on devel/libltdl22
How-To-Repeat: 	machine$ cd /usr/ports/security/clamav
	machine$ make package
	anothermachine$ pkg_add ./clamav-....tbz
	anothermachine$ ldd /usr/local/bin/freshclam
	/usr/local/bin/freshclam:
			libclamav.so.7 => /usr/local/lib/libclamav.so.7 (0x800665000)
			libltdl.so.7 => not found
			libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x8012b7000)
			libbz2.so.4 => /usr/lib/libbz2.so.4 (0x8014c2000)
			libm.so.5 => /lib/libm.so.5 (0x8015d2000)
			libz.so.5 => /lib/libz.so.5 (0x8016f1000)
			libthr.so.3 => /lib/libthr.so.3 (0x801806000)
			libc.so.7 => /lib/libc.so.7 (0x80191e000)
			libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801b5a000)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-12 22:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-13 12:30:23 UTC
garga       2010-09-13 11:30:16 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile 
    security/clamav-devel Makefile 
  Log:
  - Add missing dependency (libltdl) to clamav and clamav-devel ports
  - Bump PORTREVISION
  
  PR:             ports/150512
  Submitted by:   Philippe Pepiot <phil@philpep.org>
  
  Revision  Changes    Path
  1.191     +2 -0      ports/security/clamav-devel/Makefile
  1.150     +2 -1      ports/security/clamav/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2010-09-13 12:30:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!