1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix building

Bump PORTREVISION

PR:		41359
Submitted by:	KATO Tsuguru
This commit is contained in:
David W. Chapman Jr. 2002-08-08 19:38:49 +00:00
parent 100f3b6208
commit 8d8485620b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64256
4 changed files with 40 additions and 17 deletions

View File

@ -8,23 +8,26 @@
PORTNAME= serveez
PORTVERSION= 0.1.3
PORTREVISOIN= 1
CATEGORIES= net devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \
gnugetopt:${PORTSDIR}/devel/libgnugetopt \
bz2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
guile.10:${PORTSDIR}/lang/guile
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= \
CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${GUILE_CONFIG} compile`" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `${GUILE_CONFIG} link`"
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${GUILE_CONFIG} compile`" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `${GUILE_CONFIG} link`"
INSTALLS_SHLIB= yes
MAN1= serveez.1

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Sun Feb 17 01:23:50 2002
+++ Makefile.in Sat Aug 3 00:05:59 2002
@@ -130,7 +130,7 @@
WINDRES = @WINDRES@
resource_FILES = @resource_FILES@
-SUBDIRS = src data test doc
+SUBDIRS = src data doc
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

View File

@ -0,0 +1,10 @@
--- configure.orig Sun Feb 17 01:21:39 2002
+++ configure Sat Aug 3 00:04:37 2002
@@ -7076,6 +7076,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

View File

@ -31,19 +31,15 @@ include/libserveez/util.h
include/libserveez/vector.h
include/libserveez/windoze.h
include/svzconfig.h
@dirrm include/libserveez/codec
@dirrm include/libserveez/coserver
@dirrm include/libserveez
lib/libserveez-0.1.3.so
lib/libserveez.a
lib/libserveez.la
lib/libserveez.so
@unexec install-info --delete %D/info/serveez-api.info %D/info/dir
@unexec install-info --delete %D/info/serveez.info %D/info/dir
info/serveez-api.info
info/serveez.info
@exec install-info %D/info/serveez-api.info %D/info/dir
@unexec install-info --delete %D/info/serveez.info %D/info/dir
info/serveez.info
@exec install-info %D/info/serveez.info %D/info/dir
lib/libserveez.a
lib/libserveez.so
lib/libserveez.so.0
share/aclocal/serveez.m4
share/serveez/echo-server.scm
share/serveez/eval-server.scm
@ -53,3 +49,6 @@ share/serveez/mandel-server.scm
share/serveez/mandel-shared.scm
share/serveez/serveez.scm
@dirrm share/serveez
@dirrm include/libserveez/coserver
@dirrm include/libserveez/codec
@dirrm include/libserveez