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

(-)net/serveez/Makefile (-8 / +11 lines)
Lines 8-30 Link Here
8
8
9
PORTNAME=	serveez
9
PORTNAME=	serveez
10
PORTVERSION=	0.1.3
10
PORTVERSION=	0.1.3
11
PORTREVISOIN=	1
11
CATEGORIES=	net devel
12
CATEGORIES=	net devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
17
17
LIB_DEPENDS=	guile:${PORTSDIR}/lang/guile \
18
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
18
		gnugetopt:${PORTSDIR}/devel/libgnugetopt \
19
		guile.10:${PORTSDIR}/lang/guile
19
		bz2:${PORTSDIR}/archivers/bzip2
20
.if !exists(/usr/bin/bzip2)
21
LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
22
.endif
20
23
21
GUILE_CONFIG?=	${LOCALBASE}/bin/guile-config
24
GUILE_CONFIG?=	${LOCALBASE}/bin/guile-config
22
USE_LIBTOOL=	yes
25
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	\
25
	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${GUILE_CONFIG} compile`" \
26
	LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `${GUILE_CONFIG} link`"
27
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_LIBTOOL=	yes
28
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include `${GUILE_CONFIG} compile`" \
30
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `${GUILE_CONFIG} link`"
28
INSTALLS_SHLIB=	yes
31
INSTALLS_SHLIB=	yes
29
32
30
MAN1=	serveez.1
33
MAN1=	serveez.1
(-)net/serveez/files/patch-Makefile.in (+11 lines)
Line 0 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)
Line 0 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 (-9 / +8 lines)
Lines 31-49 Link Here
31
include/libserveez/vector.h
31
include/libserveez/vector.h
32
include/libserveez/windoze.h
32
include/libserveez/windoze.h
33
include/svzconfig.h
33
include/svzconfig.h
34
@dirrm include/libserveez/codec
35
@dirrm include/libserveez/coserver
36
@dirrm include/libserveez
37
lib/libserveez-0.1.3.so
38
lib/libserveez.a
39
lib/libserveez.la
40
lib/libserveez.so
41
@unexec install-info --delete %D/info/serveez-api.info %D/info/dir
34
@unexec install-info --delete %D/info/serveez-api.info %D/info/dir
42
@unexec install-info --delete %D/info/serveez.info %D/info/dir
43
info/serveez-api.info
35
info/serveez-api.info
44
info/serveez.info
45
@exec install-info %D/info/serveez-api.info %D/info/dir
36
@exec install-info %D/info/serveez-api.info %D/info/dir
37
@unexec install-info --delete %D/info/serveez.info %D/info/dir
38
info/serveez.info
46
@exec install-info %D/info/serveez.info %D/info/dir
39
@exec install-info %D/info/serveez.info %D/info/dir
40
lib/libserveez.a
41
lib/libserveez.so
42
lib/libserveez.so.0
47
share/aclocal/serveez.m4
43
share/aclocal/serveez.m4
48
share/serveez/echo-server.scm
44
share/serveez/echo-server.scm
49
share/serveez/eval-server.scm
45
share/serveez/eval-server.scm
Lines 53-55 Link Here
53
share/serveez/mandel-shared.scm
49
share/serveez/mandel-shared.scm
54
share/serveez/serveez.scm
50
share/serveez/serveez.scm
55
@dirrm share/serveez
51
@dirrm share/serveez
52
@dirrm include/libserveez/coserver
53
@dirrm include/libserveez/codec
54
@dirrm include/libserveez

Return to bug 41359