aboutsummaryrefslogtreecommitdiff
path: root/devel/csmith
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-11-23 05:33:29 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-11-23 05:33:29 +0000
commit9481f2221d7bb0031884e7c17ce7d5ce8e3e9c91 (patch)
tree65f463379c0a50029ccaec162260baf9e2762a57 /devel/csmith
parent37d0dc1d61b27fb5939869904e5cf1952ab7ff8e (diff)
downloadports-9481f2221d7bb0031884e7c17ce7d5ce8e3e9c91.tar.gz
ports-9481f2221d7bb0031884e7c17ce7d5ce8e3e9c91.zip
Notes
Diffstat (limited to 'devel/csmith')
-rw-r--r--devel/csmith/Makefile2
-rw-r--r--devel/csmith/distinfo4
-rw-r--r--devel/csmith/files/patch-runtime__Makefile.am11
-rw-r--r--devel/csmith/files/patch-runtime__Makefile.in11
-rw-r--r--devel/csmith/files/patch-src__Makefile.am11
-rw-r--r--devel/csmith/files/patch-src__Makefile.in11
-rw-r--r--devel/csmith/pkg-plist53
7 files changed, 31 insertions, 72 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index dba0ab5fe62a..d832fdf1758f 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= csmith
-PORTVERSION= 2.0.0
+PORTVERSION= 2.1.0
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/
diff --git a/devel/csmith/distinfo b/devel/csmith/distinfo
index af9cdeaf23b9..3bf4f9f96c8a 100644
--- a/devel/csmith/distinfo
+++ b/devel/csmith/distinfo
@@ -1,2 +1,2 @@
-SHA256 (csmith-2.0.0.tar.gz) = 62dea40f4da98aed024fce14d3a0d07184a9f7388520607109ec87a6f27e1837
-SIZE (csmith-2.0.0.tar.gz) = 337806
+SHA256 (csmith-2.1.0.tar.gz) = d5f626044dbe93bfadd867385dc03b111b91ead1e394793a4203dd7de4f50192
+SIZE (csmith-2.1.0.tar.gz) = 575381
diff --git a/devel/csmith/files/patch-runtime__Makefile.am b/devel/csmith/files/patch-runtime__Makefile.am
deleted file mode 100644
index 5a11c2518b2e..000000000000
--- a/devel/csmith/files/patch-runtime__Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./runtime/Makefile.am.orig 2011-04-12 21:39:51.000000000 -0400
-+++ ./runtime/Makefile.am 2011-10-25 14:17:34.000000000 -0400
-@@ -39,7 +39,7 @@
- libcsmith_a_SOURCES = \
- volatile_runtime.c
-
--SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
-+SVN_FLAG = -DSVN_VERSION=\"`exported`\"
-
- ## ENE: The idea of stuffing the target CPU name (a string) into a CPP symbol
- ## is kind of awful. What we should do instead is use the name to modify the
diff --git a/devel/csmith/files/patch-runtime__Makefile.in b/devel/csmith/files/patch-runtime__Makefile.in
deleted file mode 100644
index 47fef49d1283..000000000000
--- a/devel/csmith/files/patch-runtime__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./runtime/Makefile.in.orig 2011-04-12 21:39:51.000000000 -0400
-+++ ./runtime/Makefile.in 2011-10-25 14:17:34.000000000 -0400
-@@ -204,7 +204,7 @@
- libcsmith_a_SOURCES = \
- volatile_runtime.c
-
--SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
-+SVN_FLAG = -DSVN_VERSION=\"`exported`\"
- libcsmith_a_CPPFLAGS = \
- -DTARGET_CPU_$(target_cpu)=1 \
- $(SVN_FLAG)
diff --git a/devel/csmith/files/patch-src__Makefile.am b/devel/csmith/files/patch-src__Makefile.am
deleted file mode 100644
index 4192c2af5543..000000000000
--- a/devel/csmith/files/patch-src__Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Makefile.am.orig 2011-04-12 21:39:51.000000000 -0400
-+++ ./src/Makefile.am 2011-10-25 14:24:30.000000000 -0400
-@@ -191,7 +191,7 @@
- csmith.vcproj \
- csmith.vcxproj
-
--SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
-+SVN_FLAG = -DSVN_VERSION=\"`exported`\"
-
- ## ENE: The idea of stuffing the target CPU name (a string) into a CPP symbol
- ## is kind of awful. What we should do instead is use the name to modify the
diff --git a/devel/csmith/files/patch-src__Makefile.in b/devel/csmith/files/patch-src__Makefile.in
deleted file mode 100644
index 6b2a60a98e93..000000000000
--- a/devel/csmith/files/patch-src__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Makefile.in.orig 2011-04-12 21:39:51.000000000 -0400
-+++ ./src/Makefile.in 2011-10-25 14:24:30.000000000 -0400
-@@ -384,7 +384,7 @@
- csmith.vcproj \
- csmith.vcxproj
-
--SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
-+SVN_FLAG = -DSVN_VERSION=\"`exported`\"
- csmith_CPPFLAGS = \
- -DTARGET_CPU_$(target_cpu)=1 \
- $(SVN_FLAG) \
diff --git a/devel/csmith/pkg-plist b/devel/csmith/pkg-plist
index 30894bf2c58a..8ea8fcb3f652 100644
--- a/devel/csmith/pkg-plist
+++ b/devel/csmith/pkg-plist
@@ -1,30 +1,33 @@
bin/compiler_test.in
bin/compiler_test.pl
-bin/crash_compilers.pl
-bin/launchn.pl
bin/csmith
-include/csmith-2.0.0/windows/stdint.h
-include/csmith-2.0.0/csmith.h
-include/csmith-2.0.0/csmith_minimal.h
-include/csmith-2.0.0/custom_limits.h
-include/csmith-2.0.0/custom_stdint_x86.h
-include/csmith-2.0.0/platform_avr.h
-include/csmith-2.0.0/platform_generic.h
-include/csmith-2.0.0/platform_msp430.h
-include/csmith-2.0.0/random_inc.h
-include/csmith-2.0.0/safe_abbrev.h
-include/csmith-2.0.0/safe_math.m4
-include/csmith-2.0.0/safe_math_macros.m4
-include/csmith-2.0.0/safe_math_macros_notmp.m4
-include/csmith-2.0.0/stdint_avr.h
-include/csmith-2.0.0/stdint_ia32.h
-include/csmith-2.0.0/stdint_ia64.h
-include/csmith-2.0.0/stdint_msp430.h
-include/csmith-2.0.0/volatile_runtime.c
-include/csmith-2.0.0/volatile_runtime.h
+bin/launchn.pl
+bin/test_csmith.pl
+include/csmith-2.1.0/csmith.h
+include/csmith-2.1.0/csmith_minimal.h
+include/csmith-2.1.0/custom_limits.h
+include/csmith-2.1.0/custom_stdint_x86.h
+include/csmith-2.1.0/platform_avr.h
+include/csmith-2.1.0/platform_generic.h
+include/csmith-2.1.0/platform_msp430.h
+include/csmith-2.1.0/random_inc.h
+include/csmith-2.1.0/safe_abbrev.h
+include/csmith-2.1.0/safe_math.h
+include/csmith-2.1.0/safe_math_macros.h
+include/csmith-2.1.0/safe_math_macros_notmp.h
+include/csmith-2.1.0/stdint_avr.h
+include/csmith-2.1.0/stdint_ia32.h
+include/csmith-2.1.0/stdint_ia64.h
+include/csmith-2.1.0/stdint_msp430.h
+include/csmith-2.1.0/volatile_runtime.c
+include/csmith-2.1.0/volatile_runtime.h
+include/csmith-2.1.0/windows/stdint.h
lib/libcsmith.a
-%%DOCSDIR%%/probabilities.txt
-
+lib/libcsmith.la
+lib/libcsmith.so
+lib/libcsmith.so.0
+%%PORTDOCS%%%%DOCSDIR%%/probabilities.txt
@dirrm %%DOCSDIR%%
-@dirrm include/csmith-2.0.0/windows
-@dirrm include/csmith-2.0.0
+@dirrm include/csmith-2.1.0/windows
+@dirrm include/csmith-2.1.0
+