mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Update to 1.30
- Remove article from COMMENT line Feature safe: yes
This commit is contained in:
parent
0f0e88a242
commit
aaa1489945
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315941
@ -2,13 +2,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dparser
|
||||
PORTVERSION= 1.29
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
DISTNAME= d-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A simple but powerful tool for parsing
|
||||
COMMENT= Simple but powerful tool for parsing
|
||||
|
||||
OPTIONS_DEFINE= BOEHM DOCS
|
||||
BOEHM_DESC= Boehm garbage collector support
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (d-1.29-src.tar.gz) = 40cf36871324eac96b710cb4db27bd075099a5da2c9dcdcfc0fcf9dcdf2beb14
|
||||
SIZE (d-1.29-src.tar.gz) = 239082
|
||||
SHA256 (d-1.30-src.tar.gz) = 4c4a61bd5954d75da89cbcfe8f6aac3a113769939b31ce2bf4b20b7b3a31cdd8
|
||||
SIZE (d-1.30-src.tar.gz) = 239510
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- Makefile.orig 2013-01-23 03:56:43.000000000 +0100
|
||||
+++ Makefile 2013-01-23 17:40:57.000000000 +0100
|
||||
--- Makefile.orig 2013-04-02 10:00:17.000000000 +0200
|
||||
+++ Makefile 2013-04-02 10:01:34.000000000 +0200
|
||||
@@ -11,7 +11,7 @@
|
||||
MINOR=29
|
||||
MINOR=30
|
||||
RELEASE=$(MAJOR).$(MINOR)
|
||||
|
||||
-CC = gcc
|
||||
@ -24,29 +24,28 @@
|
||||
|
||||
-D_BUILD_VERSION = $(shell git show-ref 2> /dev/null | head -1 | cut -d ' ' -f 1)
|
||||
-ifeq ($(D_BUILD_VERSION),)
|
||||
- D_BUILD_VERSION = $(shell cat D_BUILD_VERSION)
|
||||
-endif
|
||||
+#D_BUILD_VERSION = $(shell git show-ref 2> /dev/null | head -1 | cut -d ' ' -f 1)
|
||||
+#ifeq ($(D_BUILD_VERSION),)
|
||||
+ D_BUILD_VERSION = $(shell cat BUILD_VERSION)
|
||||
D_BUILD_VERSION = $(shell cat D_BUILD_VERSION)
|
||||
-endif
|
||||
+#endif
|
||||
CFLAGS += -DD_MAJOR_VERSION=$(MAJOR) -DD_MINOR_VERSION=$(MINOR) -DD_BUILD_VERSION=\"$(D_BUILD_VERSION)\"
|
||||
|
||||
CFLAGS += -Wall
|
||||
@@ -96,7 +96,7 @@
|
||||
@@ -94,7 +94,7 @@
|
||||
PYTHON_FILES = d/python/Makefile d/python/*.py d/python/*.c d/python/*.h d/python/*.i d/python/README d/python/*.html d/python/contrib/d* d/python/tests/*.py
|
||||
VERILOG_FILES = d/verilog/Makefile d/verilog/verilog.g d/verilog/README d/verilog/ambig.c \
|
||||
d/verilog/main.c d/verilog/vparse.c d/verilog/vparse.h d/verilog/verilog_tests
|
||||
-TAR_FILES = $(AUX_FILES) $(TEST_FILES) $(PYTHON_FILES) $(VERILOG_FILES) d/BUILD_VERSION \
|
||||
-TAR_FILES = $(AUX_FILES) $(TEST_FILES) $(PYTHON_FILES) $(VERILOG_FILES) d/D_BUILD_VERSION \
|
||||
+TAR_FILES = $(AUX_FILES) $(TEST_FILES) $(PYTHON_FILES) $(VERILOG_FILES) \
|
||||
d/grammar.g d/sample.g d/my.g
|
||||
|
||||
LIB_SRCS = arg.c parse.c scan.c symtab.c util.c read_binary.c dparse_tree.c
|
||||
@@ -143,7 +143,7 @@
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
ALL_SRCS = $(MAKE_PARSER_SRCS) $(BASE_SAMPLE_PARSER_SRCS) $(LIB_SRCS) $(MK_LIB_SRCS)
|
||||
|
||||
-all: $(EXECS) $(LIBRARIES) BUILD_VERSION make_dparser.cat
|
||||
-all: $(EXECS) $(LIBRARIES) D_BUILD_VERSION make_dparser.cat
|
||||
+all: $(EXECS) $(LIBRARIES) make_dparser.cat
|
||||
|
||||
version:
|
||||
|
Loading…
Reference in New Issue
Block a user