diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-20 16:57:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-20 16:57:23 +0000 |
commit | 43647493b265ca74912cac284042d28cf1bd49d1 (patch) | |
tree | 2550c7b7248f0132952246d7e9781ef2360a029b /devel/libast | |
parent | a80cf883012e7bbc6ac052749de117434d4c3f42 (diff) | |
download | ports-43647493b265ca74912cac284042d28cf1bd49d1.tar.gz ports-43647493b265ca74912cac284042d28cf1bd49d1.zip |
Notes
Diffstat (limited to 'devel/libast')
-rw-r--r-- | devel/libast/Makefile | 3 | ||||
-rw-r--r-- | devel/libast/distinfo | 4 | ||||
-rw-r--r-- | devel/libast/files/patch-configure | 6 | ||||
-rw-r--r-- | devel/libast/files/patch-libast.m4 | 11 | ||||
-rw-r--r-- | devel/libast/pkg-plist | 6 |
5 files changed, 12 insertions, 18 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 4d22912dd9d6..dc6098c0be69 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libast -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ diff --git a/devel/libast/distinfo b/devel/libast/distinfo index ffdc39ed77bd..d368743593b3 100644 --- a/devel/libast/distinfo +++ b/devel/libast/distinfo @@ -1,2 +1,2 @@ -MD5 (libast-0.5.tar.gz) = 335ead8e8168bc06284c822f1f655eb8 -SIZE (libast-0.5.tar.gz) = 276591 +MD5 (libast-0.6.1.tar.gz) = 1cbbf86a0afb74a5905dc92982117250 +SIZE (libast-0.6.1.tar.gz) = 356881 diff --git a/devel/libast/files/patch-configure b/devel/libast/files/patch-configure index 86b623c73977..3ef3efc664cf 100644 --- a/devel/libast/files/patch-configure +++ b/devel/libast/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Oct 1 00:45:29 2002 -+++ configure Sat Oct 5 19:10:13 2002 -@@ -5415,6 +5415,7 @@ +--- configure.orig Sun Feb 20 22:40:43 2005 ++++ configure Sun Feb 20 22:42:44 2005 +@@ -5696,6 +5696,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" diff --git a/devel/libast/files/patch-libast.m4 b/devel/libast/files/patch-libast.m4 deleted file mode 100644 index ebb738c1397d..000000000000 --- a/devel/libast/files/patch-libast.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- libast.m4.orig Sun Aug 8 22:35:57 2004 -+++ libast.m4 Sun Aug 8 22:36:15 2004 -@@ -199,8 +199,6 @@ - LIBAST_IMLIB2_SUPPORT="" - if test $USE_IMLIB -eq 1 ; then - AC_CHECK_LIB(m, pow, LIBS="-lm $LIBS") -- AC_CHECK_LIB(dl, dlopen, LIBS="-ldl $LIBS") -- AC_CHECK_LIB(ttf, TT_Init_FreeType, GRLIBS="-lttf $GRLIBS", , $GRLIBS) - AC_CHECK_LIB(Imlib2, imlib_create_image, [ - GRLIBS="-lImlib2 $GRLIBS" - AC_DEFINE(LIBAST_IMLIB2_SUPPORT) diff --git a/devel/libast/pkg-plist b/devel/libast/pkg-plist index f8ef74aa450c..d1ba04761152 100644 --- a/devel/libast/pkg-plist +++ b/devel/libast/pkg-plist @@ -12,6 +12,12 @@ include/libast/str.h include/libast/tok.h include/libast/types.h include/libast/url.h +include/libast/avl_tree.h +include/libast/iterator_if.h +include/libast/map_if.h +include/libast/objpair.h +include/libast/sysdefs.h +include/libast/vector_if.h lib/libast.a lib/libast.so lib/libast.so.2 |