From andy@icc.surw.chel.su  Wed Nov 18 05:08:48 1998
Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01368
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Nov 1998 05:08:41 -0800 (PST)
          (envelope-from andy@icc.surw.chel.su)
Received: (from andy@localhost)
	by icc.surw.chel.su (8.8.8/8.8.8) id QAA23698;
	Wed, 18 Nov 1998 16:05:01 +0300 (MSK)
	(envelope-from andy)
Message-Id: <199811181305.QAA23698@icc.surw.chel.su>
Date: Wed, 18 Nov 1998 16:05:01 +0300 (MSK)
From: Andrey Zakhvatov <andy@icc.surw.chel.su>
Reply-To: andy@icc.surw.chel.su
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: devel/pccts
X-Send-Pr-Version: 3.2

>Number:         8741
>Category:       ports
>Synopsis:       Update port: devel/pccts
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 18 05:10:00 PST 1998
>Closed-Date:    Sat Nov 21 12:05:06 PST 1998
>Last-Modified:  Sat Nov 21 12:05:21 PST 1998
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a path to update devel/pccts port.


diff -Nru pccts/Makefile pccts.new/Makefile
--- pccts/Makefile	Tue Jul  1 07:48:25 1997
+++ pccts.new/Makefile	Wed Nov 18 21:06:55 1998
@@ -9,7 +9,7 @@
 DISTNAME=		pccts
 PKGNAME=		pccts-1.33
 CATEGORIES=		devel
-MASTER_SITES=		ftp://ftp.parr-research.com/pub/pccts/1.33/
+MASTER_SITES=		http://www.antlr.org/1.33/
 
 MAINTAINER=		andy@icc.surw.chel.su
 
@@ -33,10 +33,6 @@
 .for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int
 	@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.h ${PREFIX}/include/pccts/${file}.h
 .endfor
-	@ ${MKDIR} ${PREFIX}/share/doc/pccts
-.for file in BOOK README RIGHTS SERVICES history.ps history.txt
-	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pccts/${file}
-.endfor
 	@ ${MKDIR} ${PREFIX}/share/examples/pccts
 .for dir in 1 2 3 4 5 6 6/A 6/B 7 8 9 10 11 12 13
 	@ ${MKDIR} ${PREFIX}/share/examples/pccts/${dir}
@@ -44,5 +40,11 @@
 .for file in makefile 1/makefile 1/test.g 2/MyLexer.cpp 2/MyLexer.h 2/makefile 2/test.g 3/MyLexer.cpp 3/MyLexer.h 3/makefile 3/mytokens.h 3/test.g 4/makefile 4/mytokens.h 4/test.g 5/input.h 5/makefile 5/test.g 6/file1 6/file2 6/main.cpp 6/makefile 6/makefile2 6/test.g 6/test2.g 7/makefile 7/test.g 8/main.cpp 8/makefile 8/test.g 9/makefile 9/test.g 10/makefile 10/test.g 11/input.h 11/makefile 11/test.g 12/makefile 12/test.g 13/makefile 13/test.g
 	@ ${INSTALL_DATA} ${WRKSRC}/testcpp/${file} ${PREFIX}/share/examples/pccts/${file}
 .endfor
+.if !defined(NOPORTDOCS)
+	@ ${MKDIR} ${PREFIX}/share/doc/pccts
+.for file in BOOK README RIGHTS SERVICES history.ps history.txt
+	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pccts/${file}
+.endfor
+.endif
 
 .include <bsd.port.mk>


>How-To-Repeat:

>Fix:

   Please, check and apply this patch.

>Release-Note:
>Audit-Trail:

From: Bill Fumerola <billf@chc-chimes.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: re: ports/8741
Date: Wed, 18 Nov 1998 16:12:39 -0500 (EST)

 I checked this out and the checksum changed and tar for some reason is
 trying to chmod 01755 to some files, which pisses my machine off to no
 end.
 
 Any reason for the two above wierdnesses?
 
 - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp -
 - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org  -
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Nov 21 12:05:06 PST 1998 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
