- update to yaws-1.96

from mikeb@
This commit is contained in:
jasper 2013-09-18 07:53:25 +00:00
parent 78dcc1cbbf
commit cce1e3006d
4 changed files with 27 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:44:50 espie Exp $
# $OpenBSD: Makefile,v 1.19 2013/09/18 07:53:25 jasper Exp $
COMMENT-main= high performance webserver written in Erlang, libraries
COMMENT-web= high performance webserver written in Erlang, docroot
VERSION= 1.95
VERSION= 1.96
DISTNAME= yaws-${VERSION}
PKGNAME-main= yaws-${VERSION}
PKGNAME-web= yaws-web-${VERSION}
@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/download/
MULTI_PACKAGES = -main -web
MULTI_PACKAGES= -main -web
BUILD_DEPENDS= ${RUN_DEPENDS} \
textproc/latex2html
@ -28,7 +28,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-pam \
--disable-sendfile
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LDFLAGS="-L${LOCALBASE}/lib"
# erl(1) needs $HOME to be set.
CONFIGURE_ENV+= HOME="${WRKDIST}"

View File

@ -1,2 +1,2 @@
SHA256 (yaws-1.95.tar.gz) = 5O+ug2Vh9eihMkpcmrY/uCRo6dyT3JXLTLYkira5VAY=
SIZE (yaws-1.95.tar.gz) = 1189443
SHA256 (yaws-1.96.tar.gz) = jU8W0Yk3M1rAIcpMZcjugdxNcfEzcYxxSIVsxr8fVeI=
SIZE (yaws-1.96.tar.gz) = 1226822

View File

@ -0,0 +1,19 @@
$OpenBSD: patch-configure,v 1.3 2013/09/18 07:53:26 jasper Exp $
--- configure.orig Tue Sep 17 20:34:53 2013
+++ configure Tue Sep 17 20:36:58 2013
@@ -4124,6 +4124,15 @@ fi
;;
+ *openbsd*)
+ $as_echo "#define BSD 1" >>confdefs.h
+
+ LD_SHARED="$CC -shared"
+
+ FPIC=-fpic
+
+ ;;
+
*bsd*)
$as_echo "#define BSD 1" >>confdefs.h

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST-web,v 1.3 2012/10/30 20:29:21 jasper Exp $
@comment $OpenBSD: PLIST-web,v 1.4 2013/09/18 07:53:26 jasper Exp $
yaws/
yaws/ebin/
yaws/ebin/advanced_echo_callback.beam
yaws/ebin/authmod_gssapi.beam
yaws/ebin/basic_echo_callback.beam
yaws/ebin/basic_echo_callback_extended.beam
yaws/ebin/myappmod.beam
yaws/ebin/server_sent_events.beam
yaws/ebin/shopcart.beam