Bug 61792 - [maintainer update] Dependency fix for security/acid
Summary: [maintainer update] Dependency fix for security/acid
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 16:50 UTC by Michele Possamai
Modified: 2004-01-23 22:15 UTC (History)
1 user (show)

See Also:


Attachments
acid-update.tar.gz (2.91 KB, text/plain)
2004-01-23 16:50 UTC, Michele Possamai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Possamai 2004-01-23 16:50:14 UTC
	The acid installation had a static dependency of mysql323-server to be installed and if you allready had mysql4x or 5x installed the make install would complain about some incompatibility.

for details about what went wrong:
http://bento.freebsd.org/errorlogs/i386-4-latest/acid-0.9.6b23.log

Fix: I made the Makefile check for the libmysqlclient.so which is being installed by any version of the mysql client for as far as I tested. There was no need to install the complete server anyway because the server could also be remote.
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-01-23 21:02:13 UTC
Hi !

Can you send please an unified diff instead of a tar archive ?

diff -Nur acid.old/ acid/

regards,
clem

-- 
PGP Key: http://people.freebsd.org/~clement/pgpkey/clement.asc
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-23 22:14:05 UTC
State Changed
From-To: open->closed

I committed even better solution - USE_MYSQL macro. 
Your solution would still result to recording incorrect 
dependency in package database. 

Please please please submit updates as unified diffs next time.