From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 20 07:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0DDAF3 for ; Thu, 20 Feb 2014 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AEAD1C2C for ; Thu, 20 Feb 2014 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1K7U0tP016777 for ; Thu, 20 Feb 2014 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1K7U0mR016776; Thu, 20 Feb 2014 07:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Feb 2014 07:30:00 GMT Resent-Message-Id: <201402200730.s1K7U0mR016776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitriy Limonov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B0CCF7A for ; Thu, 20 Feb 2014 07:22:06 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 070621BD3 for ; Thu, 20 Feb 2014 07:22:06 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1K7M5Np069055 for ; Thu, 20 Feb 2014 07:22:05 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1K7M5sS069047; Thu, 20 Feb 2014 07:22:05 GMT (envelope-from nobody) Message-Id: <201402200722.s1K7M5sS069047@cgiserv.freebsd.org> Date: Thu, 20 Feb 2014 07:22:05 GMT From: Dmitriy Limonov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186908: [Update] net-p2p/ncdc to 1.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 07:30:00 -0000 >Number: 186908 >Category: ports >Synopsis: [Update] net-p2p/ncdc to 1.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 20 07:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitriy Limonov >Release: FreeBSD 9.0-RELEASE-p5 amd64 >Organization: >Environment: FreeBSD excluzive.ws 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #0 r243502: Sun Nov 25 10:25:21 MSK 2012 earl@excluzive.ws:/usr/obj/usr/src/sys/EXCLUZIVE amd64 >Description: Update ncdc to version 1.19 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur ncdc.orig/Makefile ncdc/Makefile --- ncdc.orig/Makefile 2013-11-10 23:48:27.000000000 +0400 +++ ncdc/Makefile 2014-02-20 11:16:25.802699066 +0400 @@ -2,7 +2,7 @@ # $FreeBSD: head/net-p2p/ncdc/Makefile 333433 2013-11-10 19:48:27Z sunpoet $ PORTNAME= ncdc -PORTVERSION= 1.18.1 +PORTVERSION= 1.19 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://dev.yorhel.nl/download/ @@ -29,4 +29,14 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= GEOIP +GEOIP_DESC= GeoIP Support + +.include + +.if ${PORT_OPTIONS:MGEOIP} +CONFIGURE_ARGS+= --with-geoip +CONFIGURE_ENV= GEOIP_CFLAGS="-I${LOCALBASE}/include" GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP" +.endif + .include diff -Naur ncdc.orig/distinfo ncdc/distinfo --- ncdc.orig/distinfo 2013-11-10 23:48:27.000000000 +0400 +++ ncdc/distinfo 2014-02-20 09:16:41.060698214 +0400 @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.18.1.tar.gz) = cc257731cd2ccc55831b8606694c379d0d8c441d250b8003785bec3d58fa8685 -SIZE (ncdc-1.18.1.tar.gz) = 350781 +SHA256 (ncdc-1.19.tar.gz) = c24130b8bb735f936b1090d4e5f4413c08548a45a2640193386c26dc1dc7fbf1 +SIZE (ncdc-1.19.tar.gz) = 354337 >Release-Note: >Audit-Trail: >Unformatted: