svn commit: r341345 - head/devel/libvanessa_socket

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 08:59:01 UTC 2014


Author: bapt
Date: Mon Jan 27 08:59:00 2014
New Revision: 341345
URL: http://svnweb.freebsd.org/changeset/ports/341345
QAT: https://qat.redports.org/buildarchive/r341345/

Log:
  Support stage
  Modernize LIB_DEPENDS

Modified:
  head/devel/libvanessa_socket/Makefile
  head/devel/libvanessa_socket/pkg-plist

Modified: head/devel/libvanessa_socket/Makefile
==============================================================================
--- head/devel/libvanessa_socket/Makefile	Mon Jan 27 08:54:52 2014	(r341344)
+++ head/devel/libvanessa_socket/Makefile	Mon Jan 27 08:59:00 2014	(r341345)
@@ -10,10 +10,8 @@ DISTNAME=	vanessa_socket-${PORTVERSION}
 MAINTAINER=	thomas at bsdunix.ch
 COMMENT=	Library that provides a simple layer for TCP/IP socket operations
 
-LIB_DEPENDS=	vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \
-		popt:${PORTSDIR}/devel/popt
-
-MAN1=		vanessa_socket_pipe.1
+LIB_DEPENDS=	libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger \
+		libpopt.so:${PORTSDIR}/devel/popt
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
@@ -24,7 +22,6 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e '/^SUBDIRS/s|debian||' ${WRKSRC}/Makefile.in
 

Modified: head/devel/libvanessa_socket/pkg-plist
==============================================================================
--- head/devel/libvanessa_socket/pkg-plist	Mon Jan 27 08:54:52 2014	(r341344)
+++ head/devel/libvanessa_socket/pkg-plist	Mon Jan 27 08:59:00 2014	(r341345)
@@ -5,3 +5,4 @@ lib/libvanessa_socket.la
 lib/libvanessa_socket.so
 lib/libvanessa_socket.so.3
 libdata/pkgconfig/vanessa-socket.pc
+man/man1/vanessa_socket_pipe.1.gz


More information about the svn-ports-all mailing list