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

(-)net/serveez/Makefile (-12 / +12 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	serveez
9
PORTNAME=	serveez
10
PORTVERSION=	0.1.5
10
PORTVERSION=	0.1.7
11
PORTREVISION=	7
12
CATEGORIES=	net devel
11
CATEGORIES=	net devel
13
MASTER_SITES=	GNU
12
MASTER_SITES=	GNU
14
13
Lines 17-37 Link Here
17
16
18
LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile
17
LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile
19
18
20
GUILE_CONFIG?=	${LOCALBASE}/bin/guile-config
19
LICENSE=	GPLv2 # (or later)
20
LICENSE_FILE=	${WRKSRC}/COPYING
21
21
22
USE_AUTOTOOLS=	libtool
23
USE_GMAKE=	yes
22
USE_GMAKE=	yes
24
GNU_CONFIGURE=	yes
23
USE_AUTOTOOLS=	libtool
24
CONFIGURE_ARGS=	--with-guile=${LOCALBASE}
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
MAKE_JOBS_SAFE=	yes
26
27
27
MAN1=	serveez.1 serveez-config.1
28
MAN1=		serveez.1 serveez-config.1
28
INFO=	serveez serveez-api
29
INFO=		serveez serveez-api
29
30
CPPFLAGS+=	`${GUILE_CONFIG} compile`
31
LDFLAGS+=	`${GUILE_CONFIG} link`
32
30
33
post-patch:
31
post-patch:
34
	@${REINPLACE_CMD} -e 's|-release||g' \
32
	@${REINPLACE_CMD} -e \
35
		${WRKSRC}/src/libserveez/Makefile.in
33
		'/^SUBDIRS/s|test||' ${WRKSRC}/Makefile.in
34
	@${REINPLACE_CMD} -e \
35
		's| -release .*||' ${WRKSRC}/src/libserveez/Makefile.in
36
36
37
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)net/serveez/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (serveez-0.1.5.tar.gz) = 4c643b751e8cd48ba0d11f73d54a93d01cb8effb27e98031f34cbdc29da541c0
1
SHA256 (serveez-0.1.7.tar.gz) = 7272b29c731790160d2b3174be1529bc145f7d5557554e4add01e5820750c694
2
SIZE (serveez-0.1.5.tar.gz) = 896866
2
SIZE (serveez-0.1.7.tar.gz) = 896966
(-)net/serveez/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Sun Feb 17 01:23:50 2002
2
+++ Makefile.in	Sat Aug  3 00:05:59 2002
3
@@ -130,7 +130,7 @@
4
 WINDRES = @WINDRES@
5
 resource_FILES = @resource_FILES@
6
 
7
-SUBDIRS = src data test doc
8
+SUBDIRS = src data doc
9
 
10
 EXTRA_DIST = BUGS autogen.sh README-alpha THANKS README-Win32 README-cross 	serveez.dsw config.h.serveez version.h.serveez 	RELEASE vcgen.bat autodsp serveez.ap
11
 
(-)net/serveez/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Sun Feb 17 01:21:39 2002
2
+++ configure	Sat Aug  3 00:04:37 2002
3
@@ -7076,6 +7076,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)net/serveez/pkg-plist (-3 / +3 lines)
Lines 34-42 Link Here
34
include/libserveez/vector.h
34
include/libserveez/vector.h
35
include/libserveez/windoze.h
35
include/libserveez/windoze.h
36
include/svzconfig.h
36
include/svzconfig.h
37
@dirrm include/libserveez/coserver
38
@dirrm include/libserveez/codec
39
@dirrm include/libserveez
40
lib/libserveez.a
37
lib/libserveez.a
41
lib/libserveez.la
38
lib/libserveez.la
42
lib/libserveez.so
39
lib/libserveez.so
Lines 52-54 Link Here
52
%%DATADIR%%/serveez-procedures.txt
49
%%DATADIR%%/serveez-procedures.txt
53
%%DATADIR%%/serveez.scm
50
%%DATADIR%%/serveez.scm
54
@dirrm %%DATADIR%%
51
@dirrm %%DATADIR%%
52
@dirrm include/libserveez/coserver
53
@dirrm include/libserveez/codec
54
@dirrm include/libserveez

Return to bug 164163