From b4abd729c7f0a1163c9abe57a121ac476f25077f Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 14 Oct 2002 16:14:52 +0000 Subject: Update to version 0.5. PR: 43785 Submitted by: Ports Fury --- devel/libast/Makefile | 8 ++++++-- devel/libast/distinfo | 2 +- devel/libast/files/patch-configure | 10 ++++++++++ devel/libast/files/patch-libast.h | 4 ++-- devel/libast/pkg-plist | 17 +++++++++++++++-- 5 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 devel/libast/files/patch-configure (limited to 'devel') diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 99a8296c926a..7ac9746a279b 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -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 --git a/devel/libast/distinfo b/devel/libast/distinfo index 840e68516885..d89ec32e9825 100644 --- a/devel/libast/distinfo +++ b/devel/libast/distinfo @@ -1 +1 @@ -MD5 (libast-0.4.tar.gz) = 9424286314c1d816699b28964b91d015 +MD5 (libast-0.5.tar.gz) = 335ead8e8168bc06284c822f1f655eb8 diff --git a/devel/libast/files/patch-configure b/devel/libast/files/patch-configure new file mode 100644 index 000000000000..86b623c73977 --- /dev/null +++ b/devel/libast/files/patch-configure @@ -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 --git a/devel/libast/files/patch-libast.h b/devel/libast/files/patch-libast.h index 6a719d58dd15..78d2f5526cef 100644 --- a/devel/libast/files/patch-libast.h +++ b/devel/libast/files/patch-libast.h @@ -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 --git a/devel/libast/pkg-plist b/devel/libast/pkg-plist index 70a499e93f05..f8ef74aa450c 100644 --- a/devel/libast/pkg-plist +++ b/devel/libast/pkg-plist @@ -1,6 +1,19 @@ +@comment $FreeBSD$ 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 -- cgit v1.2.3