diff --git a/www-servers/lighttpd/lighttpd-1.4.40.recipe b/www-servers/lighttpd/lighttpd-1.4.41.recipe similarity index 98% rename from www-servers/lighttpd/lighttpd-1.4.40.recipe rename to www-servers/lighttpd/lighttpd-1.4.41.recipe index ff421e8cd..6038c25de 100644 --- a/www-servers/lighttpd/lighttpd-1.4.40.recipe +++ b/www-servers/lighttpd/lighttpd-1.4.41.recipe @@ -11,8 +11,7 @@ COPYRIGHT="2003-2016 Jan Kneschke" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$portVersion.tar.gz" -CHECKSUM_SHA256="dd56f46a586192e140600f32836b38a1c276d86692721d53c7976af14a904886" -PATCHES="lighttpd-$portVersion.patch" +CHECKSUM_SHA256="8a5749e218237fafc3119dd8a4fcf510ea728728b3fcf1193fcad7209be4b6d7" ADDITIONAL_FILES=" create-lighttpd-directories.sh index.template diff --git a/www-servers/lighttpd/patches/lighttpd-1.4.40.patch b/www-servers/lighttpd/patches/lighttpd-1.4.40.patch deleted file mode 100644 index 9d2a4e542..000000000 --- a/www-servers/lighttpd/patches/lighttpd-1.4.40.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -upr lighttpd-1.4.40/configure.ac lighttpd-1.4.40-haiku/configure.ac ---- lighttpd-1.4.40/configure.ac 2016-07-16 10:06:16.000000000 +0000 -+++ lighttpd-1.4.40-haiku/configure.ac -@@ -136,7 +136,6 @@ dnl AC_FUNC_REALLOC - AC_TYPE_SIGNAL - AC_FUNC_STAT - AC_FUNC_STRFTIME --AC_CHECK_FUNCS([issetugid inet_pton]) - - if test -z "$PKG_CONFIG"; then - AC_PATH_PROG(PKG_CONFIG, pkg-config, no) -@@ -284,6 +283,9 @@ AC_SEARCH_LIBS(socket,socket) - AC_SEARCH_LIBS(gethostbyname,nsl socket) - AC_SEARCH_LIBS(hstrerror,resolv) - -+dnl On Haiku accept() and friends are in libnetwork -+AC_SEARCH_LIBS(accept,network) -+ - save_LIBS=$LIBS - AC_SEARCH_LIBS(dlopen,dl,[ - AC_CHECK_HEADERS([dlfcn.h],[ -@@ -692,7 +694,7 @@ case $host_os in - * ) ;; - esac - --AC_CHECK_FUNCS([dup2 getcwd inet_ntoa inet_ntop memset mmap munmap strchr \ -+AC_CHECK_FUNCS([dup2 getcwd inet_ntoa inet_ntop inet_pton issetugid memset mmap munmap strchr \ - strdup strerror strstr strtol sendfile getopt socket lstat \ - gethostbyname poll epoll_ctl getrlimit chroot \ - getuid select signal pathconf madvise posix_fadvise posix_madvise \