ports/160303: Update devel/ucpp to version 1.3.2

Pedro Giffuni giffunip at tutopia.com
Tue Aug 30 02:30:11 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list