is this reasonable?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/cherokee/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile    21 Mar 2013 08:48:55 -0000      1.39
+++ Makefile    25 Apr 2013 15:52:14 -0000
@@ -10,7 +10,7 @@ COMMENT-streaming = Streaming module for
 
 DIR =          1.2
 VERSION =      ${DIR}.101
-REVISION =     0
+REVISION =     1
 DISTNAME =     cherokee-${VERSION}
 
 PKGNAME-main = ${DISTNAME}
@@ -79,7 +79,8 @@ FAKE_FLAGS =  cherokeeconfdir="${PREFIX}/
                cherokeewwwdir="${PREFIX}/share/examples/cherokee/www" \
                
cherokeewwwimagesdir="${PREFIX}/share/examples/cherokee/www/images"
 
-CONFIGURE_STYLE =      gnu
+CONFIGURE_STYLE =      autoconf
+AUTOCONF_VERSION =     2.68
 CONFIGURE_ENV =                CPPFLAGS="-I${LOCALBASE}/include" \
                        LDFLAGS="-L${LOCALBASE}/lib" \
                        ac_cv_header_execinfo_h=no
Index: patches/patch-cherokee_common-internal_h
===================================================================
RCS file: patches/patch-cherokee_common-internal_h
diff -N patches/patch-cherokee_common-internal_h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-cherokee_common-internal_h    25 Apr 2013 15:52:14 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- cherokee/common-internal.h.orig    Thu Apr 25 09:35:31 2013
++++ cherokee/common-internal.h Thu Apr 25 09:46:45 2013
+@@ -239,6 +239,8 @@ char *strcasestr(char *s, char *find);
+ #  define TIME_MAX ((time_t)INT_MAX)
+ # elif (SIZEOF_TIME_T == SIZEOF_LONG)
+ #  define TIME_MAX ((time_t)LONG_MAX)
++# elif (SIZEOF_TIME_T == SIZEOF_LONG_LONG)
++#  define TIME_MAX ((time_t)LLONG_MAX)
+ # else
+ #  error "Can't define TIME_MAX"
+ # endif
Index: patches/patch-configure_in
===================================================================
RCS file: patches/patch-configure_in
diff -N patches/patch-configure_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-configure_in  25 Apr 2013 15:52:14 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- configure.in.orig  Thu Apr 25 16:49:19 2013
++++ configure.in       Thu Apr 25 16:49:31 2013
+@@ -274,6 +274,7 @@ AC_CHECK_TYPE(wchar_t, unsigned short)
+ 
+ AC_CHECK_SIZEOF(int)
+ AC_CHECK_SIZEOF(long)
++AC_CHECK_SIZEOF(long long)
+ AC_CHECK_SIZEOF(unsigned int)
+ AC_CHECK_SIZEOF(unsigned long)
+ AC_CHECK_SIZEOF(unsigned long long)

Reply via email to