Bug 159145

Summary: net/GeoIP: install not completed
Product: Ports & Packages Reporter: Barbara <barbara.xxx1975>
Component: Individual Port(s)Assignee: Dennis Herrmann <dhn>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!