Date: Fri, 22 Dec 2000 08:07:07 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23758: Update port: devel/libcache 1.1.0 Message-ID: <200012221607.eBMG77Y73806@freefall.freebsd.org> Resent-Message-ID: <200012221610.eBMGA1L74356@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23758 >Category: ports >Synopsis: Update port: devel/libcache 1.1.0 >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: Fri Dec 22 08:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.1.0 New file: files/Makefile.lib Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libcache/Makefile devel/libcache/Makefile --- /usr/ports/devel/libcache/Makefile Thu Jun 22 19:07:03 2000 +++ devel/libcache/Makefile Thu Dec 21 22:30:36 2000 @@ -6,22 +6,17 @@ # PORTNAME= libcache -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= http://www.afro-productions.com/ MAINTAINER= ports@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME} + INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-shared -WRKSRC= ${WRKDIR}/libcache -VERSION= 0 -PLIST_SUB+= VERSION="${VERSION}" -MAKE_ENV+= PCFLAGS="${CFLAGS}" -do-install: - @${INSTALL_DATA} ${WRKSRC}/libcache.so ${PREFIX}/lib/libcache.so.${VERSION} - @${LN} -sf ${PREFIX}/lib/libcache.so.${VERSION} ${PREFIX}/lib/libcache.so +pre-build: + @${CP} -f ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile .include <bsd.port.mk> diff -urN /usr/ports/devel/libcache/distinfo devel/libcache/distinfo --- /usr/ports/devel/libcache/distinfo Sun Feb 13 11:00:59 2000 +++ devel/libcache/distinfo Wed Dec 20 03:54:06 2000 @@ -1 +1 @@ -MD5 (libcache-1.0.0.tar.gz) = f4aee79c2c4d1d25ac7f3465df13d4a2 +MD5 (libcache-1.1.0.tar.gz) = faf6d05de057bf1f2ee6d47642068332 diff -urN /usr/ports/devel/libcache/files/Makefile.lib devel/libcache/files/Makefile.lib --- /usr/ports/devel/libcache/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ devel/libcache/files/Makefile.lib Thu Dec 21 22:34:17 2000 @@ -0,0 +1,12 @@ +LIB= cache + +SHLIB_MAJOR?= 0 +NOPROFILE= yes + +SRCS= src/access.c src/parse.c + +CFLAGS+= -I${.CURDIR}/include + +LIBDIR= ${PREFIX}/lib + +.include <bsd.lib.mk> diff -urN /usr/ports/devel/libcache/files/patch-aa devel/libcache/files/patch-aa --- /usr/ports/devel/libcache/files/patch-aa Sun Feb 13 11:01:00 2000 +++ devel/libcache/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in Wed Dec 22 12:00:17 1999 -+++ src/Makefile.in.new Fri Feb 4 15:13:19 2000 -@@ -6,7 +6,7 @@ - OBJS=parse.o access.o - - --CFLAGS=${DEBUG} ${DEFINES} -Wall -O3 -I. -I../include -c -+CFLAGS=${PCFLAGS} ${DEBUG} ${DEFINES} -Wall -O3 -I. -I../include -c - LIBEXEC=@LIBBIN@ - - all: ${OBJS} diff -urN /usr/ports/devel/libcache/pkg-plist devel/libcache/pkg-plist --- /usr/ports/devel/libcache/pkg-plist Fri Jun 16 17:47:08 2000 +++ devel/libcache/pkg-plist Wed Dec 20 04:15:58 2000 @@ -1,2 +1,3 @@ -lib/libcache.so.%%VERSION%% +lib/libcache.a lib/libcache.so +lib/libcache.so.0 >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?200012221607.eBMG77Y73806>