Date: Fri, 18 May 2012 07:13:03 GMT From: Dmitriy Limonov <earl1k@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/168096: [Update] net-p2p/ncdc to 1.11 Message-ID: <201205180713.q4I7D3Ou053973@red.freebsd.org> Resent-Message-ID: <201205180720.q4I7K2L5056905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168096 >Category: ports >Synopsis: [Update] net-p2p/ncdc to 1.11 >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: Fri May 18 07:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitriy Limonov >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: >Environment: FreeBSD excluzive.ws 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #0: Sun Dec 25 09:12:20 MSK 2011 earl@excluzive.ws:/usr/obj/usr/src/sys/EXCLUZIVE amd64 >Description: Update ncdc to version 1.11 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur ncdc.orig/Makefile ncdc/Makefile --- ncdc.orig/Makefile 2012-03-18 14:57:12.000000000 +0400 +++ ncdc/Makefile 2012-05-18 11:07:21.090793652 +0400 @@ -6,7 +6,7 @@ # PORTNAME= ncdc -PORTVERSION= 1.9 +PORTVERSION= 1.11 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -16,16 +16,16 @@ COMMENT= Lightweight direct connect client with ncurses interface LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - xml2:${PORTSDIR}/textproc/libxml2 + xml2:${PORTSDIR}/textproc/libxml2 \ + gnutls:${PORTSDIR}/security/gnutls OPTIONS= GDBM "Build ncdc-db-upgrade" off USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes -MAKEFILE= GNUmakefile -MAN1= ncdc.1 ncdc-gen-cert.1 -PLIST_FILES= bin/ncdc bin/ncdc-gen-cert +MAN1= ncdc.1 +PLIST_FILES= bin/ncdc #force base compiler,linker flags to avoid linking to ncurses from ports CFLAGS+= -I/usr/include -I${LOCALBASE}/include @@ -34,16 +34,10 @@ .include <bsd.port.options.mk> .if defined(WITH_GDBM) +CONFIGURE_ARGS+=--enable-db-upgrade LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES+= bin/ncdc-db-upgrade MAN1+= ncdc-db-upgrade.1 .endif -post-patch: -.if defined(WITHOUT_GDBM) - @${REINPLACE_CMD} \ - -e '/have_gdbm=yes/d' \ - ${WRKSRC}/configure -.endif - .include <bsd.port.mk> diff -Naur ncdc.orig/distinfo ncdc/distinfo --- ncdc.orig/distinfo 2012-03-18 14:57:12.000000000 +0400 +++ ncdc/distinfo 2012-05-18 10:29:57.758818132 +0400 @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.9.tar.gz) = 705800111f69a7144ada3b651896db1b73e520806e4f48c40f4f0b5c4f4605b5 -SIZE (ncdc-1.9.tar.gz) = 318779 +SHA256 (ncdc-1.11.tar.gz) = db62f4bde22e2ea01382249773c790935357ac06a639e7a666966941aecbc78d +SIZE (ncdc-1.11.tar.gz) = 333570 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205180713.q4I7D3Ou053973>