Bug 159145 - net/GeoIP: install not completed
Summary: net/GeoIP: install not completed
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-23 20:30 UTC by Barbara
Modified: 2011-07-23 23:40 UTC (History)
0 users

See Also:


Attachments
file.diff (375 bytes, patch)
2011-07-23 20:30 UTC, Barbara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara 2011-07-23 20:30:13 UTC
After updating GeoIP to 1.4.8, I've found out that only some files are installed.
For example:
$ ll /usr/local/bin/geoip*
-r-xr-xr-x  1 root  wheel  155 Jul 23 21:12 /usr/local/bin/geoipupdate.sh

I'm not sure if that's correct, but I found that using libtool from libtool-2.4 instead of their own, the port installs correctly.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-23 20:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Barbara 2011-07-23 21:13:13 UTC
A (probably) better patch could be found here:
http://pastebin.com/Rw1BBUKS
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-23 23:30:54 UTC
dhn         2011-07-23 22:30:39 UTC

  FreeBSD ports repository

  Modified files:
    net/GeoIP            Makefile 
  Log:
  - Fix to install complete
  - Bump PORTREVISION
  
  PR:             ports/159145
  Submitted by:   Barbara <barbara.xxx1975@libero.it>
  
  Revision  Changes    Path
  1.49      +5 -0      ports/net/GeoIP/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 4 Dennis Herrmann freebsd_committer freebsd_triage 2011-07-23 23:31:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!