pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ucpp Remove MAINTAINER at their request.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc4f291b19d3
branches:  trunk
changeset: 556417:fc4f291b19d3
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Sat Mar 21 16:41:06 2009 +0000

description:
Remove MAINTAINER at their request.
Fixed up a few things so that it passes pkglint.

diffstat:

 devel/ucpp/Makefile         |   7 ++++---
 devel/ucpp/distinfo         |  10 +++++-----
 devel/ucpp/patches/patch-aa |  22 ++++++++++------------
 3 files changed, 19 insertions(+), 20 deletions(-)

diffs (72 lines):

diff -r 95fe1a65806e -r fc4f291b19d3 devel/ucpp/Makefile
--- a/devel/ucpp/Makefile       Sat Mar 21 16:28:05 2009 +0000
+++ b/devel/ucpp/Makefile       Sat Mar 21 16:41:06 2009 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2008/12/08 11:03:48 obache Exp $
+# $NetBSD: Makefile,v 1.5 2009/03/21 16:41:06 darcy Exp $
 #
 
 DISTNAME=      ucpp-1.3
 CATEGORIES=    devel
-#MASTER_SITES= http://ucpp.googlecode.com/files/
+MASTER_SITES=  http://ucpp.googlecode.com/files/
+EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    asmodai%in-nomine.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://code.google.com/p/ucpp/
 COMMENT=       C preprocessor and lexer
 
diff -r 95fe1a65806e -r fc4f291b19d3 devel/ucpp/distinfo
--- a/devel/ucpp/distinfo       Sat Mar 21 16:28:05 2009 +0000
+++ b/devel/ucpp/distinfo       Sat Mar 21 16:41:06 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/24 16:23:23 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/03/21 16:41:06 darcy Exp $
 
-SHA1 (ucpp-1.3.tar.gz) = 48073c0a1ed661ea4056d393018250a34755bd01
-RMD160 (ucpp-1.3.tar.gz) = d9b1896cb84af12c7dac762099839af6ed644f19
-Size (ucpp-1.3.tar.gz) = 91537 bytes
-SHA1 (patch-aa) = 63765593c773212ae37da6b738e31b49cb98e181
+SHA1 (ucpp-1.3.tar.bz2) = 12caf535986e3919d58c47ca35ae9ed4efaa1cf0
+RMD160 (ucpp-1.3.tar.bz2) = 08f9ef1ada15c7451b7966733fb0a63bbe6b179a
+Size (ucpp-1.3.tar.bz2) = 73958 bytes
+SHA1 (patch-aa) = 9059b1f9c1ed58c99414dda920ee07b7d3c7e530
diff -r 95fe1a65806e -r fc4f291b19d3 devel/ucpp/patches/patch-aa
--- a/devel/ucpp/patches/patch-aa       Sat Mar 21 16:28:05 2009 +0000
+++ b/devel/ucpp/patches/patch-aa       Sat Mar 21 16:41:06 2009 +0000
@@ -1,24 +1,22 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/05/24 16:23:23 obache Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/21 16:41:07 darcy Exp $
 
---- Makefile.orig      Wed Jan 15 02:07:44 2003
-+++ Makefile   Sun Jul 27 14:51:51 2003
-@@ -56,8 +56,8 @@
+--- Makefile.orig      2008-10-01 13:15:41.000000000 -0400
++++ Makefile
+@@ -56,7 +56,7 @@
  #FLAGS = -O -m -DMEM_CHECK
  
  # for gcc
 -CC = gcc
--FLAGS = -g -W -Wall -ansi -DAUDIT -DMEM_DEBUG
 +CC ?= gcc
-+FLAGS = -ansi -DAUDIT -DMEM_DEBUG
+ FLAGS = -O3 -W -Wall -ansi
+ #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
- #LDFLAGS = -pg
-@@ -80,7 +80,7 @@
+@@ -87,7 +87,7 @@ endif
  # ----- nothing should be changed below this line -----
  
  COBJ = mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o
--CFLAGS = $(FLAGS) -DSTAND_ALONE
-+CFLAGS += $(FLAGS) -DSTAND_ALONE
+-CFLAGS = $(FLAGS) $(STAND_ALONE)
++CFLAGS += $(FLAGS) $(STAND_ALONE)
  
  all: ucpp
- 
+       @ar cq libucpp.a *.o



Home | Main Index | Thread Index | Old Index