From lyndon@orthanc.ab.ca Tue Jun 15 21:39:38 1999
Return-Path: <lyndon@orthanc.ab.ca>
Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130])
	by hub.freebsd.org (Postfix) with ESMTP id 7D9F41536A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Jun 1999 21:39:37 -0700 (PDT)
	(envelope-from lyndon@orthanc.ab.ca)
Received: (from lyndon@localhost)
	by orthanc.ab.ca (8.9.3/8.9.3) id WAA07004;
	Tue, 15 Jun 1999 22:39:35 -0600 (MDT)
	(envelope-from lyndon)
Message-Id: <199906160439.WAA07004@orthanc.ab.ca>
Date: Tue, 15 Jun 1999 22:39:35 -0600 (MDT)
From: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Reply-To: lyndon@orthanc.ab.ca
To: FreeBSD-gnats-submit@freebsd.org
Subject: CPP noise compiling make.
X-Send-Pr-Version: 3.2

>Number:         12232
>Category:       bin
>Synopsis:       Dangling text on #endif causes cpp noise.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 15 21:40:01 PDT 1999
>Closed-Date:    Sat Oct 30 00:11:05 PDT 1999
>Last-Modified:  Mon Apr 21 13:10:00 UTC 2008
>Originator:     Lyndon Nerenberg
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
The Frobozz Magic Homing Pigeon Company
>Environment:

>Description:

Three lines in usr.bin/make/sprite.h look like

	#endif FOO

which can cause cpp to grumble.

>How-To-Repeat:

Build make on an Irix box :-)

>Fix:

===================================================================
RCS file: /usr/src/usr.bin/make/sprite.h,v
retrieving revision 1.1
diff -c2 -r1.1 /usr/src/usr.bin/make/sprite.h
*** /usr/src/usr.bin/make/sprite.h	1999/06/16 04:30:46	1.1
--- /usr/src/usr.bin/make/sprite.h	1999/06/16 04:31:31
***************
*** 58,65 ****
  #ifndef TRUE
  #define TRUE	1
! #endif TRUE
  #ifndef FALSE
  #define FALSE	0
! #endif FALSE
  
  /*
--- 58,65 ----
  #ifndef TRUE
  #define TRUE	1
! #endif /* TRUE */
  #ifndef FALSE
  #define FALSE	0
! #endif /* FALSE */
  
  /*
***************
*** 92,96 ****
  #ifndef NULL
  #define NULL	 	0
! #endif NULL
  
  /*
--- 92,96 ----
  #ifndef NULL
  #define NULL	 	0
! #endif /* NULL */
  
  /*

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Sat Oct 30 00:11:05 PDT 1999 
State-Changed-Why:  
fixed as part of other changes. 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/12232: commit references a PR
Date: Mon, 21 Apr 2008 13:07:46 +0000 (UTC)

 mm          2008-04-21 13:07:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     cad/brlcad           Makefile distinfo pkg-plist 
   Removed files:
     cad/brlcad/files     patch-src-vas4_vas_io.c 
   Log:
   - Update of cad/brlcad from 7.10.4 to 7.12.0
   - Removed files: files/patch-src-vas4_vas_io.c (already implemented)
   - USE_XORG part already implemented by miwi
   
   PR:             ports/12232
   Submitted by:   mm
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.31      +14 -14    ports/cad/brlcad/Makefile
   1.16      +3 -3      ports/cad/brlcad/distinfo
   1.3       +0 -47     ports/cad/brlcad/files/patch-src-vas4_vas_io.c (dead)
   1.17      +211 -47   ports/cad/brlcad/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
