From linimon@lonesome.com  Mon Jul 28 13:09:25 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF5F537B405
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 28 Jul 2003 13:09:21 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D6F9E43FCB
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 28 Jul 2003 13:09:19 -0700 (PDT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id 509C114396
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 28 Jul 2003 15:09:19 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id h6RJwjWZ028061
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 27 Jul 2003 14:58:45 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id h6RJwjF9028060;
	Sun, 27 Jul 2003 14:58:45 -0500 (CDT)
Message-Id: <200307271958.h6RJwjF9028060@lonesome.lonesome.com>
Date: Sun, 27 Jul 2003 14:58:45 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To:
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: [patch] update devel/ucpp to 1.3
X-Send-Pr-Version: 3.113.1
X-GNATS-Notify:

>Number:         54989
>Category:       ports
>Synopsis:       [patch] update devel/ucpp to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 13:10:09 PDT 2003
>Closed-Date:    Mon Jul 28 14:00:48 PDT 2003
>Last-Modified:  Mon Jul 28 14:00:48 PDT 2003
>Originator:     Mark Linimon
>Release:        FreeBSD-
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.8-STABLE FreeBSD 4.8-STABLE #1: Sun Jul 13 23:03:01 CDT 2003 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	This port, which is used by biology/nad, was updated in January.
	Details:
From 1.2 to 1.3:

* brand new integer evaluation code, with precise evaluation and checks
* new hash table implementation, with binary trees
* relaxed attitude on failed `##' operators
* bugfix on macro definition on command-line wrt nesting macros
* support for up to 32766 macro arguments in LOW_MEM code
* support for optional additional "identifier" characters such as '$' or '@'
* bugfix: memory leak on void #assert

>How-To-Repeat:
	n/a
>Fix:

--- ucpp/Makefile.dist	Thu Feb 20 11:07:09 2003
+++ ucpp/Makefile	Sun Jul 27 14:41:53 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ucpp
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://pornin.nerim.net/ucpp/
--- ucpp/distinfo.dist	Mon Aug 19 06:44:39 2002
+++ ucpp/distinfo	Sun Jul 27 14:42:19 2003
@@ -1 +1 @@
-MD5 (ucpp-1.2.tar.gz) = 2bc332b2158d5274b0154b5939afbca4
+MD5 (ucpp-1.3.tar.gz) = f6f508ab42dd3eb57c0411a25429c9e8
--- ucpp/files/patch-Makefile.dist	Sun Jul 27 14:51:04 2003
+++ ucpp/files/patch-Makefile	Sun Jul 27 14:52:12 2003
@@ -1,20 +1,20 @@
---- Makefile.orig	Wed Feb 20 18:49:16 2002
-+++ Makefile	Sun Dec  1 09:01:06 2002
+--- Makefile.orig	Wed Jan 15 02:07:44 2003
++++ Makefile	Sun Jul 27 14:51:51 2003
 @@ -56,8 +56,8 @@
  #FLAGS = -O -m -DMEM_CHECK
  
  # for gcc
 -CC = gcc
--FLAGS = -g -Wall -ansi -pedantic -DAUDIT -DMEM_DEBUG
+-FLAGS = -g -W -Wall -ansi -DAUDIT -DMEM_DEBUG
 +CC ?= gcc
-+FLAGS = -ansi -pedantic -DAUDIT -DMEM_DEBUG
- #FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK
- 
- # for the Compaq C compiler on Alpha/Linux
-@@ -78,7 +78,7 @@
++FLAGS = -ansi -DAUDIT -DMEM_DEBUG
+ #FLAGS = -O3 -mcpu=pentiumpro -fomit-frame-pointer -W -Wall -ansi -DMEM_CHECK
+ #FLAGS = -O -pg -W -Wall -ansi -DMEM_CHECK
+ #LDFLAGS = -pg
+@@ -80,7 +80,7 @@
  # ----- nothing should be changed below this line -----
  
- COBJ = mem.o hash.o cpp.o lexer.o assert.o macro.o eval.o
+ COBJ = mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o
 -CFLAGS = $(FLAGS) -DSTAND_ALONE
 +CFLAGS += $(FLAGS) -DSTAND_ALONE
  
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: krion 
State-Changed-When: Mon Jul 28 13:59:10 PDT 2003 
State-Changed-Why:  
Please remove PORTREVISION if you update to new version next time. 
Committed, thanks.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=54989 
>Unformatted:
