Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2012 22:00:01 GMT
From:      EARL <earl1k@mail.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/173705: [Update] net-p2p/ncdc to 1.14
Message-ID:  <201211242200.qAOM01FW067558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173705; it has been noted by GNATS.

From: EARL <earl1k@mail.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/173705: [Update] net-p2p/ncdc to 1.14
Date: Sun, 25 Nov 2012 01:52:42 +0400

 This is a multi-part message in MIME format.
 --------------000005050002080900000601
 Content-Type: text/plain; charset=windows-1251; format=flowed
 Content-Transfer-Encoding: 7bit
 
 22.11.2012 19:34, pawel@FreeBSD.org wrote:
 > Synopsis: [Update] net-p2p/ncdc to 1.14
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: pawel
 > State-Changed-When: Thu Nov 22 15:33:05 UTC 2012
 > State-Changed-Why:
 > Port has plist problems when GDBM=on, please see log:
 > http://people.freebsd.org/~pawel/buildlogs/ncdc-1.14.log
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=173705
 >
 > .
 >
 Problem is fixed in this patch.
 
 
 --------------000005050002080900000601
 Content-Type: text/plain; charset=windows-1251;
  name="patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch.txt"
 
 diff -Naur ncdc.orig/Makefile ncdc/Makefile
 --- ncdc.orig/Makefile	2012-11-17 10:00:40.000000000 +0400
 +++ ncdc/Makefile	2012-11-25 01:24:36.214777531 +0400
 @@ -2,7 +2,7 @@
  # $FreeBSD: ports/net-p2p/ncdc/Makefile,v 1.9 2012/11/17 06:00:40 svnexp Exp $
  
  PORTNAME=	ncdc
 -PORTVERSION=	1.13
 +PORTVERSION=	1.14
  CATEGORIES=	net-p2p
  MASTER_SITES=	SF \
  		http://dev.yorhel.nl/download/
 @@ -12,12 +12,8 @@
  COMMENT=	Lightweight direct connect client with ncurses interface
  
  LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3 \
 -		xml2:${PORTSDIR}/textproc/libxml2 \
  		gnutls:${PORTSDIR}/security/gnutls
  
 -OPTIONS_DEFINE=	GDBM
 -GDBM_DESC=	Build ncdc-db-upgrade
 -
  USE_GNOME=	glib20
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
 @@ -28,13 +24,4 @@
  CFLAGS+=	-I/usr/include -I${LOCALBASE}/include
  LDFLAGS+=	-L/usr/lib -L${LOCALBASE}/lib
  
 -.include <bsd.port.options.mk>
 -
 -.if ${PORT_OPTIONS:MGDBM}
 -CONFIGURE_ARGS+=--enable-db-upgrade
 -LIB_DEPENDS+=	gdbm:${PORTSDIR}/databases/gdbm
 -PLIST_FILES+=	bin/ncdc-db-upgrade
 -MAN1+=		ncdc-db-upgrade.1
 -.endif
 -
  .include <bsd.port.mk>
 diff -Naur ncdc.orig/distinfo ncdc/distinfo
 --- ncdc.orig/distinfo	2012-10-01 10:59:54.000000000 +0400
 +++ ncdc/distinfo	2012-11-25 01:05:08.175769012 +0400
 @@ -1,2 +1,2 @@
 -SHA256 (ncdc-1.13.tar.gz) = 780141b0374e34373e5587d9de43f9e15aa94a7a06a1207e5d55e97d36f201c0
 -SIZE (ncdc-1.13.tar.gz) = 344585
 +SHA256 (ncdc-1.14.tar.gz) = 050f692cf59e7251cc6593f35545e907c72254d4582ba2c82f3d8ff8fd082deb
 +SIZE (ncdc-1.14.tar.gz) = 336616
 
 --------------000005050002080900000601--



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