diff -urN /usr/ports/devel/libast/Makefile devel/libast/Makefile --- /usr/ports/devel/libast/Makefile Tue Sep 10 20:08:25 2002 +++ devel/libast/Makefile Sat Oct 5 19:19:14 2002 @@ -6,16 +6,20 @@ # PORTNAME= libast -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ + Imlib2.1:${PORTSDIR}/graphics/imlib2 USE_X_PREFIX= yes +USE_FREETYPE= yes USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include diff -urN /usr/ports/devel/libast/distinfo devel/libast/distinfo --- /usr/ports/devel/libast/distinfo Sun Nov 4 19:05:22 2001 +++ devel/libast/distinfo Sat Oct 5 19:09:37 2002 @@ -1 +1 @@ -MD5 (libast-0.4.tar.gz) = 9424286314c1d816699b28964b91d015 +MD5 (libast-0.5.tar.gz) = 335ead8e8168bc06284c822f1f655eb8 diff -urN /usr/ports/devel/libast/files/patch-configure devel/libast/files/patch-configure --- /usr/ports/devel/libast/files/patch-configure Thu Jan 1 09:00:00 1970 +++ devel/libast/files/patch-configure Sat Oct 5 19:10:22 2002 @@ -0,0 +1,10 @@ +--- configure.orig Tue Oct 1 00:45:29 2002 ++++ configure Sat Oct 5 19:10:13 2002 +@@ -5415,6 +5415,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/devel/libast/files/patch-libast.h devel/libast/files/patch-libast.h --- /usr/ports/devel/libast/files/patch-libast.h Sat Sep 8 04:54:19 2001 +++ devel/libast/files/patch-libast.h Sat Oct 5 19:11:37 2002 @@ -1,5 +1,5 @@ ---- libast.h.orig Sat Jun 16 02:30:28 2001 -+++ libast.h Fri Sep 7 01:01:50 2001 +--- include/libast.h.orig Tue Oct 1 00:43:38 2002 ++++ include/libast.h Sat Oct 5 19:11:22 2002 @@ -40,6 +40,7 @@ # endif #endif diff -urN /usr/ports/devel/libast/pkg-plist devel/libast/pkg-plist --- /usr/ports/devel/libast/pkg-plist Sat Sep 8 04:54:14 2001 +++ devel/libast/pkg-plist Sat Oct 5 19:15:52 2002 @@ -1,6 +1,18 @@ bin/libast-config -bin/libast-test include/libast.h +include/libast/array.h +include/libast/dlinked_list.h +include/libast/linked_list.h +include/libast/list_if.h +include/libast/obj.h +include/libast/regexp.h +include/libast/socket.h +include/libast/str.h +include/libast/tok.h +include/libast/types.h +include/libast/url.h lib/libast.a lib/libast.so -lib/libast.so.1 +lib/libast.so.2 +share/aclocal/libast.m4 +@dirrm include/libast