diff options
author | pav <pav@FreeBSD.org> | 2005-02-21 00:57:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-21 00:57:23 +0800 |
commit | c4ac797466446c34133e1ab7790db50d61a0b41e (patch) | |
tree | ebab51120ba2be33fb0260d104126ea29c8d2240 /devel | |
parent | b3360019f0f63cea7db1a253c20b485cb9d78549 (diff) | |
download | freebsd-ports-graphics-c4ac797466446c34133e1ab7790db50d61a0b41e.tar.gz freebsd-ports-graphics-c4ac797466446c34133e1ab7790db50d61a0b41e.tar.zst freebsd-ports-graphics-c4ac797466446c34133e1ab7790db50d61a0b41e.zip |
- Update to 0.6.1
PR: ports/77773
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'devel')
-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 4d22912dd9d..dc6098c0be6 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 ffdc39ed77b..d368743593b 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 86b623c7397..3ef3efc664c 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 ebb738c1397..00000000000 --- 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 f8ef74aa450..d1ba0476115 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 |