diff --git a/x11/e17/eet/Makefile b/x11/e17/eet/Makefile index f881c86bd85..92cf1201be6 100644 --- a/x11/e17/eet/Makefile +++ b/x11/e17/eet/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2012/09/04 06:43:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2012/11/10 15:02:59 stsp Exp $ COMMENT = library to write an arbitary set of chunks of data to a file -DISTNAME = eet-1.4.0 -REVISION = 0 +DISTNAME = eet-1.7.1 EPOCH = 2 -SHARED_LIBS += eet 1.4 # 5.0 +SHARED_LIBS += eet 2.0 # 8.1 # BSD PERMIT_PACKAGE_CDROM = Yes @@ -14,9 +13,9 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB += c crypto eina jpeg m pthread z +WANTLIB += c crypto eina iconv jpeg m pthread ssl z -LIB_DEPENDS = x11/e17/eina>=1.0 \ +LIB_DEPENDS = x11/e17/eina>=2.0 \ graphics/jpeg USE_LIBTOOL = Yes @@ -27,7 +26,9 @@ CONFIGURE_ARGS = --disable-doc \ # --enable-amalgamation # --disable-assert -CONFIGURE_ENV = CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ +# configure script doesn't heed LDFLAGS correctly, so put -L into CFLAGS, too +CONFIGURE_ENV = CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -I${LOCALBASE}/lib" .include diff --git a/x11/e17/eet/distinfo b/x11/e17/eet/distinfo index 0de2fe33445..ab0e85951e8 100644 --- a/x11/e17/eet/distinfo +++ b/x11/e17/eet/distinfo @@ -1,5 +1,2 @@ -MD5 (e17/eet-1.4.0.tar.gz) = Ww8wNNLcwq0TBJpKthAMpg== -RMD160 (e17/eet-1.4.0.tar.gz) = HnaGm98LcycD039AwA9LaLWRpnI= -SHA1 (e17/eet-1.4.0.tar.gz) = zTPzVKHl0VI/K/jprRRL1UoHJ6A= -SHA256 (e17/eet-1.4.0.tar.gz) = A1VlbZOLQIa0LWXOtutvFjfZkCMfEHB76WhzC1kvC8M= -SIZE (e17/eet-1.4.0.tar.gz) = 573644 +SHA256 (e17/eet-1.7.1.tar.gz) = M5Abmqa4PzwKH/BEx/+7B3PkbBLMPnHtY2GfwfzZwp4= +SIZE (e17/eet-1.7.1.tar.gz) = 647306 diff --git a/x11/e17/eet/pkg/PLIST b/x11/e17/eet/pkg/PLIST index 6c6047f7a82..c35a5723490 100644 --- a/x11/e17/eet/pkg/PLIST +++ b/x11/e17/eet/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.3 2011/01/16 00:35:27 laurent Exp $ +@comment $OpenBSD: PLIST,v 1.4 2012/11/10 15:03:03 stsp Exp $ %%SHARED%% @bin bin/eet include/eet-1/ @@ -7,3 +7,12 @@ lib/libeet.a lib/libeet.la lib/pkgconfig/ lib/pkgconfig/eet.pc +share/eet/ +share/eet/examples/ +share/eet/examples/eet-basic.c +share/eet/examples/eet-data-cipher_decipher.c +share/eet/examples/eet-data-file_descriptor_01.c +share/eet/examples/eet-data-file_descriptor_02.c +share/eet/examples/eet-data-nested.c +share/eet/examples/eet-data-simple.c +share/eet/examples/eet-file.c