From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 30 02:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 300391065676 for ; Tue, 30 Aug 2011 02:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 041808FC0C for ; Tue, 30 Aug 2011 02:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7U2UAmZ043661 for ; Tue, 30 Aug 2011 02:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7U2UAma043658; Tue, 30 Aug 2011 02:30:10 GMT (envelope-from gnats) Resent-Date: Tue, 30 Aug 2011 02:30:10 GMT Resent-Message-Id: <201108300230.p7U2UAma043658@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, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14DC31065672 for ; Tue, 30 Aug 2011 02:24:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DFD7C8FC0A for ; Tue, 30 Aug 2011 02:24:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7U2O2ko042394 for ; Tue, 30 Aug 2011 02:24:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p7U2O2q3042373; Tue, 30 Aug 2011 02:24:02 GMT (envelope-from nobody) Message-Id: <201108300224.p7U2O2q3042373@red.freebsd.org> Date: Tue, 30 Aug 2011 02:24:02 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160303: Update devel/ucpp to version 1.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2011 02:30:11 -0000 >Number: 160303 >Category: ports >Synopsis: Update devel/ucpp to version 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 30 02:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011 root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD amd64 >Description: Minor update >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ucpp.orig/Makefile ucpp/Makefile --- ucpp.orig/Makefile 2011-08-29 21:04:59.000000000 +0000 +++ ucpp/Makefile 2011-08-29 21:06:54.000000000 +0000 @@ -7,7 +7,7 @@ # PORTNAME= ucpp -PORTVERSION= 1.3 +PORTVERSION= 1.3.2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -20,6 +20,8 @@ PLIST_FILES= bin/ucpp USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 diff -ruN ucpp.orig/distinfo ucpp/distinfo --- ucpp.orig/distinfo 2011-08-29 21:04:59.000000000 +0000 +++ ucpp/distinfo 2011-08-29 21:05:39.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (ucpp-1.3.tar.gz) = d81bff52769325497d7663356ebebb358991e4c820b43aa60c40d65a29e9c376 -SIZE (ucpp-1.3.tar.gz) = 91626 +SHA256 (ucpp-1.3.2.tar.gz) = 983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776 +SIZE (ucpp-1.3.2.tar.gz) = 96939 diff -ruN ucpp.orig/files/patch-Makefile ucpp/files/patch-Makefile --- ucpp.orig/files/patch-Makefile 2011-08-29 21:04:59.000000000 +0000 +++ ucpp/files/patch-Makefile 2011-08-29 21:10:52.000000000 +0000 @@ -1,31 +1,22 @@ ---- Makefile.orig 2008-10-01 21:15:41.000000000 +0400 -+++ Makefile 2011-03-17 21:05:49.000000000 +0300 +--- Makefile.orig 2011-08-09 05:13:15.000000000 +0000 ++++ Makefile 2011-08-29 21:10:34.000000000 +0000 @@ -56,8 +56,8 @@ #FLAGS = -O -m -DMEM_CHECK # for gcc -CC = gcc -FLAGS = -O3 -W -Wall -ansi -+CC ?= gcc ++CC ?= cc +FLAGS = -ansi -DAUDIT -DMEM_DEBUG #FLAGS = -g -W -Wall -ansi -DAUDIT -DMEM_DEBUG #FLAGS = -O3 -mcpu=pentiumpro -fomit-frame-pointer -W -Wall -ansi -DMEM_CHECK #FLAGS = -O -pg -W -Wall -ansi -DMEM_CHECK -@@ -78,7 +78,7 @@ - #LIBS = libefence.a - #LIBS = -lgc_dbg - --#STAND_ALONE = -DSTAND_ALONE -+STAND_ALONE = -DSTAND_ALONE - - ifdef STAND_ALONE - FINAL_STEP = $(CC) $(LDFLAGS) -o ucpp $(COBJ) $(LIBS) -@@ -87,7 +87,7 @@ +@@ -88,7 +88,7 @@ # ----- nothing should be changed below this line ----- COBJ = mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o --CFLAGS = $(FLAGS) $(STAND_ALONE) -+CFLAGS += $(FLAGS) $(STAND_ALONE) +-CFLAGS = $(FLAGS) ++CFLAGS += $(FLAGS) all: ucpp @ar cq libucpp.a *.o >Release-Note: >Audit-Trail: >Unformatted: