Bug 110761 - [patch] port www/webalizer: geolizer patch doesn't work anymore
Summary: [patch] port www/webalizer: geolizer patch doesn't work anymore
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 13:50 UTC by Leonhard Wimmer
Modified: 2007-03-25 12:53 UTC (History)
0 users

See Also:


Attachments
file.diff (415 bytes, patch)
2007-03-24 13:50 UTC, Leonhard Wimmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leonhard Wimmer 2007-03-24 13:50:03 UTC
The webalizer port has a WITH_GEOIP option to add the geolizer
patch. If this option is used, the parameter '--enable-geoip' is added
to configure, but for some strange reason '--enable-geoip' *disables*
the GeoIP patch. So if '--enable-geoip' is omitted the port is built
correctly.

Fix: apply the attached patch

Patch attached with submission follows:
How-To-Repeat: Build the port www/geolizer and notice that it isn't built with the
geolizer patch. To verify that webalizer was built with the geolizer
patch, look at the output of 'ldd `which webalizer`'. It should
contain a line similar to 'libGeoIP.so.5 => /usr/local/lib/libGeoIP.so.5 (0x28097000)'.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-24 13:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-25 12:44:30 UTC
dinoex      2007-03-25 11:44:24 UTC

  FreeBSD ports repository

  Modified files:
    www/webalizer        Makefile 
  Log:
  - fix option WITH_GEOIP
  PR:             110761
  Submitted by:   Leonhard Wimmer
  
  Revision  Changes    Path
  1.57      +10 -6     ports/www/webalizer/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 Dirk Meyer freebsd_committer freebsd_triage 2007-03-25 12:52:33 UTC
State Changed
From-To: open->closed

I committed a different fix, thanks for reporting