aboutsummaryrefslogtreecommitdiff
path: root/devel/orc
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-09-18 22:18:13 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-09-18 22:18:13 +0000
commit8499b4f4bca8be469d695579d19bad4f70e3bec6 (patch)
treeb773ae4bac2d3082ed6f94886af4f511a14c8ca2 /devel/orc
parent9f54ff85c8d8c81779193417198f20df3472c027 (diff)
downloadports-8499b4f4bca8be469d695579d19bad4f70e3bec6.tar.gz
ports-8499b4f4bca8be469d695579d19bad4f70e3bec6.zip
- Update to 0.4.9
Notes
Notes: svn path=/head/; revision=261411
Diffstat (limited to 'devel/orc')
-rw-r--r--devel/orc/Makefile2
-rw-r--r--devel/orc/distinfo6
-rw-r--r--devel/orc/files/patch-orc-Makefile.in10
-rw-r--r--devel/orc/files/patch-orc-test-Makefile.in10
4 files changed, 24 insertions, 4 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile
index cd7ef78967f1..7f0369d66aa9 100644
--- a/devel/orc/Makefile
+++ b/devel/orc/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= orc
-PORTVERSION= 0.4.8
+PORTVERSION= 0.4.9
CATEGORIES= devel
MASTER_SITES= http://code.entropywave.com/download/orc/
diff --git a/devel/orc/distinfo b/devel/orc/distinfo
index 7936485b9d8a..cb18ea2ce1bb 100644
--- a/devel/orc/distinfo
+++ b/devel/orc/distinfo
@@ -1,3 +1,3 @@
-MD5 (orc-0.4.8.tar.gz) = ea2962dda14f0dda23d581759b9a8907
-SHA256 (orc-0.4.8.tar.gz) = 5681e0b0f0eb3e7d71d03fb19050c48c776d844f7346fdf5242d768d6c10c587
-SIZE (orc-0.4.8.tar.gz) = 652885
+MD5 (orc-0.4.9.tar.gz) = 4006eb0ba85a69563952a65b5ea043a0
+SHA256 (orc-0.4.9.tar.gz) = aac7af5d37ce87b1d3d014822f2e2b6be83daff4d752f56a45766e5a807e6b53
+SIZE (orc-0.4.9.tar.gz) = 654699
diff --git a/devel/orc/files/patch-orc-Makefile.in b/devel/orc/files/patch-orc-Makefile.in
new file mode 100644
index 000000000000..56f87fac410f
--- /dev/null
+++ b/devel/orc/files/patch-orc-Makefile.in
@@ -0,0 +1,10 @@
+--- orc/Makefile.in.orig 2010-09-18 23:58:41.578826120 +0200
++++ orc/Makefile.in 2010-09-18 23:58:49.538047967 +0200
+@@ -324,7 +324,6 @@
+ lib_LTLIBRARIES = liborc-@ORC_MAJORMINOR@.la
+ liborc_@ORC_MAJORMINOR@_la_LIBADD = $(LIBM) $(LIBRT)
+ liborc_@ORC_MAJORMINOR@_la_LDFLAGS = \
+- -version-info $(ORC_LIBVERSION) \
+ -no-undefined -export-symbols-regex 'orc_'
+
+ liborc_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \
diff --git a/devel/orc/files/patch-orc-test-Makefile.in b/devel/orc/files/patch-orc-test-Makefile.in
new file mode 100644
index 000000000000..514f2c5b1146
--- /dev/null
+++ b/devel/orc/files/patch-orc-test-Makefile.in
@@ -0,0 +1,10 @@
+--- orc-test/Makefile.in.orig 2010-09-19 00:02:22.545716366 +0200
++++ orc-test/Makefile.in 2010-09-19 00:02:29.607626255 +0200
+@@ -243,7 +243,6 @@
+ lib_LTLIBRARIES = liborc-test-@ORC_MAJORMINOR@.la
+ liborc_test_@ORC_MAJORMINOR@_la_LIBADD = $(ORC_LIBS)
+ liborc_test_@ORC_MAJORMINOR@_la_LDFLAGS = \
+- -version-info $(ORC_LIBVERSION) \
+ -no-undefined -export-symbols-regex 'orc_'
+
+ liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \