Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 00:40:03 GMT
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/144295: [PATCH] devel/libvanessa_socket: update to 0.0.10
Message-ID:  <201002260040.o1Q0e31Y057995@freefall.freebsd.org>

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

From: Thomas Vogt <thomas@bsdunix.ch>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/144295: [PATCH] devel/libvanessa_socket: update to 0.0.10
Date: Fri, 26 Feb 2010 01:31:29 +0100

 Am 25.02.10 20:40, schrieb Edwin Groothuis:
 > Maintainer of devel/libvanessa_socket,
 > 
 > Please note that PR ports/144295 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144295
 > 
 
 pkg_plist needs to be fixed too:
 
 --- pkg-plist.orig	2010-02-26 00:20:54.000000000 +0100
 +++ pkg-plist	2010-02-26 00:21:03.000000000 +0100
 @@ -1,6 +1,6 @@
  bin/vanessa_socket_pipe
  include/vanessa_socket.h
 -lib/libvanessa_socket.so.0
 +lib/libvanessa_socket.so.1
  lib/libvanessa_socket.so
  lib/libvanessa_socket.la
  lib/libvanessa_socket.a
 
 
 Another ports: mail/perdition has to be updated to because it depends on
 vanessa_socket and it will fail after libvanessa_socket update
 
 diff -ruN perdition.old/Makefile perdition/Makefile
 --- perdition.old/Makefile	2010-02-26 00:28:46.000000000 +0100
 +++ perdition/Makefile	2010-02-26 00:27:07.000000000 +0100
 @@ -16,7 +16,7 @@
 
  LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
  		vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \
 -		vanessa_socket.0:${PORTSDIR}/devel/libvanessa_socket \
 +		vanessa_socket.1:${PORTSDIR}/devel/libvanessa_socket \
  		vanessa_adt.0:${PORTSDIR}/devel/libvanessa_adt
 
  MAN5=		perditiondb.5
 
 
 
 



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