mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 0.9.11
- Add LICENSE - Pass maintainership to submitter (via IRC) PR: ports/148723 Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org> Approved by: beat (co-mentor)
This commit is contained in:
parent
750b0d8f75
commit
f055ffb4b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258233
@ -6,15 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= cparser
|
||||
PORTVERSION= 0.9.8
|
||||
PORTVERSION= 0.9.11
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= armin@frozen-zone.org
|
||||
COMMENT= A C99 compiler using libFIRM as backend
|
||||
|
||||
LIB_DEPENDS= firm.0:${PORTSDIR}/devel/libfirm
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cparser-0.9.8.tar.bz2) = c2deef8b85e9ed8c502f434a47b067ca
|
||||
SHA256 (cparser-0.9.8.tar.bz2) = 20f7c73273bffa859110dc191f9e1c0fafc9444ea123b77dddf0ea82886e4669
|
||||
SIZE (cparser-0.9.8.tar.bz2) = 203531
|
||||
MD5 (cparser-0.9.11.tar.bz2) = 5c12689cf0440fdb5719e778b9553308
|
||||
SHA256 (cparser-0.9.11.tar.bz2) = 6683268ebb098d89332f04c9f789262b03b585e742709de247d4e71e9758ca82
|
||||
SIZE (cparser-0.9.11.tar.bz2) = 187465
|
||||
|
11
lang/cparser/files/patch-Makefile
Normal file
11
lang/cparser/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2010-07-17 20:44:08.000000000 +0000
|
||||
+++ Makefile 2010-07-17 20:44:24.000000000 +0000
|
||||
@@ -25,8 +25,6 @@
|
||||
|
||||
SOURCES := \
|
||||
adt/hashset.c \
|
||||
- adt/obstack.c \
|
||||
- adt/obstack_printf.c \
|
||||
adt/strset.c \
|
||||
adt/xmalloc.c \
|
||||
attribute.c \
|
Loading…
Reference in New Issue
Block a user