From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 8 07:10:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27FCC16A4CE for ; Thu, 8 Jan 2004 07:10:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D3C43D5C for ; Thu, 8 Jan 2004 07:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i08FAIFR094845 for ; Thu, 8 Jan 2004 07:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i08FAIoo094844; Thu, 8 Jan 2004 07:10:18 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 2004 07:10:18 -0800 (PST) Resent-Message-Id: <200401081510.i08FAIoo094844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B4A16A4CE for ; Thu, 8 Jan 2004 07:01:58 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82B743D2F for ; Thu, 8 Jan 2004 07:01:55 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.54.55]) by hfep01.dion.ne.jp with SMTP id <20040108150151743.SSJA@hfep01.dion.ne.jp> for ; Fri, 9 Jan 2004 00:01:51 +0900 Message-Id: <20040109000109.2cdac794.tkato@prontomail.com> Date: Fri, 9 Jan 2004 00:01:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61074: Update port: devel/libformat to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 15:10:55 -0000 >Number: 61074 >Category: ports >Synopsis: Update port: devel/libformat to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 08 07:10:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 1.1 New file: files/Makefile.lib Remove file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libformat/Makefile devel/libformat/Makefile --- /usr/ports/devel/libformat/Makefile Sat Apr 12 22:41:15 2003 +++ devel/libformat/Makefile Tue Dec 30 00:29:25 2003 @@ -7,29 +7,21 @@ # PORTNAME= libformat -PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= http://home.pages.at/kingleo/development/ -DISTNAME= Format-${PORTVERSION} +MASTER_SITES= http://kingleo.pages.at/development/cpp/ +DISTNAME= ${PORTNAME:S/^lib//}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ library that supports printf style like format printing -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +MAKEFILE= ${FILESDIR}/Makefile.lib INSTALLS_SHLIB= yes -MAN3= Format.3 - -post-patch: - @${REINPLACE_CMD} -e 's| install-data-local||g' ${WRKSRC}/doc/Makefile.in - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in doc/Format.html doc/Format.txt src/testMakefile src/testformat.cpp +.for file in ChangeLog README testformat.cpp ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/devel/libformat/distinfo devel/libformat/distinfo --- /usr/ports/devel/libformat/distinfo Sun Apr 21 00:24:12 2002 +++ devel/libformat/distinfo Tue Dec 30 00:12:59 2003 @@ -1 +1 @@ -MD5 (Format-0.1.7.tar.gz) = 935bc16964348cf3e38ec2ea7610582e +MD5 (format-1.1.tar.gz) = d94b8ade7cbf7bae2dea044f7535f6b7 diff -urN /usr/ports/devel/libformat/files/Makefile.lib devel/libformat/files/Makefile.lib --- /usr/ports/devel/libformat/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ devel/libformat/files/Makefile.lib Tue Dec 30 00:18:23 2003 @@ -0,0 +1,17 @@ +PREFIX?= /usr/local +SHLIB_VER?= 1 + +LIB= format +LIBDIR= ${PREFIX}/lib +SHLIB_MAJOR= ${SHLIB_VER} +SHLIB_MINOR= 0 +NOPROFILE= true +NOOBJ= true + +INCS= format.h +INCSDIR= ${PREFIX}/include +INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API + +SRCS= format.cpp + +.include diff -urN /usr/ports/devel/libformat/files/patch-ltmain.sh devel/libformat/files/patch-ltmain.sh --- /usr/ports/devel/libformat/files/patch-ltmain.sh Sun Apr 21 00:24:12 2002 +++ devel/libformat/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Thu Jan 10 04:26:41 2002 -+++ ltmain.sh Wed Apr 17 01:13:43 2002 -@@ -4247,10 +4247,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/devel/libformat/pkg-plist devel/libformat/pkg-plist --- /usr/ports/devel/libformat/pkg-plist Sun Apr 21 00:24:12 2002 +++ devel/libformat/pkg-plist Tue Dec 30 00:21:54 2003 @@ -1,9 +1,8 @@ -include/Format.hh -lib/libFormat.a -lib/libFormat.so -lib/libFormat.so.0 -%%PORTDOCS%%share/doc/libformat/Format.html -%%PORTDOCS%%share/doc/libformat/Format.txt -%%PORTDOCS%%share/doc/libformat/testMakefile -%%PORTDOCS%%share/doc/libformat/testformat.cpp -%%PORTDOCS%%@dirrm share/doc/libformat +include/format.h +lib/libformat.a +lib/libformat.so +lib/libformat.so.1 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/testformat.cpp +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: