Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 12:35:51 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43785: Update port: devel/libast to 0.5
Message-ID:  <200210071935.g97JZpQB081115@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         43785
>Category:       ports
>Synopsis:       Update port: devel/libast to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 12:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.5

New file:
files/patch-configure

>How-To-Repeat:

>Fix:
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 <bsd.port.pre.mk>
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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210071935.g97JZpQB081115>