View | Details | Raw Unified | Return to bug 168301
Collapse All | Expand All

(-)./Makefile (-4 / +11 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	libvanessa_socket
8
PORTNAME=	libvanessa_socket
9
PORTVERSION=	0.0.7
9
PORTVERSION=	0.0.12
10
PORTREVISION=	1
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
11
MASTER_SITES=	http://horms.net/projects/vanessa/download/vanessa_socket/${PORTVERSION}/
13
MASTER_SITE_SUBDIR=	vanessa_socket/${PORTVERSION}
14
DISTNAME=	vanessa_socket-${PORTVERSION}
12
DISTNAME=	vanessa_socket-${PORTVERSION}
15
13
16
MAINTAINER=	thomas@bsdunix.ch
14
MAINTAINER=	thomas@bsdunix.ch
Lines 20-30 Link Here
20
		popt.0:${PORTSDIR}/devel/popt
18
		popt.0:${PORTSDIR}/devel/popt
21
19
22
MAN1=		vanessa_socket_pipe.1
20
MAN1=		vanessa_socket_pipe.1
21
PLIST_FILES=	bin/vanessa_socket_pipe include/vanessa_socket.h \
22
		lib/libvanessa_socket.so.3 lib/libvanessa_socket.so \
23
		lib/libvanessa_socket.la lib/libvanessa_socket.a \
24
		lib/pkgconfig/vanessa-socket.pc
25
PLIST_DIRSTRY=	lib/pkgconfig
23
26
27
USE_BZIP2=	yes
24
USE_AUTOTOOLS=	libtool
28
USE_AUTOTOOLS=	libtool
25
USE_LDCONFIG=	YES
29
USE_LDCONFIG=	YES
26
GNU_CONFIGURE=	YES
30
GNU_CONFIGURE=	YES
27
CPPFLAGS+=	-I${LOCALBASE}/include
31
CPPFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib
32
LDFLAGS+=	-L${LOCALBASE}/lib
29
33
34
post-patch:
35
	${REINPLACE_CMD} -e 's#-L../libvanessa_socket/.libs/#../libvanessa_socket/.libs/libvanessa_socket.so# ; \
36
		/-lvanessa_socket/d' ${WRKSRC}/vanessa_socket_pipe/Makefile.in
30
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (vanessa_socket-0.0.7.tar.gz) = d8fdc5339115911581c763d2cc9bf4e71c0cd4c07f6093f024bb7ae6e3b89907
1
SHA256 (vanessa_socket-0.0.12.tar.bz2) = bb3fea2e2210426748029939dec564c05263dfa7f7d951ee8bc289225f19affe
2
SIZE (vanessa_socket-0.0.7.tar.gz) = 321042
2
SIZE (vanessa_socket-0.0.12.tar.bz2) = 283799
(-)./files/patch-vanessa_socket_pipe-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- vanessa_socket_pipe/Makefile.in.orig	Fri Jun  6 05:49:20 2003
2
+++ vanessa_socket_pipe/Makefile.in	Tue Jul  1 17:05:55 2003
3
@@ -113,7 +113,7 @@
4
 
5
 INCLUDES = -I$(top_srcdir)/libvanessa_socket
6
 
7
-vanessa_socket_pipe_LDADD =  -L../libvanessa_socket -L../libvanessa_socket/.libs/ -lvanessa_socket @extra_libs@ @vanessa_logger_libs@ -lpopt
8
+vanessa_socket_pipe_LDADD =  -L../libvanessa_socket ../libvanessa_socket/.libs/libvanessa_socket.so @extra_libs@ @vanessa_logger_libs@ -lpopt
9
 
10
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
11
 CONFIG_HEADER = ../config.h
(-)./pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
listen on sockets for clients as a server and to pipe information between
3
listen on sockets for clients as a server and to pipe information between
4
sockets.
4
sockets.
5
5
6
WWW: http://www.vergenet.net/linux/vanessa/
6
WWW: http://horms.net/projects/vanessa/
(-)./pkg-plist (-6 lines)
Lines 1-6 Link Here
1
bin/vanessa_socket_pipe
2
include/vanessa_socket.h
3
lib/libvanessa_socket.so.0
4
lib/libvanessa_socket.so
5
lib/libvanessa_socket.la
6
lib/libvanessa_socket.a

Return to bug 168301