[90337] trunk/dports/multimedia/schroedinger

devans at macports.org devans at macports.org
Fri Mar 2 12:12:28 PST 2012


Revision: 90337
          http://trac.macports.org/changeset/90337
Author:   devans at macports.org
Date:     2012-03-02 12:12:27 -0800 (Fri, 02 Mar 2012)
Log Message:
-----------
schroedinger: update to version 1.0.11 using upstream build fixes.

Modified Paths:
--------------
    trunk/dports/multimedia/schroedinger/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/schroedinger/files/patch-testsuite-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/multimedia/schroedinger/files/patch-orc-symbols.diff

Modified: trunk/dports/multimedia/schroedinger/Portfile
===================================================================
--- trunk/dports/multimedia/schroedinger/Portfile	2012-03-02 19:40:12 UTC (rev 90336)
+++ trunk/dports/multimedia/schroedinger/Portfile	2012-03-02 20:12:27 UTC (rev 90337)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            schroedinger
-version         1.0.10
-revision        1
+version         1.0.11
 categories      multimedia
 license         {MPL-1.1 MIT LGPL-2 GPL-2}
 maintainers     devans
@@ -21,17 +20,18 @@
     The Schroedinger software is available under any of the GPLv2, MIT or \
     MPL licences. Libraries may also be used under LGPL.
 
-checksums       md5     9de088ccc314bb9e766cb3aa6510a0ef \
-                sha1    c8af4cb2bc54b7783ac20d7f4a39db4e31c1cac0 \
-                rmd160  07373e40e62067fd2a38a41c55ef6cdce40c75fb
+checksums       md5     da6af08e564ca1157348fb8d92efc891 \
+                sha1    c01ee0bed6c1bd7608763927f719f94ebc6aaa41 \
+                rmd160  2246f07d2a7310d7a4fa8b79f62b28f65c780322
 
 depends_build   port:pkgconfig
 
 depends_lib     port:orc
 
-patchfiles      patch-orc-symbols.diff
+patchfiles      patch-testsuite-Makefile.am.diff
 
 use_autoreconf  yes
+autoreconf.args -vfi
 
 livecheck.type  regex
 livecheck.url   ${master_sites}

Deleted: trunk/dports/multimedia/schroedinger/files/patch-orc-symbols.diff
===================================================================
--- trunk/dports/multimedia/schroedinger/files/patch-orc-symbols.diff	2012-03-02 19:40:12 UTC (rev 90336)
+++ trunk/dports/multimedia/schroedinger/files/patch-orc-symbols.diff	2012-03-02 20:12:27 UTC (rev 90337)
@@ -1,37 +0,0 @@
-diff --git a/schroedinger/Makefile.am b/schroedinger/Makefile.am
-index schroedinger/Makefile.am
---- schroedinger/Makefile.am.orig	2010-09-22 13:32:47.000000000 -0700
-+++ schroedinger/Makefile.am	2010-10-19 04:36:20.000000000 -0700
-@@ -157,7 +157,7 @@
- libschroedinger_ at SCHRO_MAJORMINOR@_la_LDFLAGS = \
- 	-no-undefined \
- 	-version-info $(SCHRO_LIBVERSION) \
--	-export-symbols-regex '^(schro|orc)_'
-+	-export-symbols-regex '^schro_'
- 
- %.c.gcov: .libs/libschroedinger_ at SCHRO_MAJORMINOR@_la-%.gcda %.c
- 	$(GCOV) -b -f -o $^ > $@.out
-diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
-index testsuite/Makefile.am
---- testsuite/Makefile.am
-+++ testsuite/Makefile.am
-@@ -95,7 +95,7 @@ wavelet_gain_curve_SOURCES = wavelet_gain_curve.c
- 
- #wavelet_2d_CFLAGS = $(SCHRO_CFLAGS)
- #wavelet_2d_LDADD = $(SCHRO_LIBS)
--wavelet_2d_SOURCES = wavelet_2d.c
-+wavelet_2d_SOURCES = wavelet_2d.c $(top_srcdir)/schroedinger/tmp-orc.c
- 
- wavelet_noise_2d_SOURCES = wavelet_noise_2d.c
- 
-@@ -113,7 +113,7 @@ motion2_SOURCES = motion2.c
- 
- #quant_CFLAGS = 
- #quant_LDADD = -lm
--quant_SOURCES = quant.c
-+quant_SOURCES = quant.c $(top_srcdir)/schroedinger/tmp-orc.c
- 
- #sort_CFLAGS = $(SCHRO_CFLAGS)
- #sort_LDADD = $(SCHRO_LIBS)
-
-

Added: trunk/dports/multimedia/schroedinger/files/patch-testsuite-Makefile.am.diff
===================================================================
--- trunk/dports/multimedia/schroedinger/files/patch-testsuite-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/multimedia/schroedinger/files/patch-testsuite-Makefile.am.diff	2012-03-02 20:12:27 UTC (rev 90337)
@@ -0,0 +1,23 @@
+--- testsuite/Makefile.am.orig	2012-03-02 03:05:50.000000000 -0800
++++ testsuite/Makefile.am	2012-03-02 03:10:34.000000000 -0800
+@@ -97,9 +97,10 @@
+ #wavelet_2d_CFLAGS = $(SCHRO_CFLAGS)
+ #wavelet_2d_LDADD = $(SCHRO_LIBS)
+ wavelet_2d_SOURCES = wavelet_2d.c
+-nodist_wavelet_2d_SOURCES = $(top_srcdir)/schroedinger/tmp-orc.c
++nodist_wavelet_2d_SOURCES = $(top_builddir)/schroedinger/tmp-orc.c
+ 
+ wavelet_max_gain_SOURCES = wavelet_max_gain.c
++nodist_wavelet_max_gain_SOURCES = $(top_builddir)/schroedinger/tmp-orc.c
+ 
+ wavelet_noise_2d_SOURCES = wavelet_noise_2d.c
+ 
+@@ -118,7 +119,7 @@
+ #quant_CFLAGS = 
+ #quant_LDADD = -lm
+ quant_SOURCES = quant.c
+-nodist_quant_SOURCES = $(top_srcdir)/schroedinger/tmp-orc.c
++nodist_quant_SOURCES = $(top_builddir)/schroedinger/tmp-orc.c
+ 
+ #sort_CFLAGS = $(SCHRO_CFLAGS)
+ #sort_LDADD = $(SCHRO_LIBS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120302/42edc64f/attachment.html>


More information about the macports-changes mailing list