Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2001 15:36:26 +0400
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        knu@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org, obrien@FreeBSD.org
Subject:   Re: ports/28511: update devel/pccts from 1.33.22 to 1.33.24
Message-ID:  <20010629153626.A29272@freebsd.org.ru>
In-Reply-To: <200106291125.f5TBPwd44444@freefall.freebsd.org>
References:  <200106291125.f5TBPwd44444@freefall.freebsd.org>

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

--ibTvN161/egqYuK8
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

On Fri, Jun 29, 2001 at 04:25:58AM -0700, knu@FreeBSD.org wrote:
> Synopsis: update devel/pccts from 1.33.22 to 1.33.24
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: knu
> State-Changed-When: Fri Jun 29 20:24:06 JST 2001
> State-Changed-Why: 
> It fails to install.  The originator said he will submit a new patch later.

Oops... Sorry.

> Responsible-Changed-From-To: freebsd-ports->obrien
> Responsible-Changed-By: knu
> Responsible-Changed-When: Fri Jun 29 20:24:06 JST 2001
> Responsible-Changed-Why: 
> Over to maintainer.
> 
> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28511

New patch for port attached.

-- 

Rgdz,                                /"\ 
Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
osa@freebsd.org.ru                    X     AGAINST HTML MAIL
http://freebsd.org.ru/~osa/          / \

--ibTvN161/egqYuK8
Content-Type: text/plain; charset=koi8-r
Content-Disposition: attachment; filename=patch-pccts
Content-Transfer-Encoding: 8bit

diff -ruN pccts.old/Makefile pccts/Makefile
--- pccts.old/Makefile	Fri Jun 29 14:59:15 2001
+++ pccts/Makefile	Fri Jun 29 15:24:41 2001
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=		pccts
-PORTVERSION=		1.33.22
+PORTVERSION=		1.33.24
 CATEGORIES=		devel
 MASTER_SITES=		http://www.polhode.com/
 DISTNAME=		pccts133mr
@@ -32,10 +32,10 @@
 .for file in ast charptr
 	@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.c ${PREFIX}/include/pccts/${file}.c
 .endfor
-.for file in AParser ASTBase ATokPtr ATokenBuffer DLexer DLexerBase PCCTSAST slist
+.for file in AParser ASTBase ATokenBuffer BufFileInput DLexerBase PCCTSAST slist
 	@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.cpp ${PREFIX}/include/pccts/${file}.cpp
 .endfor
-.for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pcctscfg pccts_assert pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pccts_iostream pccts_istream
+.for file in AParser ASTBase ATokPtr ATokPtrImpl AToken ATokenBuffer ATokenStream BufFileInput DLG_stream_input DLexer DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pccts_assert pccts_iostream pccts_istream pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pcctscfg
 	@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.h ${PREFIX}/include/pccts/${file}.h
 .endfor
 	@ ${MKDIR} ${PREFIX}/share/examples/pccts
diff -ruN pccts.old/distinfo pccts/distinfo
--- pccts.old/distinfo	Fri Jun 29 14:59:15 2001
+++ pccts/distinfo	Fri Jun 29 14:59:47 2001
@@ -1 +1 @@
-MD5 (pccts133mr.zip) = ddb03291bb988614706bd9240d1826e2
+MD5 (pccts133mr.zip) = c2b9f48b029fdc636c1dd7b1df716478
diff -ruN pccts.old/pkg-plist pccts/pkg-plist
--- pccts.old/pkg-plist	Fri Jun 29 14:59:15 2001
+++ pccts/pkg-plist	Fri Jun 29 15:27:55 2001
@@ -8,12 +8,15 @@
 include/pccts/ASTBase.cpp
 include/pccts/ASTBase.h
 include/pccts/ATokPtr.h
-include/pccts/ATokPtr.cpp
+include/pccts/ATokPtrImpl.h
 include/pccts/ATokenBuffer.cpp
 include/pccts/AToken.h
 include/pccts/ATokenBuffer.h
 include/pccts/ATokenStream.h
-include/pccts/DLexer.cpp
+include/pccts/BufFileInput.cpp
+include/pccts/BufFileInput.h
+include/pccts/DLG_stream_input.h
+include/pccts/DLexer.h
 include/pccts/DLexerBase.cpp
 include/pccts/DLexerBase.h
 include/pccts/PBlackBox.h

--ibTvN161/egqYuK8--

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?20010629153626.A29272>