Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 12:41:18 GMT
From:      Veniamin Gvozdikov <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159628: [patch] net/GeoIP fix for gnometarget
Message-ID:  <201108091241.p79CfIJp067725@red.freebsd.org>
Resent-Message-ID: <201108091250.p79CoB3Z048401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159628
>Category:       ports
>Synopsis:       [patch] net/GeoIP fix for gnometarget
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 09 12:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0 r219081M: Wed Mar  2 08:29:52 CET 2011     root@www4:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
gnometarget deleted from bsd.gnome.mk
>How-To-Repeat:
try install this's port
>Fix:
diff -ruN GeoIP.orig/Makefile GeoIP/Makefile
--- GeoIP.orig/Makefile	2011-08-09 16:35:52.418573481 +0400
+++ GeoIP/Makefile	2011-08-09 16:35:00.336791299 +0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	GeoIP
 PORTVERSION=	1.4.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net geography
 MASTER_SITES=	http://geolite.maxmind.com/download/geoip/api/c/
 
@@ -17,7 +17,6 @@
 CONFIGURE_ARGS=	CC="${CC}" PATH="${PATH}" \
 			CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
 
-USE_GNOME=	gnometarget
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108091241.p79CfIJp067725>