Index: head/devel/libeio/Makefile =================================================================== --- head/devel/libeio/Makefile (revision 381334) +++ head/devel/libeio/Makefile (revision 381335) @@ -1,27 +1,24 @@ # Created by: Sergey A. Osokin # $FreeBSD$ PORTNAME= libeio PORTVERSION= 4.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= osa@FreeBSD.org COMMENT= Full-featured asynchronous I/O library for C USE_GITHUB= yes GH_ACCOUNT= scunningham GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= e1a62ab -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -USES= alias libtool +USES= alias autoreconf libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes - -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing +INSTALL_TARGET= install-strip PLIST_FILES= include/eio.h lib/libeio.a lib/libeio.so \ lib/libeio.so.1 lib/libeio.so.1.0.0 .include Index: head/devel/libeio/files/Makefile =================================================================== --- head/devel/libeio/files/Makefile (revision 381334) +++ head/devel/libeio/files/Makefile (nonexistent) @@ -1,10 +0,0 @@ -# $FreeBSD$ - -LIB = libeio -SRCS= eio.c -INCS= - -LIBDIR= ${PREFIX}/lib -INCLUDEDIR= ${PREFIX}/include - -.include Property changes on: head/devel/libeio/files/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libeio/files/patch-ecb.h =================================================================== --- head/devel/libeio/files/patch-ecb.h (nonexistent) +++ head/devel/libeio/files/patch-ecb.h (revision 381335) @@ -0,0 +1,13 @@ +--- ecb.h.orig 2012-10-16 20:30:08 UTC ++++ ecb.h +@@ -472,8 +472,8 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t + #define ecb_unreachable() __builtin_unreachable () + #else + /* this seems to work fine, but gcc always emits a warning for it :/ */ +- ecb_inline void ecb_unreachable (void) ecb_noreturn; +- ecb_inline void ecb_unreachable (void) { } ++ ecb_inline ecb_noreturn void ecb_unreachable (void); ++ ecb_inline ecb_noreturn void ecb_unreachable (void) { } + #endif + + /* try to tell the compiler that some condition is definitely true */ Property changes on: head/devel/libeio/files/patch-ecb.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property