Bug 82524 - httplog fails to recognise current version of zlib
Summary: httplog fails to recognise current version of zlib
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 14:00 UTC by Andrew McNaughton
Modified: 2005-06-25 15:16 UTC (History)
0 users

See Also:


Attachments
file.diff (497 bytes, patch)
2005-06-22 14:00 UTC, Andrew McNaughton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew McNaughton 2005-06-22 14:00:34 UTC
The patch for configure allowed for a past upgrade of zlib by checking for version 1.1.3 or 1.1.4 rather than just for 1.1.3.

zlib 1.1.4 is now outdated, so the port simply fails to use zlib.  I've successfully fixed this on my own system by adding another version to check for.  Really the check should just be for version >= 1.1.3, but my shell scripting skills are limited (thanks to perl), and I'm not sure how to do a reasonable version comparison.

Fix: My solution (inadequate, as noted) was to replace patch-configure with the following.

This works for the time being, but will break again when zlib is next updated.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-23 12:15:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-25 15:15:55 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks!